启用Keep-alive代码不会影响我们的网站

时间:2018-04-30 06:37:18

标签: wordpress performance optimization

我们的网站建立在Wordpress CMS上。 这个网站的速度非常低(根据gtmetrix结果约为42%)。

网站网址:https://www.ttademo.timesandtrendsacademy.com/

所以,我做了一些与速度优化相关的活动,以提高我们的网站速度。所以为此,我使用了两个优化插件。

1)wp-faster-cache 2)wp-optimize

通过这些插件进行优化后,我们的网站仅提升了4%。 根据gtmetrix工具报告,我已将下面的代码添加到Enable-Keep-Alive中,但它不会影响我们的网站。

# TN START ENABLE KEEP ALIVE
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>
# TN END ENABLE KEEP ALIVE

请您告诉我们需要实施哪些内容来提高我们的网站速度。

谢谢, Gopal

1 个答案:

答案 0 :(得分:0)

要改善您的网站,请按以下几点

1. install W3 total cache plugin and wp-smushit plugin and customized it.
2. Enable gzip compression
3. delete old post revisions
4. Identify un-used images, CSS and JS files and remove.
5. Image optimization. 
6. JS & CSS minify and optimize.
7. Removed un-used plugins
8. Leverage browser caching(add code in .htaccess)
9. use lazy loading