cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9 admin panel slow (Fresh installation)

Magento 1.9 admin panel slow (Fresh installation)

Hi Magento people

 

I have a strange behavior, a VPS with WHM/cPanel, Apache + PHP-FPM +Varnish+OPcache, and MariaDB.

 

When I install Magento 1.9 w/Demo Data the Admin panel is fast 1s for each page click on the menu, but when a make a nother new fresh installation with NO demo data (simple installation) the admin panel page click delay increase from 1 to 5s.

 

This is two Magento 1.9 installation side by side on the same cpanel account (Server). I spend a week trying to figure it out what is the difference with no luck.

 

Can please someone help me with this…

9 REPLIES 9

Re: Magento 1.9 admin panel slow (Fresh installation)

Hi @hrcarralero2,

 

As you can imagine is a strange result.

Maybe you can enable the profiler to try to find where the problem is?

Is your browser console showing some problem with assets?

Re: Magento 1.9 admin panel slow (Fresh installation)

Hello @hrcarralero2,

 

This kind of performance issue can have multiple causes, I would begin to look at these things first:

Are your sessions stored in files? If so, check the space left on the server, usually with this with Linux:

df -h

If the sessions are in a database, are you using Redis? If so, flush Redis, usually with the command flushdb or flushall using redis-cli.

More on Redis over here: https://redis.io/commands/flushall

If the sessions are in your main database server, then check the space left on the DB server.

Check also the number of connections to the DB server, you might want to restart your DB server to see if that is the cause and to start investigating why...

Also, please try after reindexing all indexes.

Good luck.

 

--
If my answer is useful, please Accept as Solution & give Kudos

Re: Magento 1.9 admin panel slow (Fresh installation)

This is new vps server installation, all system was install from 0 for a test applications

Me concert is about the 5s delay on admin, you have to wait 5s on every click on the admin panel to do anything

Re: Magento 1.9 admin panel slow (Fresh installation)

Hi @hrcarralero2,

 

Is there a public URL you can share?

Re: Magento 1.9 admin panel slow (Fresh installation)

Hi Damian,


Magento 1.9 w/Demo Data

http://www.305vida.com/magedemo/
http://www.305vida.com/magedemo/admin

Magento 1.9 without Data

http://www.305vida.com/mage/
http://www.305vida.com/mage/admin

User: admin
Pass: !demo@

Same server (VPS) sharing the same WHM/cPanel configuration, same account
and same domain. Only different, subfolder!

Check boths admin menu, play around with it and you will see the difference
on the boths side.



Re: Magento 1.9 admin panel slow (Fresh installation)

Me gold is setup me own VPS server to service as a reseller for me existing client and move all the account from the provider that I am using now to me server.
 
There is any doc that can help me to setup and optimization a WHM server for Magento as a hosting provider
 
 
 
 

Re: Magento 1.9 admin panel slow (Fresh installation)

Hi @hrcarralero2,

 

Sorry but I wasn't able to check those links yesterday and today it seems aren't working anymore.

Re: Magento 1.9 admin panel slow (Fresh installation)

Hi, Damian


I make new lab test server today, but this time with no WHM/Cpanel system,
a simple Cent7, PHP 5.6, OPCache, MariaDB... and Magento 1.9 installation.

Guess what!, the admin menu screen, fly this time. Soo I setup another new
server with WHM/cpanel, and the problem with the delay persist

For me the issue came form the whm configuration side.

Did you any idea what could be the problem?



Re: Magento 1.9 admin panel slow (Fresh installation)

Hi @hrcarralero2,

 

Without being able to check both configurations I'm out of ideas.

But what you said sounds possible. Maybe there is a service or configuration change with the panel (or even the database).

The best idea should be to use a profiler to see where is the problem.