How can I test how fast or slow my wordpress website it?

I have my FIRST wordpress website and I love it, however I’m not sure if it’s my browser (Firefox 8.0.1 for Mac) or my computer or the website itself but it’s going really slow.

MY SITE is in the finalizing stages and I want to make sure it’s smooth. This is my first wordpress site so I can see myself adding a lot of things and maybe slowing it don that way?

Read More

First off, is it slow for you guys?

Where is a good site, plugin or article about how to determine how slow/fast your wordpress site it? Is there a handy plugin that can speed it up? Is there somewhere I can check to see how big my site it? What might be a specific thing slowing it down?

Related posts

Leave a Reply

7 comments

  1. There are several factors that will make your WordPress site slugish. One of the largest gains can be made with the W3 cache plugin, along with several other smaller fixes. Also choosing a well made theme can help with CSS & PHP bloat.

    Guide on WordPress
    http://wp.tutsplus.com/tutorials/the-ultimate-quickstart-guide-to-speeding-up-your-wordpress-site/

    General Google Speed assessment:
    https://developers.google.com/pagespeed/#url=http_3A_2F_2Fsafetyspeakers.ca_2F&mobile=false

    W3 Cache tutorial:
    http://www.techiezone.net/tutorials/configure-w3-total-cache/

    **Edit
    You also might want to checkout this book to really tweak it:
    http://www.amazon.com/High-Performance-Web-Sites-Essential/dp/0596529309

  2. There are several tools to check for Website speed: 7 Best Free Website Speed Tools

    You could also add code at the footer of your Website that measures the loading time of the page (does not work well with a caching plugin, understandably):

    <?php echo get_num_queries(); ?> <em title="Sometimes queries value does not update when page is cached.">queries</em> in <?php timer_stop(1); ?> seconds.

    Hope this helps.

    Boutros.

  3. Hi there you can measure your website speed using several websites like Google Pagespeed insights , gtmetrix and webpagetest.org.

    I find the later very easy and it explains in details what kind of problem your website faces.

    You can also check this video where you will learn how to test and understand your website speed.