stratosl on "[Plugin: WP Super Cache] CDN Seetings"
Well, I still have the same problem, so I manually edited ossdl-cdn.php and made the following change: /* $ossdl_cname = trim(get_option('ossdl_cname'));*/ $ossdl_cname =...
View ArticleBiranit on "[Plugin: WP Super Cache] Homepage not refreshing - Garbage...
Hi Donncha, I just wanted to say I am really happy with the latest version. So far, everything - including preload (and we have 14,000 posts so far) - has gone smoothly, and it seems various bugs have...
View ArticleViscosity on "WP Super Cache Breaks flush_rules()"
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...
View Articledsteplight on "Warning! WP Super Cache caching broken! The script...
I resolved the problem by writing the below code in my wp-config.php file before ABSPATH is ever defined. define('WPCACHEHOME', dirname(__FILE__) . '/wp-content/plugins/wp-super-cache/');
View ArticleDonncha O Caoimh on "WP Super Cache Breaks flush_rules()"
@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...
View ArticleDonncha O Caoimh on "[Plugin: WP Super Cache] Homepage not refreshing -...
@Biranit - any chance you could send me a patch adding that code to the plugin? It'll also need a settings page with those checkboxes of course.
View ArticleDonncha O Caoimh on "[Plugin: WP Super Cache] CDN Seetings"
@stratosl - Can you spot any obvious differences in the "page was not found" page and the CDN settings page? Perhaps it's submitting to the wrong page.
View ArticleDonncha O Caoimh on "Need help switching back to WP Super Cache..."
Check if there's an wp-content/advanced-cache.php on your server, check your PHP error log.
View ArticleDonncha O Caoimh on "[Plugin: WP Super Cache] Super Cache and Wordfence"
Unfortunately I don't have Wordfence installed, but if they're testing pages they might want to set DONOTCACHEPAGE if they want uncached pages.
View Articleicing on "[Plugin: WP Super Cache] Ok to delete Languages folder?"
Thanks for that. Lets go and clear some space... grabs broom
View Articlecalvin13 on "[Plugin: Jetpack by WordPress.com] Photo and WP Super Cache"
Is it necessary any configuration in order to works photon with WP Super Cache? http://wordpress.org/extend/plugins/jetpack/
View Articlelionelroux on "[Plugin: WP Super Cache] Flush cache on each page load when...
Hi, when I load pages as a known user (let's say as admin), all entries in the cache are imediately flushed. This occurs even if I just display the wp-admin/index.php page or if i load the home page...
View Articletechnabob on "[Plugin: WP Super Cache] Suggestion: Per-Page or Per-Path...
Any ideas on this? Or suggestions on how to build out a custom cache just for a single page?
View ArticleGary Pendergast on "[Plugin: Jetpack by WordPress.com] Photo and WP Super Cache"
No configuration necessary, WP Super Cache will use Photon when a post is cached.
View ArticlePapoum on "[Plugin: WP Super Cache] Google AdWords gclid parameter...
I found a way to ignore gclid parameter (Adwords automatic tracking) by addind the following lines in the wp-cache-config.php (in the wp-content folder) : $param = "gclid"; unset($_GET[$param]);...
View Articlestratosl on "[Plugin: WP Super Cache] CDN Seetings"
@Donncha - when I got the message, the appearence was that of the standard page not found, with the usual blog looks and the "well this is embarassing" message. However, I noticed that the address in...
View Articlelionelroux on "[Plugin: WP Super Cache] Suggestion: Per-Page or Per-Path...
for sure it would be cool. We all have pages that have long lives, and we don't want them to be rebuilt every x minutes.
View Articlelionelroux on "[Plugin: WP Super Cache] Suggestion: Per-Page or Per-Path...
If the garbage collector is implemented using wp-cron, it should be simple to implement 2, 3 or 4 differents cron-based GC.
View Articlelionelroux on "[Plugin: WP Super Cache] Flush cache on each page load when...
Any idea on this ? I don't want the cache to be rebuilt every time I log in.
View Article