Home > Net >  What is the maximum Web Page size
What is the maximum Web Page size

Time:08-05

I have an chat site where users can send big files(images, videos) that would be added to the DOM. So after time the page would be large. So what is the limit for a page to be smooth for a user both for mobile and pc?

CodePudding user response:

Would say 2-3MB.

https://www.google.com/search?q=whats a good maxium web page size&rlz=1C1YTUH_en-GBBE1015BE1015&oq=whats a good maxium web page size&aqs=chrome..69i57.5226j0j7&sourceid=chrome&ie=UTF-8

Although one google search could have answered that.

CodePudding user response:

The good time limit is below 3 seconds But the speed depends upon your website hosting also the users network speed.

The website load by pieces of data and not by all once at same time

Refer this link for more details https://uxplanet.org/6-tips-for-designing-fast-and-efficient-websites-93c205c2cbe6

  • Related