Hi, 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.
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.
Hi, I didn't change or add new plugin on the WP. And the images are optimized. For reminder, the slow page is on Admin and not in front ^^ Do you have any idea ?
Hi Machu, don't forget the input value as well you should have (in my opinion 256mb is minimum 512m would be best). PHP-FPM is usually not enabled by default in "shared hosting" environments unless they are optimized wp hosts. If you have no access to that in your cPanel or Plesk then likely it is required to be activated by the host (if they do it).
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.
pputlitz is correct and this is all caused by the hosting, the theme itself does not have an impact on loading, unless the hosting enviroment is limited.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
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.