drupal如何提高网页速度
我有一个大型内容网站,托管在美国的机架空间上。尽管使用了 CDN 模块、图像 jss 等,但网站下载时间仍接近 12 秒。根据 Pagespeed,网站接近 85/100,在 Yslow 上获得 B 级。如何才能将网站速度控制在 3 秒以内?我已经安装了APC
I have a big content website which is hosted on rackspace in USA. The site downloads time is close to 12 seconds despite using CDN module, image jss etc. as per Pagespeed, website gets close to 85/100 and on Yslow it gets B grade. How can I bring website speed to less than 3 seconds. I have already installed APC
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Memcached 和 Varnish 将极大地提高您的页面加载速度。 2bits 的演示向我介绍了服务器优化的世界。另请查看有关提高性能的摇篮曲系列。
Memcached and Varnish will drastically improve your page load speeds. This presentation from 2bits introduced me to the world of server optimization. Also check out the lullabot series on improving performance.