WP Fastest Cache

Description

Site officiel

You can find more information on our web site (wpfastestcache.com)

Lorsqu’une page est rendue, PHP et MySQL sont utilisés. Par conséquent, le système utilise de la mémoire et du temps processeur.
Si de nombreux visiteurs viennent sur un site, le système utilise beaucoup de mémoire et de processeur, donc la page est rendue lentement. Dans ce cas, un système de cache évite de restituer la page encore et encore. Le système de cache génère un fichier HTML statique et l’enregistre. Les autres utilisateurs accèdent à la page HTML statique.

De plus, la vitesse du site est prise en compte par l’algorithme de classement de Google, de sorte que les extensions de cache qui peuvent améliorer le temps de chargement de votre page amélioreront également votre classement SEO.

La configuration de cette extension est très facile. Vous n’avez pas besoin de modifier le fichier .htacces. Il sera modifié automatiquement.

Fonctionnalités

  1. Mod_Rewrite qui est la méthode la plus rapide est utilisé dans cette extension
  2. Tous les fichiers de cache sont supprimés lorsqu’une publication ou une page est publiée
  3. L’administrateur peut supprimer tous les fichiers mis en cache depuis la page d’options
  4. L’administrateur peut supprimer les fichiers CSS et JS minifiés depuis la page des options
  5. Bloquer le cache pour une page ou une publication spécifique avec un code court
  6. Délai d’expiration du cache – Tous les fichiers mis en cache sont supprimés à l’heure déterminée
  7. Délai d’expiration du cache pour des pages spécifiques
  8. Activer/désactiver l’option de cache pour les appareils mobiles
  9. Activer/désactiver l’option de cache pour les utilisateurs connectés
  10. Support SSL
  11. Support CDN
  12. Support de Cloudflare
  13. Précharger le cache – Créez automatiquement le cache pour tout le site
  14. Exclure des pages et des agents utilisateurs
  15. WP-CLI cache clearing
  16. Proxy Cache – Varnish Cache Integration to clear proxy cached content automatically when the cache created by WP Fastest Cache is cleared

Optimisation des performances

WP Fastest Cache is not only a wp cache plugin but also a speed optimization wordpress cache plugin. There are many features such as Minify Html, Minify Css, Enable Gzip Compression, Leverage Browser Caching, Add Expires Headers, Combine CSS, Combine JS, Disable Emoji.

  1. Générer des fichiers HTML statiques à partir de votre site WordPress dynamique
  2. Minification HTML – Diminuer la taille de la page
  3. Minification CSS – Diminuer la taille des fichiers CSS
  4. Activer la compression Gzip – Réduisez la taille des fichiers envoyés depuis votre serveur pour augmenter la vitesse à laquelle ils sont transférés vers le navigateur.
  5. Tirez parti de la mise en cache du navigateur – Réduire les temps de chargement des pages pour les visiteurs réguliers
  6. Combiner les CSS – Réduisez le nombre d’allers-retours HTTP en combinant plusieurs ressources CSS en une seule
  7. Combiner les fichiers JS
  8. Désactiver Émoji – Vous pouvez retirer les émojis CSS en ligne et wp-emoji-release.min.js

Premium Performance Optimization

The free version is enough to speed up your site but in the premium version there are extra features such as Mobile Cache, Widget Cache, Minify HTML Plus, Minify CSS Plus, Minify JS, Combine JS Plus, Defer Javascript, Optimize Images, Convert WebP, Database Cleanup, Google Fonts Async, Lazy Load for super fast load times.

  1. Mobile Cache
  2. Widget Cache
  3. Minify HTML Plus
  4. Minify CSS Plus
  5. Minify Javascript – Minifying JavaScript files can reduce payload sizes and script parse time
  6. Combine JS Plus
  7. Defer Javascript – Eliminate render-blocking JavaScript resources. Consider delivering critical JS inline and deferring all non-critical JS
  8. Optimize Images – Optimized images load faster and consume less cellular data
  9. Convert WebP – Serve images in next-gen formats. Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption
  10. Database Cleanup – The Database Cleanup feature clears out all of the garbage datas such as post revisions, trashed posts & pages, comments from trash & spam, trackbacks and pingbacks, transient options etc.
  11. Google Fonts Async
  12. Lazy Load – Defer offscreen images. Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive

Information

It is very inconvenient to use multiple caching plugins at the same time. That’s why you need to disable plugins such as LiteSpeed Cache, WP-Optimize, W3 Total Cache, WP Super Cache, SiteGround Optimizer, Breeze while using WP Fastest Cache.

