Difference between link and @import

原文don’t use @import

  • Using @import within a stylesheet adds one more roundtrip to the overall download time of the page.
  • Using @import in IE causes the download order to be altered. This may cause stylesheets to take longer to download, which hinders progress rendering making the page feel slower.

翻译:

  • 在样式表中使用@import增加一个甚至更多来回的页面整体下载时间 

 

  • 在IE中使用@import导致下载顺序乱序,这个可能会导致样式表花更多时间来下载, 导致渲染进程感觉渲染很慢。 
 

 

posted @ 2016-04-05 11:23  印前  阅读(147)  评论(0编辑  收藏  举报