Insurgo
Member
Posted 6 months ago #
I have a plugin that uses $wp_rewrite->flush_rules(); to flush the rule cache but whenever WP Super Cache is enabled the page will stop running at that line, comment it out and it works fine, disable the plugin and it works with that line in.
Has anybody else run across this problem?
http://wordpress.org/extend/plugins/wp-super-cache/
Beside that, i just ponder if it has the option to purge the cache otherwise it will keep increasing in size. Perhap it work like cache proxy. I still feel that it perhap may not be good for dynamic webpage content. Apart from that, i feel that it is a great plugin.
@Insurgo - I'm afraid that's not a common problem. I haven't seen it. Have you tried debugging wp-include/rewrite.php? The flush_rules() function is in there.
@Viscosity - garbage collection will purge old files on a regular basis and there are facilities for caching dynamic parts of pages.