Results 1 to 7 of 7

Thread: HTML Page Load Times

  1. #1
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635

    HTML Page Load Times

    Surfers on the web are here for one thing and one thing only, they want information, they want it to be correct and, more importantly, they want it now. We cant always help when it comes to getting the information however we can help them so far as making sure that when one of the surfers clicks on our pages they load quickly.

    Taking Control Of Speed.

    For many webmasters hand coding their HTML pages is an often timely and costly method and, because of this they turned to the WYSIWYG (What You See Is What You get) editors such as Dreamweaver and Frontpage to create their pages for them however, even this in itself requires some manually intermission on the webmaster part. Many of the older style WYSIWYG Editors added a fair amount of un-needed code to the HTML so, spending a few minutes after you have your pages created to physically go through the HTML code and clean up the junk html can in effect, cut down your page size by up to 25% in some instances.

    HTML Quotations And Hyphens.

    In addition to un-needed HTML tags you may also want to consider removing any quotation marks or hyphens from your HTML code, both of these can quickly clutter up a page and laden it down with more code than is actually required.

    For example, 'HTML Coding' makes just as much sense as me telling you HTML Coding when read in sequence. The trick with using quotations and hyphens is actually knowing at what point in your text you can 'get away' with removing them and, this is only something you will know yourself after proofing your completed page.

    Hyperlinks.

    If you are only going to provide links from one page of your site to another then, why use absolute paths? http://www.domain.com/linking.html is the same as /linking.html when you use it in a link from one page on your site to another and, well, in all honesty you have increased the load time of your page by only linking to the relative url instead of the absolute and that's what we are trying to do here right? Make our pages load faster.

    White Space.

    White space on a web page can be a good marketing tool however, white space in your HTML code is a bad thing, placing spaces between certain parts of your HTML code can quickly bog down your load times instead, try to use the tab key to separate certain parts of code likewise, keep the use of &nbsp to a minimum, this can quickly become the most relevant term on your page if used in excess.

    One other benefit of making your pages as small as possible is that a webmaster wanting to steal your HTML code is going to have a harder time finding the exact piece of coding if the HTML is all on a single line than they would if the code was laid out nicely however, this in itself is only a deterrent and it wont stop those webmasters determined to steal your HTML code.

    Page Load Time Overview.

    Hopefully this brief article has given you some idea of ways in which you can practically reduce the load time of your pages without affecting the overall look and feel of your site and, who knows, if your page loads quicker, then you have a better chance of your surfer getting to your sponsor quicker.

    Article written by Lee.

    http://www.europeanwebmasters.com


  2. #2
    How long have you been gay? Bab's Avatar
    Join Date
    Jul 2007
    Posts
    18
    Good to know, I will apply these simple tricks in the future!
    Thanks
    Bab - ICQ 53343648
    Promote the best: www.ClubBisexual.com - over 350 bisexual fhg - Gigantic amount of free content



  3. #3
    scwebmaster
    Join Date
    Jul 2006
    Location
    San Clemente CA
    Posts
    83
    Using CSS instead of tables or attribute tags can reduce the size of your code to 1/4 of the size it would have been using tables and attribute tags .

    One or two <div></div> can replace all

    <table width="620" cellpadding="0">
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    </table>

    just by using CSS.
    Brian H.

    Affiliate Relations / Advertising
    ICQ: 346982423
    AIM: FinelineBrian


  4. #4
    How long have you been gay?
    Join Date
    May 2009
    Posts
    1
    thanks for share :humble:

    .:: XXX VIDEO FOR ALL ::.


  5. #5
    All my life.
    Join Date
    Jun 2009
    Location
    Pacific Northwest
    Posts
    9
    I know this thread is old, but here are a few free tools that measure how fast your website loads and responds under pressure:

    Multi focus tool: /websiteoptimization.com/services/analyze/
    Test your load (hardee har har): /loadimpact.com/
    Test everything: /tester.jonasjohn.de/
    Web Design & Development
    www.jacobidesign.com


  6. #6
    How long have you been gay?
    Join Date
    Mar 2010
    Posts
    10
    Load time is supposed to be one of key factors considered by Coffeine, so divs now become a must
    BoysDP and Boys Fingering
    HD gay bestsellers from Take Bucks
    Gay Porn Blog #1 and Gay Porn Blog #2 open for hardlink trades.


  7. #7
    GWW Newbie..Be Nice..
    Join Date
    Nov 2013
    Posts
    28
    There are many things that are possible with HTML. Designing a whole lot new dynamic or a convention static webpage is easy with HTML.


Posting Permissions

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