Slow Dashboard

Permalink
Hello,

When I loggin to the backend of this site:
http://voorbeeld.dereclamestudio.nl/www.nl-convectoren.nl/...

The 'backend' is really slow. It's not the internet connection. maybe there are some suggestions of things that it could be...

Martijn.

pixel
 
jero replied on at Permalink Reply
jero
You could try disabling statistics:

add to config/site.php:
define('STATISTICS_TRACK_PAGE_VIEWS', false);


I've often found the interminable delay when accessing the dashboard home is down to statistics - they're not much use anyway and if you're after that sort of information, you'll be using Google analytics anyway.
pixel replied on at Permalink Reply
pixel
Thanks. Tried it, and it is faster. Still think that something is slowing everything down though.
jero replied on at Permalink Reply
jero
You're welcome.

You might also try the cache tweak that's documented here:

http://andrewembler.com/posts/improving-the-performance-of-zend-cac...

It makes such a difference to the whole site