سلام ، آیا این بازدید اول شماست ؟ یا
نمایش نتایج: از شماره 1 تا 1 , از مجموع 1

موضوع: Top 7 Ways To Speed Up Your WebSite

  1. #1
    Admin
    تاریخ عضویت
    Dec 2005
    محل سکونت
    U.A.E
    نوشته ها
    13,222
    تشکر
    318
    تشکر شده 1,338 بار در 652 ارسال

    Top 7 Ways To Speed Up Your WebSite


    The time taken by your site to load greatly affects the experience for your visitors. Research has been done which has given a fact that users dont user will ignore a site completely if it doesn’t load in 4 seconds. Therefore having a fast site is very important

    Here are the top 7 ways speed up load time of your WebSite.

    1. Host Images And Files Somewhere Else
    Many users online at the same time can cause your server to handle a lot of requests. Its best that if you are using images in your site, make sure you upload them to image host sites like ImageShack. This will greatly reduce the bandwidth used by your server and also make your blog faster as image upload sites have a better speed.
    Best place to host files of sizes 2-5mb (Any thing you need to provide users for download) is to use Google Pages as your host.

    2. Optimize Your CSS
    Nowadays many sites have started to use CSS based formatting. Even if Style Sheets are naturally more efficient than HTML tables you can still optimize the CSS code to make your website cleaner and faster. Having a clean CSS can reduce the time taken by the clients browser to decode your site.
    Manual Clean

    * Try to locate dispersed code and aggregate it together.
    For example instead of

    کد:
    margin-top: 20px;
         margin-right: 10px;
         margin-bottom: 20px;
         margin-left: 10px;
    Write

    کد:
         margin: 20px 10px 20px 10px;
    You can use the tool Clean CSS to optimize your CSS and remove useless property declaration and whitespaces.

    3. Optimize Your Images
    Use image formats such as PNG, JPG,/JPEG And GIF. Always use the “Save for web” image quality which is available in most softwares such as Adobe Photoshop.

    4. Use Height/Width Tag In Images
    Most people dont add hieght and width tag to images. These tags make sure that the browser knows the dimensions of images before it has completed downloading the image. If the browser does not see those tags it will need to figure the size of the image, then load the image and then load the rest of the page.
    When the height and width tags are included the browser will automatically know the size of the image. As a consequence it will be able to hold a place for the image and load the rest of the page simultaneously. Apart from the improvement on the load time of the page this method is also more user friendly since the visitor can start reading the text or other information while the image is being downloaded.

    5. Use Less Javascript!
    Some people tend to add a lot of javascript effects to their site. Using excessive javascript animations may cause clients browser to freeze for some time annoying the user.

    6. Optimize Links
    Make sure that the outlinks from your blog and link between posts are optimized well. For example if link is [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید] make sure you write it as [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید] to prevent one extra request which would be made to the server if the former link is used.
    The improvement on the loading time of links ending with a slash will not be astronomical, but when it comes to speeding up a website every small bit helps!

    7. Reduce HTTP Requests To Server
    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.

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  2. # ADS
    تبلیغات در جوملا فارسی
    تاریخ عضویت
    Always
    محل سکونت
    Advertising world
    نوشته ها
    Many
     

موضوعات مشابه

  1. آموزش Website Optimizer
    توسط p30p30 در انجمن درخواست آموزش
    پاسخ ها: 5
    آخرين نوشته: 11-17-2009, 07:11 PM

علاقه مندی ها (Bookmarks)

علاقه مندی ها (Bookmarks)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •