最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

apache - Caching plugins + mod_pagespeed = overkill?

programmeradmin0浏览0评论

After actively blogging for a couple of years, I stopped completely. Now, I have restarted blogging and am back on WordPress. Earlier, I was on a shared hosting and couldn't do much. Hence I used W3TC. Now, I am on a VPS and am a bit more technically sound. I now work on a LAMP stack with mod_pagespeed. Tinkering along, I have a 93/100 score on the Insights tool.

My question is - would using caching plugins like W3TC/WP-Super Cache,etc along with mod_pagespeed be an overkill?

After actively blogging for a couple of years, I stopped completely. Now, I have restarted blogging and am back on WordPress. Earlier, I was on a shared hosting and couldn't do much. Hence I used W3TC. Now, I am on a VPS and am a bit more technically sound. I now work on a LAMP stack with mod_pagespeed. Tinkering along, I have a 93/100 score on the Insights tool.

My question is - would using caching plugins like W3TC/WP-Super Cache,etc along with mod_pagespeed be an overkill?

Share Improve this question asked Mar 20, 2017 at 18:55 MetahumanMetahuman 101
Add a comment  | 

1 Answer 1

Reset to default 1

It is hard to say whether it is overkill or not.

Generally there are several type of caches need to be implemented, Opcache (for PHP codes), Query cache (for Database access), Object cache (for community type of website or shared server where content are constantly updated) and Page cache (for static content such as HTML). Until you understand all the differences and what exactly a plugin is doing, it hard to generalise to say it is overkill. Having said that, most of the plugins are implementing various types of caches that can be done with simple function or through services at the server level.

Personally I don't use a plugin for cache and implementing everything as 'native' as possible, I wrote a blog about Implementing various cache on a Nginx WordPress server (in fact on a credit-size server that run my website). It may not applicable to LAMP solution, but I talked about the basic of various type of caches.

发布评论

评论列表(0)

  1. 暂无评论