Magento admin panel is very slow

Jon K

Administrator
Staff member
#2
Have you tried enabling a PHP OP Cache like Zend OPCache? What version of PHP are you running? The bottleneck for magento admin panel is it is run fully from PHP. The only ways really to speed it up is using new PHP and/or enabling a PHP OP Cache. There are many different OP Cache's and different ways to enable each one.
 

Jon K

Administrator
Staff member
#4
LiteSpeed + LiteMage will only really affect the frontend and not backend. The backend cannot be cached due to various different PHP calls on every page. The only speed improvements with the backend that you can use are PHP cache's like Zend OP Caches, APCu, XCache, etc. They all cache PHP calls to speed up future requests.
 
Top