The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
31 views

Transients API conditional

I have the following transient, but if the user changes the value of $url the transient should not be used. I want to know what is the most appropriate way to use this variable with the transient. ...
0
votes
1answer
42 views

Should the caching of WordPress menus be specific to each page?

Introduction In optimizing large WordPress Websites for performance I always look at caching certain parts of the Website, mostly (of course) those that require a lot of Queries/calculation. For the ...
1
vote
0answers
135 views

After Installing APC Object Cache Backend transients stopped working

My understanding is that once you enable the persistent object cache, your transients are no longer stored in wp_options, but in the cache. Once I installed Mark Jaquith's APC Object Cache Backend, ...