I have a website (currently running on www.subspace.cz), which I have some time to optimize Was spent. Some tasks like image optimization are still being done, but this problem is no longer what I'm solving now.
The problem is that it takes approximately 1.6 seconds before the page loads, i.e. Before the webserver starts answering the request.
- I'm sure it is not due to hosting, because another website is running www.subspace.cz/trekken and running fast I have a local host on my i5 PC But also tried to run this website and the delay here is constant 1.2 seconds.
- I also ran the WP-Optimizer on the database
- I also tried to switch the theme to Twenty Twelve and all the plugins were disabled and wait time difference is small, about 150 MMS
It seems that the WP Core has to do something that needs to be completed before the server is completed ... but more than 1 second? Can any of you indicate that what could be the reason for this?
Note: The administrator section of the website is also affected by this waiting time.
The delay is usually due to the time spent by the server when executing the code and if the code is executed , It then responds with the relatent HTML / CSS. Wordpress uses hooks, which means that every time the wordpress code begins to execute, all the code is applied to it, mostly by plugins. As Daniels mentioned, the P3 profiler can be used to check the performance of plugins.
Some plug-ins such as woocommerce and ACF are really huge but you can live without them, what you can do for this kind of situation Plugin Organizer " Using this plugin you can organize your plugins for specific pages. In this way woocommerce will only be active on the product, cart and checkout pages and the rest will not affect website performance.
Comments
Post a Comment