Extreme performance issues
-
Our site has been running on WordPress for probably about 4 years and I have become fairly well antiquated with it. Jetpack can provide some of the functionality that I’d like to add but my load times are going through the roof when it is activated. From around 3.5s to 12-20s but only some of the time. That is obviously a problem. I’ve monitored cpu usage and it has not exceeded nominal level while processing the page regardless of the load time.
Initially, I thought I was having issues with the request to pixel.wp.com but now that seems to have not been the issue. After deactivating all the individual modules at wp-admin/admin.php?page=jetpack_modules I’ve discovered that the plugin is no longer requesting anything from that address but the problem persists. This red herring may have thrown many off the solution in the past if they were having the same issue.
It seems somehow the plugin is making my main page document take a very long time to load. I’m guessing it is due to the time it is taking for php to build the page but since my cpu usage (via top) doesn’t seem high it seems that something is blocking the operation. That combined with the fact that it does not happen all of the time makes this rather complicated. To replicate I need to simply go to my site to navigate between a few pages. It may not happen on the first page but it will happen.
Does anyone have any ideas of what may be causing this issue? Has anyone experienced similar issues? Since it is during the main document I wonder if it dislikes the theme but I am unable to change themes so if that is the issue I’ll need to find another solution. Also, since Jetpack won’t allow me to properly test it in my dev environment (there seriously need to be a solution to this) I am limited in my testing as the website needs to stay up. I tried using const JETPACK_DEV_DEBUG = TRUE; in my wp-config.php to test but for whatever reason it does not replicate the same behavior so I’m stuck playing with the live site. As a positive, the site seems to work and no functionality is broken it is just the painful load times.
Thanks for any help you can provide!
The page I need help with: [log in to see the link]
- The topic ‘Extreme performance issues’ is closed to new replies.