The plugin-wp-supercache tag has no wiki summary.
10
votes
2answers
608 views
How to cache json with wp-super cache
In a new project we are using wp-super-cache (the client's preferred plugin) to create the static html files for custom content types. But we are trying to figure out if everything is being cached ...
7
votes
2answers
382 views
Pros and Cons for high “expire time” on wp-super-cache or w3-total-cache?
In the wp-super-cache page, there is the following sentence, which I do not understand::
Checking for and deleting expired files is expensive, but it’s
expensive leaving them there too. On a ...
6
votes
1answer
104 views
Deployment strategies for WP-Supercache
I'm looking to improve my deployment process, which currently uses Capistrano to deploy from a hosted git repository. For the most part, this is working pretty well.
However, I'm running into ...
3
votes
2answers
330 views
Lighttpd, WordPress Caching plugin
If I use Lighttpd as webserver, how can I use caching plugin like w3 total cache or wp super cache?
Need your help for configuring lighttpd.
Thanks.
1
vote
2answers
44 views
How can I revert to showing cached pages when no database connection is available?
I don't know much about how super cache works, but I see that at the very least, I can find most of the pages of my site in the wp-content/cache/supercache folder. Now, if WordPress cannot connect to ...
1
vote
1answer
316 views
Too many redirects when using wp super cache
For a couple of days i use the wp super cache plugin and it works quite well. I also updated to the latest version of wordpress which is currently Wordpress 3.4.1.
Whenever i update something in the ...
1
vote
1answer
36 views
Empty Super Cache programmatically (with ACF action)
I regularly use Advanced Custom Fields to create awesome backend interfaces for my clients (as I'm sure a lot of us do…). ACF includes an Options add-on that creates one or multiple global options ...
1
vote
0answers
141 views
How to optimize 'select found_rows()' query? Several 'high load average' alerts daily
I have 5,000 regular posts, 6,000 posts in one post type and 2,000 posts in another post type. Needless to say, that has made the wp_posts table quite large. Not to mention, I have custom taxonomies ...
1
vote
0answers
142 views
WP-Super-Cache - generate cache programmatically
I wonder if there is possibility to generate WP-Super-Cache programmatically after the cache is being purged ( after I have published a new post ). I thought of writing some kind of crawler that will ...
0
votes
1answer
457 views
How reload wordpress page without Cache?
I am facing problem from wp cache. I have an contact listing page. When user delete on of his contact from the listed contacts then on the page it show that the record has been deleted and even record ...
0
votes
3answers
149 views
Disable WordPress cache programmatically on a request
How do I turn off the WP Super Cache & W3 Total Cache functionality programmatically? For instance, I neither want to make it use the cache on some requests nor cache the output of the request, do ...
0
votes
1answer
240 views
Using wp-super-cache and amazon cloudfront - can I serve a file directly (no cdn)?
I'm using the wp super cache plugin with cdn support turned on (aws cloudfront). I'm also using wp tables reloaded. The latter plugin includes a text file via ajax, and that file is being served by ...
0
votes
1answer
244 views
insufficient permissions; coding an action for plugin governed by custom capability
I'm working on a modification to WP Super Cache which adds two new capabilities to give more control of restriction to certain features. My goal is to a) allow Editors to see the Delete Cache button ...
0
votes
1answer
35 views
Updated Files Dont Show on Site. I had a cache program installed
Could that be the reason? I deleted the plugin files but the pages still won't update. When I edit them from the server I see the updated files, but they don't show on the browser.
Tried deleting ...
0
votes
1answer
683 views
Warning! PHP safe mode enabled!
I just installed WP Super Cache plugin and enabled all settings which were suggested by this plugin. After doing it I am seeing a warning.
Warning! PHP safe mode enabled!
What is this? What should I ...
0
votes
1answer
519 views
Memory consumption in w3-total-cache vs wp-super-cache?
I've been suggested by my hosting to move from w3-total-cache to wp-super-cache since the later is supposed to be using less memory then the first.
Is there any knowledge about this comparison?
Is ...
0
votes
2answers
12 views
WP Super Cache - max-age
Reading the plugin FAQ:
http://wordpress.org/extend/plugins/wp-super-cache/installation/
After you have enabled the plugin, look for the file "wp-content/cache/.htaccess". If it's not there you must ...
0
votes
1answer
23 views
Static HTML page caching for large website
I'm creating a WooCommerce store with 3000+ products (+filters). And I'm using WP super cache plugin because I want to serve pages as fast as possible.
This arises problems/questions:
When any post ...
0
votes
1answer
35 views
Cleared wp-cache and file is still not updated [closed]
I did all the following:
Deleted the cache in the WP Super Cache settings
Added define('DISABLE_CACHE', true); in my wp-config.php
Deleted my 'cache' folder under 'wp-content'
However a theme php ...
0
votes
1answer
62 views
WP Super Cache compression not working
I have WP Super Cache installed, and compression is turned on.
However, both GIDZipTest and Google Page Speed Insights Chrome extension say that compression is not enabled.
I added the following to ...
0
votes
0answers
98 views
I see some weird characters in my site like ©? [closed]
I just started to see some weird characters in my wordpress site. It messed up the '-' sign and even for the copy right sign now I see "©". If I clear the Wp-Super cache, these characters will ...
0
votes
1answer
279 views
wp-super-cache exclude file from caching
Is there any mean to exclude a *.php file to WP Super Cache?
I've in my single.php page an include news.php, the file news.php contains ten links to my last articles.
So I want to cache single.php ...
0
votes
1answer
52 views
Page downloads as file in Chrome
I'm looking to see if I could get pointers in where to look to solve this issue.
Issue
In Chrome, viewing the blog http://www.bitesizeirishgaelic.com/blog/ in Chrome v21, the page downloads as a ...
0
votes
1answer
90 views
Plugin Database Admin Page Conflict with WP-Super-Cache [closed]
I have a plugin running on a Wordpress site that is also making use of WP-Super-Cache. The plugin stores data in it's own tables in the database. When using the admin management pages on the site data ...
-1
votes
1answer
185 views
WP Super Cache versus W3 Total Cache [closed]
I recently moved to a dedicated server and I've been having some problems with W3 Total Cache, server crashing, eating up a lot of RAM, back end interface becoming slow.. Everything appeared to work ...