Browser limitation with maximum Page length
-
Here we are facing the problem : On the page complete contents are not displaying but while we check the Page source and copy/paste it into a static html page all contents will be displayed. Is there any limitation of browser related to maximum length of a web page. I googled and found that the limit of a web page should be 10-30KB but in the same project we have pages with length upto 55 KB. Can anyone help me out?
-
Here we are facing the problem : On the page complete contents are not displaying but while we check the Page source and copy/paste it into a static html page all contents will be displayed. Is there any limitation of browser related to maximum length of a web page. I googled and found that the limit of a web page should be 10-30KB but in the same project we have pages with length upto 55 KB. Can anyone help me out?
Why are you putting so much data in same page.Its not a good practice.You can divide it on several pages accordingly.IIt'll take less time to load and also will be easy to maintain
Cheers!! Brij Check My Latest Article
-
Here we are facing the problem : On the page complete contents are not displaying but while we check the Page source and copy/paste it into a static html page all contents will be displayed. Is there any limitation of browser related to maximum length of a web page. I googled and found that the limit of a web page should be 10-30KB but in the same project we have pages with length upto 55 KB. Can anyone help me out?
Gaurav, I will suggest you to read this article. which describes about the maximum size and How to calculate web page size. Here Is the article Read the "How to calculate web page size" section and try to minimize the page size. Hope this will help you !
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article