This may be a plugin or theme conflict. Please attempt to disable all plugins, and switch to the default Twenty Twenty theme. If the problem goes away, enable them one by one to identify the source of the problem.
If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.
Thread Starter
r3crac
(@r3crac)
I have deactivated all plugins and changed theme to Twenty Twenty. There’s no change – posts are still updating for a long time (10-15 seconds for short posts). What can I do now?
Is the front of the site also operating slow?
Can you check from a different device as well?
Thread Starter
r3crac
(@r3crac)
Website is working fast through Cloudflare and normally when I’m logged in (without cache). I can send you URL via private message, but I’m not sure where is that option here.
I will send a screenshot from gtmetrix:
View post on imgur.com
Website is also working fast on my smartphone.
Also searching using Ajax Search Lite plugin is slow (around 10 seconds for the results). Searching via website.com/?s=something is faster (like 3 seconds).
-
This reply was modified 5 years, 7 months ago by
r3crac.
-
This reply was modified 5 years, 7 months ago by
r3crac.
-
This reply was modified 5 years, 7 months ago by
r3crac.
-
This reply was modified 5 years, 7 months ago by
r3crac.
We don’t offer private support.
If you need that, please try https://jobs.wordpress.net/ and do not accept any hire or direct access offers posted to these forums.
As for checking from another device, I meant posting. Is it just as long on both your mobile device and computer?
Thread Starter
r3crac
(@r3crac)
As for checking from another device, I meant posting. Is it just as long on both your mobile device and computer?
I have checked from smartphone. Still > 10 seconds of waiting.
Thread Starter
r3crac
(@r3crac)
Thread Starter
r3crac
(@r3crac)
Hello,
optimizing and repairing database did not help. Changing from InnoDB to MyISAM did not help. Any ideas?
Thread Starter
r3crac
(@r3crac)
I think problems is solved by removing very long post with the same character (in my case it’s “‘” character). The very long post was made by mistake with automatic software. Post looked like this:
Title: Something””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””’…even longer…””””””’
Content: Same thing””””””””””””””””””””””””””””””””””””””””””’…super long””””””””””””””””””””””””’like 35 MB in one post!”””””””””””””.
After removing these characters website is normal now.
I’m not sure if this will work on your end, but on our website the following action hooks were causing publishing posts to run very slow.
add_action( ‘publish_post’, ‘nstein_categories’ );
add_action( ‘publish_post’, ‘nstein_concepts’ );
add_action( ‘save_post’, ‘nstein_comparediv’ );
add_action( ‘publish_post’, ‘nstein_related’ );
After commenting them out in functions.php , the issues got fixed immediately.
I hope it helps someone.
-
This reply was modified 5 years ago by
fgalizia.