Live data from Hacker News

Ask HN: Why is Wordpress getting slower and slower with each version

news.ycombinator.com

1–10 of 10 posts

Re: Ask HN: Why is Wordpress getting slower and slower with each version

#3
post #2

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?)

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.

Re: Ask HN: Why is Wordpress getting slower and slower with each version

#4
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).

Re: Ask HN: Why is Wordpress getting slower and slower with each version

#7
post #2

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?)

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.

Don't confuse hooks (code) with lazy loading (data).

Re: Ask HN: Why is Wordpress getting slower and slower with each version

#9
post #2

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?)

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.

Use the firebug net panel to check which items are taking so long to transfer and load.

Re: Ask HN: Why is Wordpress getting slower and slower with each version

#10

Earlier quoted context omitted.

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.

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.