-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[软技能] 第103天 请列举出多种减少页面加载时间的方法 #995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
• 缓存利用: 缓存 Ajax,使用 CDN、外部 JavaScript 和 css 文件缓存,添加 Expires 头,在服务器端配置 Etag,减少 DNS 查找等。 |
1.减少http请求数量 |
这个问题也可以这么问: 网页优化是笼统的话题,如果要回答, 也只有以下两点: 一.如何进行加载优化? 二.如何进行渲染优化? 按这个思路,问题就好回答了,思路也比较清晰。
-6.如何提高js的执行效率。 一般来说优化的重点还是放在 加载 这个环节。 |
|
第103天 请列举出多种减少页面加载时间的方法
The text was updated successfully, but these errors were encountered: