Changeset 3451456
- Timestamp:
- 02/01/2026 03:39:09 PM (2 months ago)
- Location:
- cache-using-gzip
- Files:
-
- 2 added
- 2 edited
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
tags/2.9.3/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cache-using-gzip/tags/2.9.3/readme.txt
r3443420 r3451456 1 1 === Cache Using Gzip === 2 2 Contributors: marknokes 3 Tags: gzip, cache, speed, performance, nginx3 Tags: cache, caching, performance, gzip, speed, page cache, site speed, html cache, server cache, http compression, apache, nginx 4 4 Requires at least: 6.4.3 5 5 Tested up to: 6.9 … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Creates gzip files on your server to immensly improve page speed for site visitors 11 Lightweight WordPress caching with gzip compression for faster page loads — no complicated settings. 12 12 13 13 == Description == 14 14 15 The [Cache Using Gzip](https://wpgzipcache.com/) plugin for WordPress improves page speed for site visitors. Preload the 16 cache in settings, download the required config settings and add to your Apache or Nginx server config, and all of 17 your posts and pages will be delivered to site visitors blazingly fast! 18 19 = Cache Using Gzip Features = 20 - Unlimited downloads 21 - Unlimited domains 22 23 = Cache Using Gzip Premium Features = 24 - Unlimited downloads 25 - 1 domain 26 - Support for custom post types 27 - A cache link on posts and pages let you cache individual items on the fly 28 - Cache WooCommerce products and product category/tag archives 29 - Exclude a list of page slugs from ever being cached 30 - Use the bulk edit menu for pages, posts, etc. to cache a selection 31 32 = Cache Using Gzip Enterprise Features = 33 - Unlimited downloads 34 - Unlimited domains 35 - Support for custom post types 36 - A cache link on posts and pages let you cache individual items on the fly 37 - Cache WooCommerce products and product category/tag archives 38 - Exclude a list of page slugs from ever being cached 39 - Use the bulk edit menu for pages, posts, etc. to cache a selection 40 - Specify a date before which items will not be cached 41 - Enterprise priority support 42 43 [Compare plans at https://wpgzipcache.com/compare-plans/](https://wpgzipcache.com/compare-plans/) 44 45 == Frequently Asked Questions == 46 47 = Where can I report bugs? = 48 49 Please report confirmed bugs on the Cache Using Gzip [github](https://github.com/marknokes/cache-using-gzip/issues/new?assignees=marknokes&labels=bug&template=bug_report.md) directly. Include any screenshots and as much detail as possible. 50 51 = On what web servers can this plugin be installed = 52 53 The Cache Using Gzip plugin works on Apache and Nginx servers. After the plugin is intalled and activated, you may 54 download the required configuration from the plugin settings page (Tools => Cache Using Gzip). 15 Instantly speed up your WordPress site with simple, lightweight gzip caching. Many users see faster Time to First Byte (TTFB) and reduced server load immediately after activation. 16 17 Cache Using Gzip is designed for users who want **noticeable performance improvements** without dealing with complex caching settings or bloated plugins. Activate it and enjoy faster page loads with minimal configuration. 18 19 Most caching plugins try to do everything. Cache Using Gzip focuses on doing **one thing well** — serving fast, gzipped cached pages. 20 21 ### Why use Cache Using Gzip? 22 23 * Faster page load times on the front end 24 * Simple setup — no technical knowledge required 25 * Lightweight and minimal 26 * Works with Apache and Nginx 27 * Ideal for beginners, bloggers, and shared hosting 28 * Immediate performance improvements after activation 29 30 ### How it works 31 32 The plugin generates static, gzipped versions of your pages and serves them directly to visitors, reducing file size and server processing for faster responses. 33 34 No confusing options. No unnecessary features. 35 36 ### Free version features 37 38 * One-click caching 39 * Gzip compression support 40 * Static page caching 41 * Compatible with most WordPress themes 42 * Clean, simple admin interface 43 44 ### Premium version (optional) 45 46 Upgrade to the premium version if you need more advanced control, including: 47 48 * Advanced caching rules and exclusions 49 * Additional performance optimizations 50 * Priority support 51 * Extra features for growing sites 52 53 The free version delivers real value on its own — upgrade only when you need more control. 54 55 ### Server compatibility 56 57 * Apache (.htaccess) 58 * Nginx (configuration snippets provided) 59 60 Clear setup instructions are included. 61 62 ### Who is this plugin for? 63 64 * WordPress beginners 65 * Bloggers and small business websites 66 * Users on shared hosting 67 * Anyone overwhelmed by complex caching plugins 68 * Site owners who want fast results with minimal effort 69 70 If Cache Using Gzip helps speed up your site, please consider leaving a review. It really helps the project grow. 55 71 56 72 == Installation == … … 62 78 * PHP Version 7.4 or newer 63 79 * PHP ZLIB extension enabled 64 * The Cache Using Gzip plugin requires a "pretty" URL. Confirm your permalink structure is something other than "Plain" (Settings => Permalinks).80 * The Cache Using Gzip plugin requires Pretty permalinks. Confirm your permalink structure is something other than "Plain" (Settings => Permalinks). 65 81 66 82 = Installation instructions = … … 71 87 4. Click on **Install Now** and wait until the plugin is installed successfully. 72 88 5. Activate the plugin by clicking **Activate** now on the success page. 73 6. If you're running WordPress on an Apache server, the .htaccess file should be modified on activation. If it wasn't, visit the plugin settings page (Tools => Cache Using Gzip) to download the req ired apache/nginx config rules.89 6. If you're running WordPress on an Apache server, the .htaccess file should be modified on activation. If it wasn't, visit the plugin settings page (Tools => Cache Using Gzip) to download the required apache/nginx config rules. 74 90 7. Add the rules to your .htaccess or nginx.conf, if necessary. 75 91 … … 78 94 1. Main settings screen 79 95 2. Single page cache link (pro feature) 96 3. Page speed before 97 4. Page speed after 80 98 81 99 == Upgrade Notice == -
cache-using-gzip/trunk/readme.txt
r3443420 r3451456 1 1 === Cache Using Gzip === 2 2 Contributors: marknokes 3 Tags: gzip, cache, speed, performance, nginx3 Tags: cache, caching, performance, gzip, speed, page cache, site speed, html cache, server cache, http compression, apache, nginx 4 4 Requires at least: 6.4.3 5 5 Tested up to: 6.9 … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Creates gzip files on your server to immensly improve page speed for site visitors 11 Lightweight WordPress caching with gzip compression for faster page loads — no complicated settings. 12 12 13 13 == Description == 14 14 15 The [Cache Using Gzip](https://wpgzipcache.com/) plugin for WordPress improves page speed for site visitors. Preload the 16 cache in settings, download the required config settings and add to your Apache or Nginx server config, and all of 17 your posts and pages will be delivered to site visitors blazingly fast! 18 19 = Cache Using Gzip Features = 20 - Unlimited downloads 21 - Unlimited domains 22 23 = Cache Using Gzip Premium Features = 24 - Unlimited downloads 25 - 1 domain 26 - Support for custom post types 27 - A cache link on posts and pages let you cache individual items on the fly 28 - Cache WooCommerce products and product category/tag archives 29 - Exclude a list of page slugs from ever being cached 30 - Use the bulk edit menu for pages, posts, etc. to cache a selection 31 32 = Cache Using Gzip Enterprise Features = 33 - Unlimited downloads 34 - Unlimited domains 35 - Support for custom post types 36 - A cache link on posts and pages let you cache individual items on the fly 37 - Cache WooCommerce products and product category/tag archives 38 - Exclude a list of page slugs from ever being cached 39 - Use the bulk edit menu for pages, posts, etc. to cache a selection 40 - Specify a date before which items will not be cached 41 - Enterprise priority support 42 43 [Compare plans at https://wpgzipcache.com/compare-plans/](https://wpgzipcache.com/compare-plans/) 44 45 == Frequently Asked Questions == 46 47 = Where can I report bugs? = 48 49 Please report confirmed bugs on the Cache Using Gzip [github](https://github.com/marknokes/cache-using-gzip/issues/new?assignees=marknokes&labels=bug&template=bug_report.md) directly. Include any screenshots and as much detail as possible. 50 51 = On what web servers can this plugin be installed = 52 53 The Cache Using Gzip plugin works on Apache and Nginx servers. After the plugin is intalled and activated, you may 54 download the required configuration from the plugin settings page (Tools => Cache Using Gzip). 15 Instantly speed up your WordPress site with simple, lightweight gzip caching. Many users see faster Time to First Byte (TTFB) and reduced server load immediately after activation. 16 17 Cache Using Gzip is designed for users who want **noticeable performance improvements** without dealing with complex caching settings or bloated plugins. Activate it and enjoy faster page loads with minimal configuration. 18 19 Most caching plugins try to do everything. Cache Using Gzip focuses on doing **one thing well** — serving fast, gzipped cached pages. 20 21 ### Why use Cache Using Gzip? 22 23 * Faster page load times on the front end 24 * Simple setup — no technical knowledge required 25 * Lightweight and minimal 26 * Works with Apache and Nginx 27 * Ideal for beginners, bloggers, and shared hosting 28 * Immediate performance improvements after activation 29 30 ### How it works 31 32 The plugin generates static, gzipped versions of your pages and serves them directly to visitors, reducing file size and server processing for faster responses. 33 34 No confusing options. No unnecessary features. 35 36 ### Free version features 37 38 * One-click caching 39 * Gzip compression support 40 * Static page caching 41 * Compatible with most WordPress themes 42 * Clean, simple admin interface 43 44 ### Premium version (optional) 45 46 Upgrade to the premium version if you need more advanced control, including: 47 48 * Advanced caching rules and exclusions 49 * Additional performance optimizations 50 * Priority support 51 * Extra features for growing sites 52 53 The free version delivers real value on its own — upgrade only when you need more control. 54 55 ### Server compatibility 56 57 * Apache (.htaccess) 58 * Nginx (configuration snippets provided) 59 60 Clear setup instructions are included. 61 62 ### Who is this plugin for? 63 64 * WordPress beginners 65 * Bloggers and small business websites 66 * Users on shared hosting 67 * Anyone overwhelmed by complex caching plugins 68 * Site owners who want fast results with minimal effort 69 70 If Cache Using Gzip helps speed up your site, please consider leaving a review. It really helps the project grow. 55 71 56 72 == Installation == … … 62 78 * PHP Version 7.4 or newer 63 79 * PHP ZLIB extension enabled 64 * The Cache Using Gzip plugin requires a "pretty" URL. Confirm your permalink structure is something other than "Plain" (Settings => Permalinks).80 * The Cache Using Gzip plugin requires Pretty permalinks. Confirm your permalink structure is something other than "Plain" (Settings => Permalinks). 65 81 66 82 = Installation instructions = … … 71 87 4. Click on **Install Now** and wait until the plugin is installed successfully. 72 88 5. Activate the plugin by clicking **Activate** now on the success page. 73 6. If you're running WordPress on an Apache server, the .htaccess file should be modified on activation. If it wasn't, visit the plugin settings page (Tools => Cache Using Gzip) to download the req ired apache/nginx config rules.89 6. If you're running WordPress on an Apache server, the .htaccess file should be modified on activation. If it wasn't, visit the plugin settings page (Tools => Cache Using Gzip) to download the required apache/nginx config rules. 74 90 7. Add the rules to your .htaccess or nginx.conf, if necessary. 75 91 … … 78 94 1. Main settings screen 79 95 2. Single page cache link (pro feature) 96 3. Page speed before 97 4. Page speed after 80 98 81 99 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.