Page loading speed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking for a way to speed up a rather large HTML page. The page is approx. 20000 lines long, contains about 1500 tables (some nested) and thousands of class calls. There is no JavaScript - just plain HTML.

The issue is the page currently takes over 10 seconds to load. Is there something that I'm likely doing in the page to cause it to load slowly, or is it just that 20000 lines is just too long?
 
Hi theRocket wrote :-)
I'm looking for a way to speed up a rather large HTML page. The
page is approx. 20000 lines long, contains about 1500 tables (some
nested) and thousands of class calls. There is no JavaScript - just
plain HTML.

The issue is the page currently takes over 10 seconds to load. Is
there something that I'm likely doing in the page to cause it to load
slowly, or is it just that 20000 lines is just too long?

I would say that is not an unreasonable length of time to load a page of
that size. I have pages not as large as that and take a lot longer....and I
have broadband. :-)

Hope this helps.

Jan :)

Smiles are meant to be shared,
that's why they're so contagious.

Please reply to the newsgroup so others may benefit.
 
Back
Top