Ask HN: Why is Wordpress getting slower and slower with each version
I have realised that wordress is getting slower and slower with every new version.
The New Post use case takes around 29 seconds to fully load. And I have one of the fastest INTERNET connections.
What is the cause?
9 comments
[ 4931 ms ] story [ 375 ms ] threadMost likely reason is where you are hosting the wordpress app or the DB is slow and overloaded (guessing shared hosting?)
The problem I guess is with too many hooks and too much of javascript that is getting loaded. They should go for something like lazy loading I feel.
The editor in particular takes a lot of time. Wordpress is apparently aware of this problem and asks to install Google Gears to get it loaded faster.
Something is clearly wrong with either your connection to the server, or their server configuration (the former seems more likely).