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.
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