Results 1 to 11 of 11

Thread: Speed Test for Website

  1. #1
    Senior Member thebillionaire's Avatar
    Join Date
    Apr 2004
    Posts
    746

    Speed Test for Website

    Can you guys let me know the what the speed of the site is in terms of loading time. My site is: http://www.GamesReloaded.com

  2. #2
    Senior Member agua's Avatar
    Join Date
    Sep 2005
    Location
    Pottsville, NSW
    Posts
    531
    around 30 seconds counting in my head
    I Do Website Design - but I am here to learn all about publishing

  3. #3
    Senior Member thebillionaire's Avatar
    Join Date
    Apr 2004
    Posts
    746
    what internet connection do you have?

  4. #4
    Is Still Alive! Johnny Gulag's Avatar
    Join Date
    Feb 2006
    Location
    North Texas
    Posts
    242
    DSL / 8-10 seconds

  5. #5
    Registered
    Join Date
    Mar 2006
    Posts
    156
    12 seconds - ADSL

  6. #6
    Registered
    Join Date
    Feb 2005
    Posts
    85
    13 seconds - DSL

  7. #7
    Senior Member agua's Avatar
    Join Date
    Sep 2005
    Location
    Pottsville, NSW
    Posts
    531
    Whoops - ADSL 512/256 - 25 secs this morning from Aus
    I Do Website Design - but I am here to learn all about publishing

  8. #8
    Senior Member thebillionaire's Avatar
    Join Date
    Apr 2004
    Posts
    746
    Can you guys redo the speed test, I changed servers

  9. #9
    I'm the oogie boogie man! James's Avatar
    Join Date
    Aug 2004
    Location
    Canada
    Posts
    1,566
    8 seconds, cable.

  10. #10
    Former Marine D.I.
    Join Date
    Sep 2006
    Posts
    14
    15 seconds on high-speed cable...

    You need to remove the JavaScript that's running in the background ... you also have 3 code errors and 209 code warnings, of which you've made the most common error, and that's where you didn't start your site off with the required <!DOCTYPE Declaration>.

    A DOCTYPE Declaration is mandatory for most current markup languages and without one it is impossible to reliably validate a document. The DOCTYPE defines the version of the document like -- HTML 4.0.1, XHTML 1.0, 1.1, ...etc.

    Now; here's a portion of your code warnings you may wish to fix, so that your site validates in all SE's:

    Code:
    line 2 column 1 - Warning: missing <!DOCTYPE> declaration
    line 21 column 1 - Warning: <form> isn't allowed in <table> elements
    line 24 column 1 - Warning: missing </form> before <tr>
    line 25 column 1 - Warning: inserting implicit <table>
    line 30 column 177 - Error: discarding unexpected </form>
    line 24 column 1 - Warning: missing </form>
    line 32 column 1 - Error: discarding unexpected </td>
    line 33 column 1 - Warning: missing <tr>
    line 67 column 49 - Warning: unescaped & or unknown entity "&u"
    line 67 column 82 - Warning: unescaped & or unknown entity "&f"
    line 67 column 86 - Warning: unescaped & or unknown entity "&id"
    line 70 column 44 - Warning: unescaped & or unknown entity "&f"
    line 70 column 48 - Warning: unescaped & or unknown entity "&id"
    line 71 column 41 - Warning: unescaped & or unknown entity "&u"
    line 71 column 74 - Warning: unescaped & or unknown entity "&f"
    line 71 column 78 - Warning: unescaped & or unknown entity "&id"
    line 71 column 83 - Warning: unescaped & or unknown entity "&if"
    line 123 column 49 - Warning: unescaped & or unknown entity "&u"
    line 123 column 82 - Warning: unescaped & or unknown entity "&f"
    line 123 column 86 - Warning: unescaped & or unknown entity "&id"
    line 126 column 44 - Warning: unescaped & or unknown entity "&f"
    line 126 column 48 - Warning: unescaped & or unknown entity "&id"
    line 127 column 41 - Warning: unescaped & or unknown entity "&u"
    line 127 column 74 - Warning: unescaped & or unknown entity "&f"
    line 127 column 78 - Warning: unescaped & or unknown entity "&id"
    line 127 column 83 - Warning: unescaped & or unknown entity "&if"
    line 152 column 11 - Warning: <embed> is not approved by W3C
    line 152 column 177 - Error: discarding unexpected </embed>
    line 158 column 57 - Warning: unescaped & or unknown entity "&campaignid"
    line 158 column 72 - Warning: unescaped & or unknown entity "&creativeid"
    line 161 column 57 - Warning: unescaped & or unknown entity "&campaignid"
    line 161 column 72 - Warning: unescaped & or unknown entity "&creativeid"
    line 197 column 66 - Warning: missing </center>
    line 224 column 66 - Warning: missing </center>
    line 252 column 66 - Warning: missing </center>
    line 279 column 66 - Warning: missing </center>
    line 15 column 1 - Warning: missing </table>
    line 16 column 5 - Warning: <td> proprietary attribute "background"
    line 19 column 5 - Warning: <td> proprietary attribute "background"
    line 20 column 1 - Warning: <td> proprietary attribute "background"
    line 25 column 1 - Warning: <tr> proprietary attribute "colspan"
    line 25 column 1 - Warning: <tr> proprietary attribute "height"
    line 25 column 32 - Warning: <img> lacks "alt" attribute
    line 27 column 28 - Warning: <img> lacks "alt" attribute
    line 29 column 1 - Warning: <tr> proprietary attribute "colspan"
    line 29 column 1 - Warning: <tr> proprietary attribute "height"
    line 29 column 32 - Warning: <img> lacks "alt" attribute
    line 30 column 1 - Warning: <tr> proprietary attribute "colspan"
    line 30 column 37 - Warning: <input> proprietary attribute "border"
    line 30 column 120 - Warning: <img> lacks "alt" attribute
    line 23 column 1 - Warning: <tr> proprietary attribute "colspan"
    line 33 column 1 - Warning: <td> proprietary attribute "background"
    line 34 column 1 - Warning: <table> proprietary attribute "background"
    line 35 column 157 - Warning: <img> lacks "alt" attribute
    line 35 column 364 - Warning: <img> lacks "alt" attribute
    line 36 column 59 - Warning: <img> lacks "alt" attribute
    line 37 column 15 - Warning: <img> lacks "alt" attribute
    line 41 column 19 - Warning: <img> lacks "alt" attribute
    line 43 column 15 - Warning: <input> proprietary attribute "border"
    line 44 column 15 - Warning: <img> lacks "alt" attribute
    line 47 column 5 - Warning: <td> proprietary attribute "background"
    line 47 column 168 - Warning: <img> lacks "alt" attribute
    line 47 column 350 - Warning: <img> lacks "alt" attribute
    line 47 column 559 - Warning: <img> lacks "alt" attribute
    line 47 column 759 - Warning: <img> lacks "alt" attribute
    line 47 column 952 - Warning: <img> lacks "alt" attribute
    line 49 column 5 - Warning: <td> proprietary attribute "background"
    line 67 column 1 - Warning: <iframe> proprietary attribute "allowtransparency"
    line 78 column 52 - Warning: <img> lacks "alt" attribute
    line 83 column 20 - Warning: <img> lacks "alt" attribute
    line 84 column 5 - Warning: <td> proprietary attribute "background"
    line 84 column 53 - Warning: <img> lacks "alt" attribute
    line 86 column 5 - Warning: <td> proprietary attribute "background"
    line 86 column 53 - Warning: <img> lacks "alt" attribute
    line 88 column 5 - Warning: <td> proprietary attribute "background"
    line 88 column 53 - Warning: <img> lacks "alt" attribute
    line 90 column 5 - Warning: <td> proprietary attribute "background"

  11. #11
    Junior Registered
    Join Date
    Apr 2007
    Posts
    3
    1 second for me Seems fine.

Similar Threads

  1. Another Poor YPN Test
    By Chris in forum Advertising & Affiliate Programs
    Replies: 11
    Last Post: 04-04-2006, 08:52 AM
  2. $5 paypal for a quick test
    By Sean in forum The Marketplace
    Replies: 6
    Last Post: 01-28-2006, 12:40 AM

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
  •