A Fast Loading Blog?

Discussion in 'Search Engine Optimization' started by mekap04, Jul 5, 2008.

  1. #1
    What are some good techniques to use if you want your blog to load faster.
     
    mekap04, Jul 5, 2008 IP
  2. jprice259

    jprice259 Peon

    Messages:
    100
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This might be in the wrong forum / thread mekap04.

    But here's for starters. Do you have a lot of graphics? if so you should add this between your <head> tags to "preload" images.

    <script type="text/javascript">
    <!-- Begin
    image0 = new Image();
    image0.src = "http://www.site.com/path/to/image.gif";
    image1 = new Image();
    image1.src = "http://www.site.com/path/to/image2.gif";
    image2 = new Image();
    image2.src = "http://www.site.com/path/to/image3.gif";
    // End -->
    </script>

    also, you should specify what blog program your using, hosting, and template?
     
    jprice259, Jul 5, 2008 IP
  3. Stryder

    Stryder Guest

    Messages:
    124
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Using caching will help speed up the loading of your blog considerably ..
     
    Stryder, Jul 5, 2008 IP
  4. pixeladd

    pixeladd Banned

    Messages:
    2,238
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #4
    certain themes are much more fast loading

    alot of the magazine themes seem to take a while to load due to the images

    i use a cache plugin for firefox which loads images on the whole site so they can be veiwed alot quicker
     
    pixeladd, Jul 5, 2008 IP
  5. jprice259

    jprice259 Peon

    Messages:
    100
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    However, you should develop a site for everyone. Not everyone has the firefox plug-in ...

    Think of the end user and what they experience. :)
     
    jprice259, Jul 5, 2008 IP
  6. niessuh

    niessuh Well-Known Member

    Messages:
    861
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    128
    #6
    use minimalistic themes. blogohblog has several minimalistic theme you can use for free.
     
    niessuh, Jul 5, 2008 IP
  7. LuckyPimp

    LuckyPimp Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Install a caching plugin
     
    LuckyPimp, Jul 6, 2008 IP
  8. beacon.seo

    beacon.seo Well-Known Member

    Messages:
    1,285
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #8
    if you want to load your blog fast. avoid posting pictures with high resolution.
     
    beacon.seo, Jul 6, 2008 IP
  9. lightlysalted

    lightlysalted Active Member

    Messages:
    2,067
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    90
    #9
    thanks, I found this post useful for my own site as well
     
    lightlysalted, Jul 7, 2008 IP
  10. fr@nc!z

    fr@nc!z Active Member

    Messages:
    1,545
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    80
    #10
    Based on my experience, one reason why a blog load longer is because of too much java script... I didn't say you cant put java script on your blog (coz adsense code is a java script!); just avoid putting too many java script. Add only those which is important.
     
    fr@nc!z, Jul 7, 2008 IP
  11. jprice259

    jprice259 Peon

    Messages:
    100
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11
    javascript shouldn't slow down your blog that dramatically. Just use it correctly and you shouldn't have much problems. Sometimes if the javascript uses a connection to another site (like adsense), and the other site is loading slow, then it could effect yours.
     
    jprice259, Jul 7, 2008 IP