hort73
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Extremely slow website only in the morning (sometimes error 500)@aubreypwd Thank you for your answer, I did not see your answer until today.
Well, I finally migrated the website on a VPS. It has been almost two weeks now and it seems that it’s running fine (still a bit heavy, but no more infinite loading in the morning). So it looks like this solve my initial issue !
Thank you @bcworkz , as a junior I think I would not have had the confidence to think that the host is fully responsible without your reply. Now I know (will still be monitoring toroughly before blaming the host in the future ahah).
Forum: Fixing WordPress
In reply to: Extremely slow website only in the morning (sometimes error 500)Thank you for your insights. I’ve already spent a lot of time trying to debug this, so I think it might be time to try making some server-side changes and see how it goes. This might take a while, but I’ll try to update this topic.
In the mean time if anyone has other ideas or suggestions, please feel free to share.
Forum: Fixing WordPress
In reply to: Extremely slow website only in the morning (sometimes error 500)Thank you for your answer.
Timings were indeed recorded during slow times. Today at 10am it runs “smoothly” and it looks like this :
Profiling Hooks (timing in seconds): | after_setup_theme: +0.0967 s | init: +0.037 s | wp_loaded: +0.0416 s | template_redirect: +0.0327 s | get_header: +0.0519 s | wp_head: +0.0472 s | wp_footer: +0.1184 s | shutdown: +0.1396 sThe website is resource intensive. This is a project I rebuilt, the previous one was even more resource intensive and slow, but it did not have the same extreme slowness issue in the morning, although it was hosted on the same server. I should find a way to do some caching, but I am not too sure, and a bit scared to break everything as almost every page show user-specific data.
I am going to give another shot to contacting OVH as you mentioned, and will also try to find a way to monitor individual callbacks within action hooks.