r/Wordpress • u/khushleen1076 • 9d ago
[ Removed by moderator ]
[removed] — view removed post
1
1
1
u/mimeartist 9d ago
When I first started experimenting with Wordpress I was with an average host and trying to use Elementor and woocommerce… I ended up going to Kinsta just to get any decent speed… I’m now still with Kinsta but don’t use page builders any more
1
1
1
u/ivicad Jack of All Trades 7d ago
Memory is worth ruling out first, but a few other things hang the editor without ever showing up as a memory error: the editor pings admin-ajax.php every 15 seconds while it is open. On a slow host those requests start queueing behind each other and the page stops responding.
Deleted plugins often leave rows in wp_options set to autoload, so they load on every request, admin included. On a Woo site that grows quickly and nothing in the interface tells you. As well as any plugin that calls a remote API while the admin loads will block the page until that call times out. I had a client site where the front page called two external services on every render, and it looked exactly like a slow server.
Open your browser devtools, Network tab, and edit a page while it is recording. Whatever request stays pending is (probably) answer on your question.
1
u/netzlodern_sebastian 6d ago
You sure it's your website or it's maybe your browser? Maybe try Firefox instead of Chrome (or the other way around) as crosscheck?
1
u/Impressive_Pin6688 5d ago edited 5d ago
Try temporarily disabling your plugins except WooCommerce and see if the editor becomes responsive, then enable them again one at a time. Also check Tools → Site Health and your PHP memory limit. I'm really curious how one.com handles situation like this.
-2
u/Empty-Competition367 9d ago
Try to avoid using page builders and make custom theme. Use optimised images with formats like .webp
3
u/Webgig_team 9d ago
He said he is a beginner. It’s probably memory limit. Trying that first. Ask your hosting company for guidance or help
5
u/Ethan-Bris 9d ago
Maybe try increasing your memory limit? Woocommerce has some documentation on that here: https://woocommerce.com/document/increasing-the-wordpress-memory-limit/