Skip to main content
Member demoUsername asha-demoPassword ShDemo!Member2026

A measured approach to cache tuning

337 Views
0 Replies
1 min read

We want faster category pages, but several modules depend on member state. Which measurements should come before enabling broader Joomla caching?

12 Likes

3 Replies

Capture uncached server time, database query count, and the slowest query first. Otherwise a cache can conceal a query problem without fixing the underlying workload.

List every fragment that changes by user group or session. A fast page that leaks personalized state is a severe regression.

After enabling cache, test invalidation by publishing, editing, and unpublishing content rather than checking only repeated reads.

Topic Author

P

priya

@priya

Topic Stats

Created Friday, 23 January 2026 13:10
Last Updated Friday, 23 January 2026 13:10
Replies 0
Views 337
Likes 12

Share This Topic