Comments on: [Tools] How Fast Does Your Webpage Load? http://fstoppers.com/how-fast-does-your-webpage-load Video Blog for Creative Professionals Sat, 18 May 2013 00:20:00 +0000 hourly 1 By: Anonymoushttp://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-33015 Anonymous Sat, 04 Feb 2012 18:46:00 +0000 http://fstoppers.com/?p=22368#comment-33015 any suggestions on some low cost dedicated hosting? I’ve been using host monster and lately the service has been crap. 

]]>
By: Patrick Hallhttp://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-33014 Patrick Hall Sat, 04 Feb 2012 18:31:00 +0000 http://fstoppers.com/?p=22368#comment-33014 Your site or yours? We have a big change coming soon :)

]]>
By: Omari Blythehttp://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-33007 Omari Blythe Sat, 04 Feb 2012 17:38:00 +0000 http://fstoppers.com/?p=22368#comment-33007 Holy fark!!!! Site takes almost 15 seconds to load. Think its time for a new WP theme. Image flow takes too long to load. 

]]>
By: Anonymoushttp://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-32995 Anonymous Sat, 04 Feb 2012 06:46:00 +0000 http://fstoppers.com/?p=22368#comment-32995 Also Google web pagespeed service (
http://code.google.com/speed/pss/docs/setup.html ) is very similar to of cloudflare.

]]>
By: Miroslav Shubernetskiyhttp://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-32993 Miroslav Shubernetskiy Sat, 04 Feb 2012 06:33:00 +0000 http://fstoppers.com/?p=22368#comment-32993 Some suggestions which
you might want to do on dedicated hosting (my assumption is that you are
running Apache):

1. Install and enable
mod_pagespeed (http://code.google.com/speed/page-speed/docs/module.html) plugin in Apache. What the plugin does it that is automatically
applied the best web practices to web pages. For example it a) minifies
external css and javascript (compresses); b) combines external js into a single
file; c) optimizes cache (sets proper expire http headers for static resource);
d) uses url-fingerprinting when combining files; and e) minifies HTML

2. Consider using Nginx as a main server. Nginx is much faster, resource aware compared to Apache. Apache is this gigantic beast running in the background which can handle pretty much
anything, however a lot of those capabilities are not necessary. When Apache
gets a lot of requests, it will spawn (create) a separate process to handle each
request. This has two side-effects: a) eats a lot of ram so in the future fewer
requests can be handled and b) since your cpu has only a certain amount of
cores, for os it is much harder to handle many cpu intensive processes at once.
So when apache spawns processes to handle each request, it in turn slows down
the computer. On the other hand, Nginx has a concept of workers. you can define
how many workers will run at the same time. Usually that would be the same
number as the number of cores you have available. Then when Nginx will receive
requests, it will forward them to one of the workers. When Nginx will receive
many requests, the workers are basically going to handle all the requests as
fast as they can. This makes the whole operation much faster compared to
Apache.

3. Consider running Nginx as
reverse proxy for load balancing. You can get additional dedicated servers, so
then Nginx as it will get requests from users, it will just forward them to
other machines. The other machines can run anything – Apache, Nginx or any
other server.

4. I assume that you are
using MySQL as a database. Switching to something like Postgresql can provide a
pretty big performance boost.

5. Regularly optimize
databases. When you insert or delete a lot of new content to a db, it has to be
optimized – re-indexed, etc.

6. Since PHP and WordPress is
not one of the fastest options, you might want to migrate to a different CMS.
For example you can have a web site done in Python using Django web framework
or use Ruby on Rails. Anything other than PHP will give you better performance.
However since you already have a lot of content, this is not really an option
for you.

]]>
By: Corey Meltonhttp://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-32956 Corey Melton Fri, 03 Feb 2012 21:09:00 +0000 http://fstoppers.com/?p=22368#comment-32956 not what Cara said …

]]>
By: Brianhttp://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-32955 Brian Fri, 03 Feb 2012 20:59:00 +0000 http://fstoppers.com/?p=22368#comment-32955 I have actually been crafting a proposal for you guys (I’m a front-end developer/engineer) on how to improve fstoppers.com – interesting timing on this post.

]]>
By: Patrick Hallhttp://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-32950 Patrick Hall Fri, 03 Feb 2012 19:22:00 +0000 http://fstoppers.com/?p=22368#comment-32950 We are working on making FS much faster.  We recently moved the whole site to our own dedicated server and the site now loads more than twice as fast.  The site is currently around 2mb in size on the front page which takes anywhere from 4 seconds – 9 seconds to load.   Depending on the day it’s either faster than 50% of the websites out there or slower than 40%….we are working on a major update to come soon :)

]]>
By: ★★★ Tam Nguyen ★★★http://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-32940 ★★★ Tam Nguyen ★★★ Fri, 03 Feb 2012 16:33:00 +0000 http://fstoppers.com/?p=22368#comment-32940 I know a thing or two about WordPress and website optimization. Let me know if you guys want my help.

]]>
By: ★★★ Tam Nguyen ★★★http://fstoppers.com/how-fast-does-your-webpage-load/comment-page-1#comment-32939 ★★★ Tam Nguyen ★★★ Fri, 03 Feb 2012 16:32:00 +0000 http://fstoppers.com/?p=22368#comment-32939  TWSS!

]]>