Performance of WordPress Hosting Companies Compared
wpsitecare.com
Performance of WordPress Hosting Companies Compared
1–10 of 38 posts
Re: Performance of WordPress Hosting Companies Compared
#2Re: Performance of WordPress Hosting Companies Compared
#3It's more useful to know how the sites perform most of the time.
I'd also have been interested to know if tests were controlled for time of day. For example, the sites I host are almost all Australian and so the traffic I see follows a 12-hour wave as daylight crosses the continent from East to West, with small peaks around lunch time and after dinner.
Re: Performance of WordPress Hosting Companies Compared
#4I really don't understand Wordpress as a blog platform sometimes. Why so many database queries? Why even have database queries at all- aside from perhaps comments? Static pages make significantly more sense for almost all blog setups (Octopress ftw). Making a blog handle this amount of traffic should be trivial, but Wordpress itself is often an issue.
Comments are non-negotiable features for many bloggers. 3rd party javascript is not the same in the eyes of many (including my little network).
Re: Performance of WordPress Hosting Companies Compared
#5I really don't understand Wordpress as a blog platform sometimes. Why so many database queries? Why even have database queries at all- aside from perhaps comments? Static pages make significantly more sense for almost all blog setups (Octopress ftw). Making a blog handle this amount of traffic should be trivial, but Wordpress itself is often an issue.
Although Wordpress crashing under load is what caused me to switch to Octopress.
Re: Performance of WordPress Hosting Companies Compared
#6I really don't understand Wordpress as a blog platform sometimes. Why so many database queries? Why even have database queries at all- aside from perhaps comments? Static pages make significantly more sense for almost all blog setups (Octopress ftw). Making a blog handle this amount of traffic should be trivial, but Wordpress itself is often an issue.
> Why even have database queries at all- aside from perhaps comments? Comments are non-negotiable features for many bloggers. 3rd party javascript is not the same in the eyes of many (including my little network).
Re: Performance of WordPress Hosting Companies Compared
#7I really don't understand Wordpress as a blog platform sometimes. Why so many database queries? Why even have database queries at all- aside from perhaps comments? Static pages make significantly more sense for almost all blog setups (Octopress ftw). Making a blog handle this amount of traffic should be trivial, but Wordpress itself is often an issue.
Database features are important for the CMS aspects of Wordpress, not just the blogging aspects. Although Wordpress crashing under load is what caused me to switch to Octopress.
It's all about the caching plugins. I had my blog hit 300k visits in the span of 8 hours, peaking at about 100 visits per second on a shared web host. Utilizing cashing plugins means every single person that visited my blog was served static content that refreshed itself every 10 minutes.
Re: Performance of WordPress Hosting Companies Compared
#8I really don't understand Wordpress as a blog platform sometimes. Why so many database queries? Why even have database queries at all- aside from perhaps comments? Static pages make significantly more sense for almost all blog setups (Octopress ftw). Making a blog handle this amount of traffic should be trivial, but Wordpress itself is often an issue.
> Why even have database queries at all- aside from perhaps comments? Comments are non-negotiable features for many bloggers. 3rd party javascript is not the same in the eyes of many (including my little network).
Of course, this is guess from a priori reasoning. I would be genuinely interested if somebody tried file-based comments for a WordPress (or a similar platform) based site and it fell over or failed in some way.
Re: Performance of WordPress Hosting Companies Compared
#9Earlier quoted context omitted.
Database features are important for the CMS aspects of Wordpress, not just the blogging aspects. Although Wordpress crashing under load is what caused me to switch to Octopress.
>Although Wordpress crashing under load is what caused me to switch to Octopress. It's all about the caching plugins. I had my blog hit 300k visits in the span of 8 hours, peaking at about 100 visits per second on a shared web host. Utilizing cashing plugins means every single person that visited my blog was served static content that refreshed itself every 10 minutes.
200 visits/second caused blank pages half the time.
300 visits/second? Boom.
Re: Performance of WordPress Hosting Companies Compared
#10Earlier quoted context omitted.
>Although Wordpress crashing under load is what caused me to switch to Octopress. It's all about the caching plugins. I had my blog hit 300k visits in the span of 8 hours, peaking at about 100 visits per second on a shared web host. Utilizing cashing plugins means every single person that visited my blog was served static content that refreshed itself every 10 minutes.
My Wordpress blog on Dreamhost shared hosting w/ WP Super Cache and Cloudflare could easily handle 100 visits/second. 200 visits/second caused blank pages half the time. 300 visits/second? Boom.
Then again, 300 visits per second, estimating 250KB for the entire page (css, js, images, etc) is about 75Mbps which is going to be a lot to ask from any shared hosting provider.