Ask HN: Why is Wordpress getting slower and slower with each version
5 comments
This post had so much promise. I thought maybe we'd talk about database optimization or PHP modifications. Instead, I wager the OP is using IE7 on a Celeron-based laptop with 2GB of shared RAM, with a Yahoo toolbar and Norton.
On my (self-hosted) WordPress installation, loading the 'Add New Post' page takes under 1.5 seconds. When static files are cached, it takes well under a second.
Something is clearly wrong with either your connection to the server, or their server configuration (the former seems more likely).
Something is clearly wrong with either your connection to the server, or their server configuration (the former seems more likely).
That's like asking, why is my car slow when I am near one of the fastest highways...
Most likely reason is where you are hosting the wordpress app or the DB is slow and overloaded (guessing shared hosting?)
Most likely reason is where you are hosting the wordpress app or the DB is slow and overloaded (guessing shared hosting?)
No. I am using wordpress.com services.
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.
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.
Don't confuse hooks (code) with lazy loading (data).
Not confused. I guess hooks take a lot of sever's CPU while the js and things on client side are not lazy loaded.
Use the firebug net panel to check which items are taking so long to transfer and load.
When you say you have a fast INTERNET connection do you mean it has high BANDWIDTH or low LATENCY?
Have been using Wordpress for a good while now and it's still as fast as ever
What is the cause?