Page parts caching (optimization)

  • Trellis already offers intelligent full page caching (nginx microcaching), so static pages are already covered.
  • MariaDB already uses InnoDB by default, so this is also covered.
  • For object caching, using trellis-redis and WP Redis gave a significant perofrmance increase.

Now dynamic pages like of WooCommerce can’t be cached, they even have to be excluded from microcaching. However, it is possible to cache specific page parts that don’t change (often), that would be page part caching.
What WordPress plugins can you recommend that excel in caching parts of a page?
Would Varnish with some WordPress Varnish integration plugin be an option?

Related discussions:

https://discourse.roots.io/t/how-do-i-setup-varnish-properly/3531/3

This topic was automatically closed after 42 days. New replies are no longer allowed.