标签:nbsp 默认 浏览器 https document def htm 分类 tag
1、资源压缩合并,减少 HTTP 请求;
2、非核心代码异步加载
(1)、异步加载的方式:
(2)、异步加载的区别:
3、利用浏览器缓存-->缓存的分类-->缓存的原理
(1)、强缓存:
(2)、协商缓存:
4、使用 CDN
5、预解析 DNS
<meta http-equiv="x-dns-prefetch-control" content="on"> // 强制打开a标签的dns预解析 <link rel="dns-prefetch" href="//host_name_to_prefetch.com"> // dns预解析,http的一些a标签默认打开,https的不一定
标签:nbsp 默认 浏览器 https document def htm 分类 tag
原文地址:https://www.cnblogs.com/tg666/p/12307748.html