WP Fastest Cache is compatible with most popular plugins such as Contact Form 7, Yoast SEO, Elementor Website Builder, Classic Editor, Akismet Spam Protection, WooCommerce, Contact Form by WPForms, Really Simple SSL, All-in-One WP Migration, Yoast Duplicate Post, Wordfence Security – Firewall & Malware Scan, WordPress Importer, UpdraftPlus WordPress Backup Plugin, MonsterInsights, All in One SEO, WP Mail SMTP by WPForms.

Supported Languages

Although there are over 7000 languages spoken in the world today, we feel very lucky to support 27 languages for now.

However, localizing or adapting a plugin to another language or culture is time consuming and a demanding task. That’s where the amazing Translation Contributors team of WordPress comes into play. These selfless people spent their precious time without expecting anything in return so that other people can use the add-ons more easily. We sincerely thank all of them.

Chinese Simplified (China), Chinese Traditional (Taiwan), Czech, Dutch (Belgium), Dutch (Netherlands), English (South Africa), English (UK), Finnish, French (France), Galician, German (Germany), Hungarian, Indonesian, Italian, Japanese, Korean (Korea), Persian, Russian, Slovak (Slovakia), Spanish (Argentina), Spanish (Colombia), Spanish (Ecuador), Spanish (Mexico), Spanish (Spain), Spanish (Venezuela), Swedish, Turkish

Captures d’écran

  • Performance Comparison
  • Other Performance Comparison
  • Without Cache
  • With Cache
  • Main Settings Page
  • Preload
  • New Post
  • Update Cache
  • Delete Cache
  • All cached files are deleted at the determinated time
  • Block caching for post and pages (TinyMCE)
  • Clean cached files via admin toolbar easily
  • Exclude Page
  • CDN
  • Enter CDN Information
  • File Types
  • Specify Sources
  • Database Cleanup

Installation

  1. Téléchargez wp-fastest-cache dans le répertoire /wp-content/plugins/
  2. Activez l’extension via le menu « Extensions » de WordPress.
  3. Les droits du fichier .htaccess doivent être 644
  4. Enable this plugin on option page

FAQ

How do I know my blog is being cached?

You need to refresh a page twice. If a page is cached, at the bottom of the page there is a text like « <!– WP Fastest Cache file was created in 0.330816984177 seconds, on 08-01-14 9:01:35 –> ».

Does it work with Nginx?

Yes, it works with Nginx properly. Since Nginx doesn’t use an .htaccess file, you need to enable the Gzip compression and Browser Caching features manually. You can follow these tutorials: How to Enable Leverage Browser Caching on Nginx and How to Enable Gzip on Nginx

Does it work with IIS (Windows Server) ?

Oui, cela fonctionne correctement avec IIS.

Is this plugin compatible with Multisite?

Yes, it is compatible with Multisite.

Is this plugin compatible with Subdirectory Installation?

Yes, it is compatible with Subdirectory Installation.

Is this plugin compatible with Http Secure (https) ?

Yes, it is compatible with Http Secure (https).

Is this plugin compatible with Adsense?

Yes, it is compatible with Adsense 100%.

Is this plugin compatible with CloudFlare?

Yes, it is but you need to read the details. Click

Is this plugin compatible with qTranslate?

Yes, it is compatible with qTranslate 100%.

Is this plugin compatible with WP Hide & Security Enhancer?

Yes, it is compatible with WP Hide & Security Enhancer.

Is this plugin compatible with WP-PostViews?

Yes, it is compatible with WP-PostViews. The current post views appear on the admin panel. The visitors cannot see the current post views. The developer of WP-PostViews needs to fix this issue.

Is this plugin compatible with WooCommerce Themes?

Yes, it is compatible with WooCommerce Themes 100%.

Avis

27 septembre 2023
The author of this plugin responds super quickly when tech support is needed. And the plugin is superb! It gave my site new life.
29 septembre 2023
Emre selam kardeşim, bir öneride bulunmak istiyorum. Seçenek olarak CACHE dosyasını farklı bir bölüme ekleme olasılığı mümkün mü? Örnek olarak sen bir alan açarak bize sadece disk yolunu eklemeyi bırakacaksın. local için I:/cache klasörüne çekeceğim Content dosyası içerisinden hosting için ise kök klasör içerisinden çekeceğim örnek olarak. Senin açtığın alan ile dosyaların daha güvenli olacağı düşüncesindeyim. Senin düşüncen nedir? Bu özellik Wp super cache içerisinde mevcut senin ekleme olasılığın olursa güzel olur.
24 septembre 2023
The free plugin is already good but the premium is outstanding. My Google Pagespeed results are much better now. I definitly recommend this plugin to anyone who wants to improve the pagespeed results. And their support is quick and helpful.
Lire les 3 950 avis

Contributeurs/contributrices & développeurs/développeuses

