谷歌网页加速 - 优化CSS交付

时间:2021-03-29 02:44:19

Hello as you can see i have a big problem with my css. I want to combine my css files into one to optimize css dleivery and speed up my site according to google page speed insights.

你好,你可以看到我的CSS问题很严重。我想将我的css文件合并为一个以优化css dleivery并根据谷歌页面速度洞察加快我的网站速度。

I have tried many solutions but nothing happens. I thought it would be easy to combine my css but now i take my wordsback.Can any give me a reliable and easy solution? I have tried to use combine_css in my htaccess file but nothing happens... Thanks in advance

我尝试了很多解决方案但没有任何反应。我认为结合我的css很容易,但现在我接受了我的话。可以给我一个可靠而简单的解决方案吗?我试过在我的htaccess文件中使用combine_css但没有任何反应......提前谢谢

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.css">
<link rel="stylesheet" href="anetoi_css/0_reset_all_css.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/loading.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/anetoi_ads.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/anetoi_fb.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/footer_anetoi.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/header.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/fast_navbar.css" type="text/css" />
<link rel="stylesheet" href="anetoi_css/left_navigation_bar.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/right_navigation_bar.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/pagination.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/right_navigation_bar_options.css" type="text/css"/>
<link rel="stylesheet" href="anetoi_css/anetoi_css.css" type="text/css" />

1 个解决方案

#1


0  

You can put all CSS here. And save it in one file. (obviously follow the order of CSS)

你可以在这里放置所有的CSS。并将其保存在一个文件中。 (显然遵循CSS的顺序)

http://cssminifier.com/

#1


0  

You can put all CSS here. And save it in one file. (obviously follow the order of CSS)

你可以在这里放置所有的CSS。并将其保存在一个文件中。 (显然遵循CSS的顺序)

http://cssminifier.com/