Skip to content

WordPress admin loads in 8 seconds, front page in 0.4

Web Hosting by jane_ffm 1 replies 146 views
6 #1

Hi there,

We've seen this pattern before with WordPress sites on shared hosting. A few diagnostic steps to start:

  • Enable WP_DEBUG and check for PHP warnings on admin load
  • Query the wp_options table:
    SELECT option_name, LENGTH(option_value) FROM wp_options ORDER BY LENGTH(option_value) DESC LIMIT 20;
  • Check if any plugins are making external API calls on admin_init

Happy to check your Contabo account directly if you'd like — just DM me your service ID.

— Jane @ Contabo

Single mode till I die 💀
#2

He my VPS he had the same problem!! My admin he take 12 seconds, the front page more fast like 0.2

I disable all plugins and he was fast again, then I enable one by one

Caramba! Was a plugin from social media, he call some api that no exist anymore nossa!!

Try this

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft