Results 1 to 4 of 4

Thread: 6 Ways to Speed Up Your Site

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default 6 Ways to Speed Up Your Site

    1. Optimize Images: always use the “Save for the web” feature included on image editing software. Images represent the heavier load on virtually any website so make sure you are optimizing them. Alternatively you can also turn to an online image optimizer.

    2.Image Formats: apart from optimizing images it is important that you choose the right format. JPEG format is suitable for photographs or true-color images. The GIF format should be used with flat-color images like logos or buttons. PNG works very similar to GIF but it supports more colors.

    3.Optimize Your CSS: most websites are designed with CSS nowadays. Make sure to aggregate and clean your CSS. CleanCSS is an online tool that will merge similar selectors, remove useless properties and remove the whitespace from your code.

    4.Use a Slash on Your Links: when a user opens a link on the form the server will need to figure what kind of file or page is contained on that address. If you include a slash (/) at the end of the link the server will already know that this is a directory page, reducing the load time of the site.

    5.Use the Height and Width Tags: many people forget to add the Height and Width tags on image codes. Those tags will make sure that the browser knows the size of the image before loading it. The result is that it will reserve a spot for the images while loading the rest of the page, speeding up the whole process.

    6.Reduce the HTTP Requests: when opening a web page every object (images, scripts and the line) will require a round trip to the server. This latency can add several seconds to the load time of your site. Make sure to reduce the number of objects and to combine CSS files and scripts together.



    Keywords:Optimize Images,editing software,website, online image optimizer,Image Formats,JPEG format , photographs, true-color images, GIF format ,logos , buttons, PNG works,Optimize Your CSS, CleanCSS,online tool , directory page,Width Tags, browser, HTTP Requests, CSS files ,scripts

  2. #2
    Join Date
    Jan 2008
    Location
    india,kerala-god's own country
    Posts
    14,007

    Default

    Very useful, thanks

  3. #3
    Join Date
    Jul 2013
    Posts
    1

    Default

    Yeap, You are Right sherlyk

    Very nice useful tips, Good job.

    In my opinion, Now in current scenario website should be done by responsive website design, Avoid CSS expressions and Make AJAX cacheable.

    thanks

  4. #4
    Join Date
    May 2013
    Posts
    6

    Default

    You are right,
    You have shared useful information..

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •