dp_url_alias
A query in the loop
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?
