Caching Strategy for WordPress site without Using WP plugins

linh.pham

New member
Joined
Aug 19, 2021
Messages
4
Location
Denver, CO
Hi,

I am looking for a solution to cache our WP site project on server level. My current server setup is following:
  • DirectAdmin (Latest version)
  • Apache (this is required to use htaccess to utilize Roots.io stack on DirectAdmin server)
  • PHP 7.4
  • MySQL 5.7
I am using Bedrock system and Sage theme from Roots.io for our WP project. They don't recommend any caching plugins for this type of setup. We have deployed the website on DirectAdmin-based server already. It is working fine and live now. We have implemented Redis object cache for database already. It has been improved a little bit better on the database query side.

Now we are looking to cache HTML or similar strategy. We used WP Rocket plugin for the old design one year ago from standard WP setup, and decided not to use it base on the recommendation from Roots.io team with this new setup.

Is there any solution or implementation that cache rendered HTML from DirectAdmin level?

Thanks everyone!
 
Back
Top