Tagged Questions
0
votes
1answer
30 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 ...
1
vote
1answer
61 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 ...
0
votes
1answer
36 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 ...
1
vote
2answers
49 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
0answers
162 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
votes
1answer
193 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 ...
0
votes
1answer
319 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
3answers
180 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 ...
1
vote
0answers
151 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
775 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 ...
7
votes
2answers
408 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 ...