Biranit on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
Just as a follow-up: This bit, which I took from @raymor, isn't working well: RewriteCond %{REQUEST_URI} /*$ RewriteCond %{REQUEST_URI} !// RewriteCond %{QUERY_STRING} != If you have permalinks for...
View Articledrezac on "[Plugin: WP Super Cache] Front Page Not loading- check debug?"
Our front page seems to have half- disappeared. The link pages still show up though. For some reason, the cache plugin stopped serving the whole page yesterday. http://edreach.us I ran the debugger and...
View Articledrezac on "[Plugin: WP Super Cache] Front Page Not loading- check debug?"
I just got an email from the Debug Option. This stood out as a problem: Array ( [headers] => Array ( [date] => Tue, 21 May 2013 15:39:27 GMT [server] => Apache [accept-ranges] => bytes...
View Articlejondaley on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
I'm not sure what "If you have permalinks for posts using post_name, then links with /?p= will not redirect to /post-name/ and you'll effectively get two cache versions of the same post." means. Why...
View Articleraymor on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
I'm not convinced your analysis of /*$ is correct though. Doesn't that match anything, whether it ends with a / or not? I'm thinking the rule is trying to say match anything that ends with a slash, OR...
View Articledrezac on "[Plugin: WP Super Cache] Max Age 3? Suggestion for cache rule?"
Just did a Debug on Super Cache. I'm unsure if the Max Age = 3 is a good sign, as our site doesn't take enough time to load. http://Edreach.us -- > Any ideas? Array ( [headers] => Array ( [date]...
View Articlealudo on "WP Super Cache & GZIP"
hi sorry for my english, I'm french I need to know more about GZIP. I installed wp-super-cache to improve my website (http://adapte-formation.fr). If I go GTmetrix, it seems to me that GZIP is inactive...
View ArticleBiranit on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
@jondaley there is an option in WPSC's advanced settings: "Don’t cache pages with GET parameters." I have that option UNchecked, because some of our pages actually use GET parameters. So yes, if the...
View ArticleBiranit on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
@raymor if I understood what this specific rule is aimed at. Is it supposed to check if there's a slash at the end of the URI, and if there ISN'T one then skip the rule? In other words, is a slash at...
View Articlejools73 on "[Plugin: SlideDeck 2 Lite Responsive Content Slider] Slidedeck...
Since upgrading to 2.2, the images in my slidedeck are not working. I use WP Super Cache for the CDN functionality. When I disable this plugin, the SlideDeck works. See http://www.oasport.com for an...
View Articlejellio on "WP Super Cache & Woocommerce cache issue"
Hi, In WP Super cache, under the advanced tab, click the check box for Late init. Display cached files after WordPress has loaded. Most useful in legacy mode. Seemed to work for me
View Articlejools73 on "[Plugin: SlideDeck 2 Lite Responsive Content Slider] Slidedeck...
I have a workaround by adding "iframe=1" to the shortcode. Not ideal though - it doesn't use my CDN for the images and the page render performance now sucks
View Articlejondaley on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
Yes, supercache by default requires a slash at the end. I ran into that the other day when I was working on caching searches (a spammer/search engine almost took down my site by running lots of...
View ArticleBiranit on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
@jondaley: let's move on from the GET caching, the bottom line is we want mod_rewrite to work better - not stop /?p= being redirected to its permalink. As far as I can see, there are three rewrite...
View Articlejondaley on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
I don't know why there is a check for a double slash. I understand why someone might want a check for an ending slash, but I haven't found it useful. I think what that rule wants to say is "end with a...
View ArticleBiranit on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
Interesting stuff. I wish Donncha would join in and tell us his reasoning, it would help :) I will run some testing later tonight on different options for these two rules and will write back here...
View Articlejondaley on "[Plugin: WP Super Cache] Supercache can be ten times faster by...
Yes, I do wonder where Donncha is - hopefully he's just on vacation, and hasn't disappeared entirely. I think a bunch of these rules are fine, but should be tied to the checkboxes in the admin. I...
View ArticleBiranit on "[Plugin: WP Super Cache] Max Age 3? Suggestion for cache rule?"
that's the browser cache time, not the time it is cached on the server. You don't really want the browser to cache pages - if you correct even a typo in a post, the browser will show a local cached...
View Articletechsurgeons on "[Plugin: WP Super Cache] /wp-cron.php?doing_wp_cron...
Not the original author, and yes, I know I'm commenting to an old post but.. Yes, the wp-cron job I see 500 errors on is POST. This triggers something. I'm using php-fpm, both PHP 5.3 & 5.4...
View Articlebenson22 on "WP Super Cache and Tweet Blender"
Great plugin. I really love it. I'm sure this question has been asked. Here goes: I recently added WP Super Cache and now every time I visit my website, the TB widget is stuck on tweets from a week...
View Article