如何解决网页速度问题 [英] How to solve webpage speed issue

查看:84
本文介绍了如何解决网页速度问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



i想要加快我的网站

i修复了所有的东西,但我无法解决这个问题,

i尝试结合并尝试有进口但没有成功

如果有任何想法请告诉我,我要做些什么来解决这个问题?



消除渲染 - 在首屏内容中阻止JavaScript和CSS

您的页面有10个阻止CSS资源。这会导致呈现页面的延迟。

无需等待加载以下资源,就无法呈现页面上的上述内容。尝试推迟或异步加载阻止资源,或直接在HTML中内联这些资源的关键部分。

优化CSS交付以下内容:


i want to speed up my website
i fixed all things but i cant solved this,
i tried to combine and also tried with import but not success
if any idea then pls tell me, what i have to do for solve this ?
.
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 10 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Optimize CSS Delivery of the following:

http://www.xyz.com/main/css/New/jquery.fancybox-buttons.css?v=1.0.5
http://www.xyz.com/main/css/New/jquery.fancybox-thumbs.css
http://www.xyz.com/main/css/New/font-awesome.min.css
http://www.xyz.com/main/css/New/foundation.css
http://www.xyz.com/main/css/New/foundation-icons.css
http://www.xyz.com/main/css//New/fonts_family_Raleway_400_300_500_600_700.css
http://www.xyz.com/main/css//New/fonts_family_Lato_400_400_italic_300_700_900.css
http://www.xyz.com/main/css/New/nivo-slider.css
http://www.xyz.com/…main/css/New/jquery.fancybox.css?v=2.1.5
http://www.xyz.com/main/css/New/index.css

推荐答案

结合你的所有将CSS文件合并为一个并缩小它们

你可以通过一些在线服务来做到这一点
Combine your all CSS file into one and minify them
you can do this via some online service as well


这篇关于如何解决网页速度问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