since upgrading to 1.5.1 I have a a problem on my local test install. Upgrade on my (external) production server worked fine, but on my local (xampp) install the Admin panel takes a minute for each page to load. The site itself runs smoothly.
At first I thought this was a php.ini timeout/memory_limit problem, but I've set timeout to 360 and memory limit to anything up to 256 without any noticeable difference. The same goes for setting the memory limit in the cmsms config.php.
Debug mode indicates that roughly a 60 sec timeout happens here:
Code: Select all
Debug: (0.271437) - (7249920)
<br>
(mysql): SELECT version from cms_version<br>
Error (0): <br>
Debug: (60.281729) - (7289336)
<br>
(mysql): SELECT bookmark_id, user_id, title, url FROM cms_admin_bookmarks WHERE user_id = '1' ORDER BY title<br>
Error (0): <br>
Debug: (60.282915) - (7237272)
<br>
(mysql): SELECT bookmark_id, user_id, title, url FROM cms_admin_bookmarks WHERE user_id = '1' ORDER BY title<br>
Error (0): <br>
Any ideas? Some Help would be really appreciated.