Title: Cache Master
Author: Terry L.
Published: <strong>2 Οκτωβρίου  2020</strong>
Last modified: 28 Μαΐου  2023

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/cache-master/assets/banner-772x250.png?rev=2395228)

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://ps.w.org/cache-master/assets/icon-256x256.png?rev=2392499)

# Cache Master

 Από [Terry L.](https://profiles.wordpress.org/terrylin/)

[Λήψη](https://downloads.wordpress.org/plugin/cache-master.2.1.3.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/cache-master/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/cache-master/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/cache-master/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/cache-master/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/cache-master/)

## Περιγραφή

Cache Master is an extremely lightweight, high-performance cache plugin that speeds
up your WordPress sites on the fly. The core of Cache Master is driven by Shieldon
Simple Cache, a PSR-16 simple cache library.

Open sourced on GitHub:

 * [terrylinooo/simple-cache](https://github.com/terrylinooo/simple-cache) (Simple
   Cache library)
 * [terrylinooo/cache-master](https://github.com/terrylinooo/cache-master) (Cache
   Master plugin)

First release date: October, 1, 2020

### Features

 * Extremely lightweight and high-performance.
 * Support up to 10 cache drivers such as File, Redis, Memcache, Memcached, APC,
   APCu, WinCache, MySQL, SQLite, and MongoDB.
 * Provide detailed cache statistics, easy to manage.
 * Compatible with the WooCommerce plugin.
 * And more…

Notice:

Before you install and use this plugin, please read the following notices carefully:

 * Logged-in users will not trigger the caching process.
 * A debug message will be appended to the end of the page’s source code: `<!-- 
   This page is cached by the Cache Master plugin. //-->`. This is intended for 
   debugging purposes only, confirming that the page is being cached. This message
   can be disabled in the Settings page.

If you encounter issues with your website when using Cache Master, please report
the problem on GitHub and list all plugins installed on your website. I’ll investigate
the problem and provide a fix.

### Translation

Japanese (ja_JP) by [Colocal](https://colocal.com).

## Στιγμιότυπα

[⌊Setting page - Basic.⌉⌊Setting page - Basic.⌉[

Setting page – Basic.

[⌊Setting page - Basic (Bottom).⌉⌊Setting page - Basic (Bottom).⌉[

Setting page – Basic (Bottom).

[⌊Setting page - Advanced.⌉⌊Setting page - Advanced.⌉[

Setting page – Advanced.

[⌊Setting page - Perferences.⌉⌊Setting page - Perferences.⌉[

Setting page – Perferences.

[⌊Setting page - Benchmark.⌉⌊Setting page - Benchmark.⌉[

Setting page – Benchmark.

[⌊Setting page - WooCommerce.⌉⌊Setting page - WooCommerce.⌉[

Setting page – WooCommerce.

[⌊Setting page - Exclusion.⌉⌊Setting page - Exclusion.⌉[

Setting page – Exclusion.

[⌊Setting page - Expert mode.⌉⌊Setting page - Expert mode.⌉[

Setting page – Expert mode.

[⌊Setting page - Cache statistics.⌉⌊Setting page - Cache statistics.⌉[

Setting page – Cache statistics.

[⌊Setting page - About author.⌉⌊Setting page - About author.⌉[

Setting page – About author.

[⌊Front page - Benchmark (footer text)⌉⌊Front page - Benchmark (footer text)⌉[

Front page – Benchmark (footer text)

[⌊Debug message (Normal mode)⌉⌊Debug message (Normal mode)⌉[

Debug message (Normal mode)

[⌊Debug message (Expert mode)⌉⌊Debug message (Expert mode)⌉[

Debug message (Expert mode)

## Εγκατάσταση

 * Upload the plugin files to the /wp-content/plugins/cache-master directory, or
   install the plugin directly through the WordPress plugins screen.
 * Activate the plugin via the ‘Plugins’ screen in WordPress.
 * Navigate to the Cache Master menu in the Plugins section and configure your options.

## Συχνές Ερωτήσεις

### Should I disable other cache plugins?

Cache Master caches entire webpages into static HTML files. Therefore, it is recommended
to disable other similar cache plugins that perform the same function. However, 
it can function alongside object cache plugins without issue.

### How can I determine whether the caching is working or not?

Be aware that logged-in users will not trigger the caching process. To verify caching,
use incognito mode or a different browser to revisit the same webpage, and then 
you can check the cache status in one of the following ways:

 * View the source code of the webpage and check the debug message as shown in screenshot(
   L).
 * Enable the benchmark information in the footer section as shown in screenshot(
   K), where you can see the cache status.

If there is no debug message in the source code, or if the cache status consistently
displays ‘No’, there might be a plugin conflict with Cache Master that prevents 
it from working correctly.

## Κριτικές

![](https://secure.gravatar.com/avatar/3411ea26195e13bcfc45f4cc9c1fb39abf7a94c1c846408a382cfba2b9c4a7bf?
s=60&d=retro&r=g)

### 󠀁[Great job! Works with IIS, too](https://wordpress.org/support/topic/great-job-works-with-iis-too-2/)󠁿

 [pjsgsy](https://profiles.wordpress.org/pjsgsy/) 18 Φεβρουαρίου 2023

Only used very briefly so far, but, first impressions = Excellent! It’s the only
cache plugin I found that works well with Wincache/IIS/Windows. It’s very clean 
and simple. The widget is useful, as are the statistics if you enable them. Does
exactly what I want. The only thing I wish it would have as a really nice addon,
is a way to pre-load the cache by visiting each post/page, though I can sort that
externally. Not of failure of this plugin, but, it breaks the ‘simple download monitor’
download links for all files on my site. There is, due to the design of this plugin,
an easy fix (though it errored on my site with a ‘needle’ not found or similar first
time!). Enable ‘Exclusions’ and add ‘download_id’ to the excluded $_GET variables.
Clear your cache, and downloads should work again. This is because download links
are simply sent to the home page with the get variable. Probably a dumb way to do
it, but…

![](https://secure.gravatar.com/avatar/526bf3c43a5a87cca868ab807fbd08c96e7470ed8b3aa5b623b5339bf8e52a21?
s=60&d=retro&r=g)

### 󠀁[Great](https://wordpress.org/support/topic/great-15265/)󠁿

 [bolt24](https://profiles.wordpress.org/bolt24/) 8 Φεβρουαρίου 2023

If you use this right and read the instructions – none the better for its purpose.
Combine it with Autoptimze and you’re good to go.

![](https://secure.gravatar.com/avatar/2ed785e47eba13338751e03899638944a612fe9427959d7ae27b2f6ce1f1d995?
s=60&d=retro&r=g)

### 󠀁[Very Good](https://wordpress.org/support/topic/very-good-6782/)󠁿

 [EDesin](https://profiles.wordpress.org/ednpaulista/) 8 Φεβρουαρίου 2023

Works fine

![](https://secure.gravatar.com/avatar/009476470eae118271cb209adfaaecd9f6d6c8bc74e81aa88c654c6a8caf9640?
s=60&d=retro&r=g)

### 󠀁[Superb cache plugins](https://wordpress.org/support/topic/superb-cache-plugins/)󠁿

 [wplike75](https://profiles.wordpress.org/wplike75/) 2 Νοεμβρίου 2022

Fantastic plugins, can use all cache with easy setting and configuration, thank 
you very much to the develloper and for let it free ! Best regards to you Terry 
Lin, very great work.

![](https://secure.gravatar.com/avatar/cc6790afcae10f85481e673c9127c4b502d5af9b056d9b0b4f2a2e488c799c1b?
s=60&d=retro&r=g)

### 󠀁[After a long search…](https://wordpress.org/support/topic/after-a-long-search/)󠁿

 [mauri01](https://profiles.wordpress.org/mauri01/) 28 Οκτωβρίου 2022

Thank you! and everybody should do the expert config addon.

![](https://secure.gravatar.com/avatar/a675f8057c5c685049fe889a62ba1ab75c7cd6e9f62afeec8a3908813a9a2533?
s=60&d=retro&r=g)

### 󠀁[Fast, Simple, Works!!!](https://wordpress.org/support/topic/fast-simple-works/)󠁿

 [craffice](https://profiles.wordpress.org/craffice/) 21 Ιουνίου 2022

TNX

 [ Ανάγνωση όλων των 17 κριτικών ](https://wordpress.org/support/plugin/cache-master/reviews/)

## Συνεισφέροντες & Προγραμματιστές

“Cache Master” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη
δημιουργία του.

Συντελεστές

 *   [ Terry L. ](https://profiles.wordpress.org/terrylin/)

Το “Cache Master” έχει μεταφραστεί σε 2 γλώσσες. Ευχαριστούμε τους [μεταφραστές](https://translate.wordpress.org/projects/wp-plugins/cache-master/contributors)
για τις συνεισφορές τους.

[Μεταφράστε το “Cache Master” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/cache-master)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/cache-master/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/cache-master/) 
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/cache-master/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/cache-master/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 1.0.0 (10/01/2020)

 * First release on WordPress plugin directory.

#### 1.2.0 (10/06/2020)

 * Add “Expert Mode”.

#### 1.2.1 (10/07/2020)

 * Improve debug message.
 * New setting option for Expert Mode.
 * Add warning message if a user use a plugin having conflicts with Cache Master.

#### 1.2.2 (10/07/2020)

 * Improve debug message – Add SQL query numbers.

= 1.3.0 (10/08/2020)

 * Add setting option – Visibility of cache for logged-in users.
 * Add setting option – Archive pages: category, tag, date and author.
 * Add setting option – Homepage.
 * Fix some small issues.

#### 1.4.0 (10/09/2020)

 * Add setting page – Cache statistics.
 * Improve code – Prevent conflicts with others plugins.

#### 1.4.1 (10/16/2020)

 * Add feature – Automatic installation of Expert Mode code. (Removed in later versions)

#### 1.5.1 (10/17/2020)

 * Add setting page – Benchmark settings.
 * Add feature – Benchmark information in widget or footer area.
 * Fix some small issues.

#### 1.5.2 (10/17/2020)

 * Add a Clear Cache button on admin bar.

#### 2.0.0 (10/27/2020)

 * Support to WooCommerce plugin.
 * Add setting pages – WooCommerce, Exclusion, Advanced settings.
 * Add an option – HTML debug comment.
 * Improve cache statistic page.
 * Update translation strings for zh_TW, zh_CN.
 * Fix issues.

#### 2.0.1 (10/27/2020)

 * Fix SQLite driver error after performing a new installation.

#### 2.0.3 (10/31/2020)

 * Support to WP-CLI

#### 2.1.0 (11/15/2020)

 * Add options – Now, you can use unix socket or TCP in Redis, MongoDB and Memcaced
   Drivers.
 * Update core library to 1.3.1
 * Add unit tests and run the tests before releasing new updates.
 * Fix issues.

#### 2.1.1 (10/31/2021)

 * Fix type hint.
 * Driver will fall back to File driver if current driver is unavailable.
 * Test up to PHP 8.0
 * Test up to WordPress 5.8.1

#### 2.1.2 (8/28/2022)

 * Fix a type hint issue that occurs a PHP 8 fatal error.
 * Test up to PHP 8.0
 * Test up to WordPress 6.0.1
 * Fix coding style to fit the WordPress coding standard.

#### 2.1.3 (5/29/2023)

 * Test up to PHP 8.2.5
 * Test up to WordPress 6.2.2
 * Add Japanese translation.

## Μεταστοιχεία

 *  Version **2.1.3**
 *  Τελευταία ενημέρωση: **πριν από 3 έτη**
 *  Ενεργές εγκαταστάσεις: **500+**
 *  Έκδοση WordPress: ** 4.7 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **6.2.9**
 *  Έκδοση PHP: ** 7.1.0 ή νεότερη **
 *  Γλώσσα:
 * [Chinese (China)](https://cn.wordpress.org/plugins/cache-master/), [Chinese (Taiwan)](https://tw.wordpress.org/plugins/cache-master/)
   και [English (US)](https://wordpress.org/plugins/cache-master/).
 *  [Μεταφράστε στην γλώσσα σας](https://translate.wordpress.org/projects/wp-plugins/cache-master)
 * Ετικέτες:
 * [apc](https://el.wordpress.org/plugins/tags/apc/)[cache](https://el.wordpress.org/plugins/tags/cache/)
   [memcached](https://el.wordpress.org/plugins/tags/memcached/)[mongodb](https://el.wordpress.org/plugins/tags/mongodb/)
   [redis](https://el.wordpress.org/plugins/tags/redis/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/cache-master/advanced/)

## Αξιολογήσεις

 4.8 out of 5 stars.

 *  [  15 5-star reviews     ](https://wordpress.org/support/plugin/cache-master/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/cache-master/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/cache-master/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/cache-master/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/cache-master/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/cache-master/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/cache-master/reviews/)

## Συντελεστές

 *   [ Terry L. ](https://profiles.wordpress.org/terrylin/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/cache-master/)