What is Query Cache
Query Cache is a new caching system for both Joomla 1.0 and Joomla 1.5 that caches SQL queries in memory. Because it's only dealing with SQL data, it doesn't care if the user is logged in or not! It will automatically delete stale queries (so your frontend is fresh)!!! Because it is memory based, you will need one of the following to use Query Cache - APC
- XCache
- Memcache
You can even write your own backend driver if you have another system... 80,00% of 25 voters found this FAQ useful, I found this FAQ  useful  not useful
|