A query in the loop
Posted by shantanuo on August 30, 2009 at 4:54pm
Hi,
There is this query in a loop for every logged in user.
SELECT dst FROM dp_url_alias WHERE src = 'user/62025'
It is consuming a lot of MySQL resources and slowing down the site. Is it the standard query? What does it do? What should I do to stop it or increase the interval?