网页复杂性限制 - 如果有的话
我想知道我有
- jQuery
- Javascript
- Javascript Timers
- CSS
- DIVs 内部 DIV
- 表格 内部表格 内部
- DIV 内部
- 表格
以及上述所有内容在一个网页中的所有可能组合,而我的网站由如此多的页面组成,最糟糕的是所有这些页面都是用 PHP 生成...
我想知道是否有一些点像好吧,对于浏览器来说已经足够了,没有更多复杂性...
i was wondering i am having
- jQuery
- Javascript
- Javascript Timers
- CSS
- DIVs inside DIVs
- Tables inside Tables
- Table inside DIVs
- DIVs inside Tables
and all possible combination of all of the above in one webpage and my website is consisted of such many pages and worst all these pages are generated with PHP...
i was wondering is there some point where its like OKAY THATS ENOUGH FOR BROWSER, NO MORE complexity...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的 Facebook 新闻提要页面(点击了几次“旧帖子”)包含近 20,000 个标签,并且仍然可以流畅地滚动。在用户的浏览器屈服之前,您将会看到一个臃肿且加载缓慢的页面。
My Facebook news-feed page (with 'Older posts' clicked a few times) contains nearly 20,000 tags, and still scrolls smoothly. You're going to have a bloated and slow-loading page far before the user's browser gives in.
我认为浏览器没有复杂性限制,除了计算机本身的内存、磁盘空间限制。
您是在做实验还是在实际制作一个充满元素的实用网站?
I think a browser has no complexity limit, except the memory, disk space limit the computer itself has.
Are you doing an experiment or actually making a practical site with full of elements?