Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Umm maybe, do you have the browser Chrome? I say Chrome because I know it best, but there are others that other people may be able to suggest you to use for this example.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Cool, when your website has loaded, right click on the page and press “Inspect element”. A new toolbar appears. Select the “Network” tab and hard-refresh the page, usually by pressing the key ctrl + the key R at the same time.
Once your Webpage (it’ll just be for the one page you visit, not the whole site) loads you will see a breakdown of what’s causing the site to load. And there you will see the PHP file being loaded. That’s the one that causes the PHP processes. That’s what you should focus on. Okay, that should be at the top of the list in the Networks tab. It might just be called the URL of the webpage, e.g. “http://example.com” and it’ll be represented as a file. It’ll show the loading time to the right of it.
Right. So you can *monitor* your PHP processes and you’re not just relying on your hosts, great! Now start deactivating your plugins to explore whether any affect the loading, improve it etc.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Hopefully that’ll narrow it down to a plugin and we can go from there.
are you sure it is ctrl r on mac?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Don’t know that actually, but forget that, just right click on that same “Network” tab and you should get the option to clear this cache stuff.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Ugh I swear that used to work, okay forget that too! Instead in the “Network” tab click on the “Disable cache” checkbox and then refresh the page :p
strange but the number of processes drop in the evening, at least it has for the last 2 nights. i did not have this issue with my last host. could it by that this host limits cpu usage more than my last?
well all i see is one of my plugins and the theme. ill turn off the plugin and watch and then try the theme. seems strange though that this theme casues a problem on this host but not my last. why would it change?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
That is strange for a plugin, or a theme to do that temporarily and at a certain time, if they are doing that. Other than themes/ plugins it’s outside of my knowledge, I’m sorry I cannot help further.
thanks, im still searching. not sure where else to go. plan to do a duplicate of the site on another host and see if i get the same issues