-
http://blogs.msdn.com/ie/archive/2005/04/11/407189.aspx 写道PS: Another web-performance tip: When generating hyperlinks, always include a trailing slash if possible. For instance, navigating to http://msdn.microsoft.com/ie takes one more roundtrip than http://msdn.microsoft.com/ie/. When the browser navigates to the /ie url, the server merely sends down a 301 to the /ie/ url. Both links work, but the second version is faster.
在WEB浏览器访问域名时加(/)的作用
最新推荐文章于 2025-07-24 17:50:13 发布
本文介绍了一个简单的网页性能优化技巧:在生成超链接时尽可能地包含尾斜杠。这种做法可以减少浏览器导航到页面时所需的往返次数,从而提高加载速度。例如,相较于http://msdn.microsoft.com/ie,使用http://msdn.microsoft.com/ie/能够更快地加载页面。
1128

被折叠的 条评论
为什么被折叠?



