Results 1 to 6 of 6

Thread: How to improve page load times

  1. #1
    Join Date
    May 2009
    Posts
    539

    How to improve page load times

    Hi all,

    I am a fresher in web development. I can built a advertising company website that have looking very designer and full of images. I want improve page load times on browser, Can it possible. Please suggest.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    How to improve page load times

    I am the using the following code to shrink my web page to 30%. Try this and reply.

    Code:
    <table id=”wrapper” border=”0” cellpadding=”0”
     cellspacing=”0”><tr><td> ... </td></tr></table>
    Code:
    <div id=”wrapper”> ... </div>

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: How to improve page load times

    You can validate your HTML and CSS code before loading the webpage. Validating can also save you time. Uou can either put the java script in web page.
    Code:
    jslint passfail: true, white: true, browser: true
    .

    You can put some CSS was rendering a three-color line:

    Code:
    <div id="divline">
     	<span class="blkline"><p></p></span>
     	<span class="maindiv"><p></p></span>
     	<span class="gradient"><p></p></span>
    </div>

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    How to improve page load times

    you can also fast your webpage by Keep CSS and JavaScript out of your markup. You can also repeat visits by moving all inline CSS to an external style sheet and all inline JavaScript blocks to an external file. It also shrink the HTML page file. It creating assets which are cacheable by the browser. If your CSS and JavaScript files are large, this can save the browser time from downloading the same data over and over and fast to load web page.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    How to improve page load times

    You must locate all CSS in the document HEAD and add an external JavaScript file call to the HEAD of your simple page. It will fast the web page loading speed. You can also add the multiple scripts. if you add an external JavaScript file call to the HEAD of your simple page, this will help the server until the JavaScript file has been downloaded

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to improve page load times

    You can also reduce page load times by reduce the size of the page , but reducing the number of external objects called by a page is as equally, and sometimes more important. You can check these code for further example.
    Code:
    <a href="#" class="next"><span class="hide">Next</span></a>
    
    a.next {display:block; width:11px; height:11px;
     background:url(abc.gif) -75px 0 no-repeat;}
    
    .hide {display:block; position:absolute; top:0; left:-500em; 
    width:1px; height:1px; overflow:hidden; text-indent:-9999em; line-height:0;}

Similar Threads

  1. DoW 2: Retribution Extremely long load times
    By Ferdinand Alosa in forum Video Games
    Replies: 6
    Last Post: 03-03-2011, 10:21 AM
  2. How to use different load balancing to improve network performance
    By Sydney_7 in forum Networking & Security
    Replies: 5
    Last Post: 28-03-2010, 03:27 AM
  3. How to improve performance in ASP.NET by page cache
    By Laramie in forum Software Development
    Replies: 6
    Last Post: 24-03-2010, 05:43 PM
  4. Page load in problem asp.net
    By warehouse peon in forum Software Development
    Replies: 4
    Last Post: 25-10-2008, 02:12 PM

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
  •  
Page generated in 1,715,660,578.34534 seconds with 17 queries