The Art of Cache Layer

On my other website which is had quite high traffic with 47.000++ members, i used several layers of cache to handle traffic spikes. My software specs are running on WordPress 5.5, PHP 7.4.5, MariaDB 10.5.5, Centos 7 with Sentora Panel, Apache Web Server and PHP-FPM Server for PHP Handler.

  1. Opcache, first thing first, this module of PHP must be installed on your system.
Read the rest
add_action('wp_footer', function(){ if (is_page() && has_shortcode(get_post()->post_content, 'user_bookmarks')) { ?>