Archive for June 14th, 2007

Optimization of queries to a database in Joomla!. Part 1

Thursday, June 14th, 2007

Tags: , ,

Let’s install Joomla! 1.0.12 on a server and set in Back End:

Administration / Site / Global Configuration / Site / Debug site: Yes

Then we save changes and leave from Back End. Now we come on a site. Result—36 queries to a database.

Now we switch on caching in Back End:

Administration / Site / Global Configuration / Cache / Caching: Yes

We come on a site and press “Update” in a browser, to check up, whether the number of queries has decreased. Result—33 queries to a database. Not much better.

(more…)