Pages are very slow
Hello,
The Home in admin (Page with the name Home) is very slow to load. The other pages are ok.
Could you help me please ?
The Home in admin (Page with the name Home) is very slow to load. The other pages are ok.
Could you help me please ?
Comments
Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
thanks
This is the admin link :
Please, can you delete this link after read it ?
I suspect your php.ini doesn't have the right amount of memory, or timouts/vars set. One thing to also check (site health) is to see if you have php-fpm enabled (this is essential for wordpress to function correctly).
If you use Wamp or Xamp make sure your virtualhost files are set properly for the localhost as well. One thing to do is check your error log, likely you will see which plugin or service is causing the issue there. Overall unless 3rd party plugins are set the site loads unoptimized (also dependant on image file sizes) around 2.5-4.5s to load.
And the images are optimized. For reminder, the slow page is on Admin and not in front ^^
Do you have any idea ?
max_input_vars = 5000
max_execution_time = 180
Where can I check the php-fpm ? I can't find it.
Thanks you both
You can find it in WAMP or XAMP (if you are working in a localhost environment) under the Apache Modules and just enable it there. The other thing to consider is if you are working with a shared host is their storage system. Which host are you with and what package are you running on? Outfits like ionos, hostpapa and bluehost as of late have been notorious with their shared hosting packages....
If you are on a live host run gtmetrix on your site and see what slows it down. It should tell you items such as server location, time to first byte and so on.
Most commonly its a hosting issue, that being said between php and mysql configurations a lot can impact a site.