« WP Fastest Cache » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“WP Fastest Cache” a été traduit dans 36 locales. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « WP Fastest Cache » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

1.1.9

  • to add gear button for the preload feature
  • to remove image urls for sitemap preload
  • to fix PHP Deprecated: Required parameter in preload.php on line 576
  • [FEATURE] Moving the menu item under the settings menu [Details]
  • to fix Warning: Undefined array key « action » in wpFastestCache.php on line 378 and 395

1.1.8

  • [FEATURE] to add Sitemap option for the preload feature [Details]
  • to update translation files
  • to fix PHP Warning: Attempt to read property « term_taxonomy_id » on bool in wpFastestCache.php on line 1638

1.1.7

  • to change the cache path for the Polylang plugin
  • [FEATURE] to add Korean (Korea) language
  • to update translation files
  • refactoring of is_amp()
  • to replace empty char which exist in the admin cookie with %20 for RewriteCond

1.1.6

  • to update translation files
  • to fix problem that the first js source is not able to be excluded
  • refactoring of set_cache_file_path()
  • refactoring of Buffer Callback Filter [Details]

1.1.5

  • to replace wp_remote_get() with wp_safe_remote_get() in the check_url() function
  • to update translation files
  • to fix PHP Warning: Undefined array key « roles » in wpFastestCache.php on line 962
  • to remove multiple slashes from url
  • to fix PHP Warning: Attempt to read property “wpFastestCacheLanguage” on array in admin.php on line 23

1.1.4

  • to check trailing slash for query string cache
  • refactoring process of clearing homepage cache by cache timeout

1.1.3

  • to change translation system [Details]
  • refactoring of delete_author_page_cache()
  • to add Czech, Dutch (Belgium), Galician, Hungarian, Indonesian, Japanese, Persian, Spanish (Colombia), Spanish (Ecuador), Spanish (Ecuador), Spanish (Venezuela), Spanish (Argentina), Spanish (Mexico) translations
  • to enable the toolbar settings wizard for the Multisite installation [Details]
  • to fix low level vulnerability

1.1.2

  • to clear cache of next/prev posts after updating or publishing a post
  • to fix E_WARNING: file_get_contents(): No such file or directory in admin.php on line 377
  • [FEATURE] Added ability to disable hook system [Details]
  • to fix PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in preload.php on line 546
  • to fix Notice: Constant WPFC_CACHE_QUERYSTRING already defined

1.1.1

  • [FEATURE] Varnish Cache Integration [Details]
  • to fix E_WARNING: unlink(): No such file or directory in wpFastestCache.php on line 1530

1.1.0

  • to show cache if the url contains a parameter of Yandex Click Identifier
  • [FEATURE] Excluding Yandex Click Identifier [Details]
  • [FEATURE] Adding « Regular Expression » option for the Exclude Pages feature [Details]

1.0.9

  • to improve the style of exclude feature wizard
  • to fix hiding the toolbar when logged in
  • to fix PHP Notice: Undefined offset: -1 in js-utilities.php on line 67
  • to fix PHP Fatal error: Uncaught Error: Non-static method cannot be called statically in clearing-specific-pages.php on line 58

1.0.8

  • to stop showing the « DONOTCACHEPAGE is defined as TRUE » comment in the footer for the ajax requests
  • [FEATURE] Clearing Specific Pages [Details]
  • to fix the site url on the exclude page
  • to fix PHP Notice: Function WP_User_Query::query was called incorrectly. User queries should not be run before the plugins_loaded hook

1.0.7

  • [FEATURE] Clearing Specific Pages (BETA) [Details]
  • to add last-modified header when cache is served via php

1.0.6

  • to serve sources via cdn for excluded pages if cdn is enabled
  • to fix PHP Notice: Undefined offset: -1 in js-utilities.php on line 48

1.0.5

  • to fix E_NOTICE: Undefined variable: path in wpFastestCache.php on line 2142
  • to add excluding feature for Buffer Callback Filter [Details]

1.0.4

  • to add avif extensions for cdn
  • to add WPFC_SERVE_ONLY_VIA_CACHE [Details]

1.0.3

  • Photon will no longer be supported [Details]
  • to exclude category url for preload if any error occurs

1.0.2

  • to add WP-CLI command for clearing cache of a post [Details]
  • to fix Warning scandir() at wpFastestCache.php:302
  • to fix Warning file_put_contents(/cache/wpfc-minified/index.html) at cache.php:1090
  • to fix Warning unlink(wp-cache-config.php) admin.php:885

1.0.1

  • to clear only cache of post/page even if the « update post » option is disabled

1.0.0

  • to define the save_settings() function of single preload feature as static function

EARLIER VERSIONS
For the changelog of earlier versions, please refer to [the changelog on wpfastestcache.com]