Database load, caching
This is a closed discussion with 2 replies, filed under Troubleshooting.
Search
Actually, the DB caching was turned off during development using
$query = str_replace('SELECT', 'SELECT SQL_NO_CACHE', $query);
in /symphony/lib/toolkit/class.mysql.php
line 233
and I forgot to remove it. Feel free to do so, or hang around for an update later today.
Create an account or sign in to comment.
Will any caching be in S2? Number of Mysql queries is 93 at home page In default template. It's too much, imho.