Question

I have create a web site with a lot of traffic, and I have use the WordPress transients in order to "cache" the requested data. Until here all are fine with my custom made queries and usage of WP_Query.

The question that I have, is how can I "cache" the data return by the WordPress "Loop" in categories?

In categories theme file I am using the default loop code, in order to print the data, but I don't have access on the WP_Query results for this theme file.

So, Is there a way to cache the data provided by the WordPress in Categories ?

Était-ce utile?

La solution

The advice from the Wordpress documentation is to install a Persistent caching plugin

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top