Plugin Directory

Changeset 3451456


Ignore:
Timestamp:
02/01/2026 03:39:09 PM (2 months ago)
Author:
marknokes
Message:

Add new screenshots

Location:
cache-using-gzip
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • cache-using-gzip/tags/2.9.3/readme.txt

    r3443420 r3451456  
    11=== Cache Using Gzip ===
    22Contributors: marknokes
    3 Tags: gzip, cache, speed, performance, nginx
     3Tags: cache, caching, performance, gzip, speed, page cache, site speed, html cache, server cache, http compression, apache, nginx
    44Requires at least: 6.4.3
    55Tested up to: 6.9
     
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Creates gzip files on your server to immensly improve page speed for site visitors
     11Lightweight WordPress caching with gzip compression for faster page loads — no complicated settings.
    1212
    1313== Description ==
    1414
    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).
     15Instantly 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
     17Cache 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
     19Most 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
     32The plugin generates static, gzipped versions of your pages and serves them directly to visitors, reducing file size and server processing for faster responses.
     33
     34No 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
     46Upgrade 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
     53The 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
     60Clear 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
     70If Cache Using Gzip helps speed up your site, please consider leaving a review. It really helps the project grow.
    5571
    5672== Installation ==
     
    6278* PHP Version 7.4 or newer
    6379* 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).
    6581
    6682= Installation instructions =
     
    71874. Click on **Install Now** and wait until the plugin is installed successfully.
    72885. 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 reqired apache/nginx config rules.
     896. 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.
    74907. Add the rules to your .htaccess or nginx.conf, if necessary.
    7591
     
    78941. Main settings screen
    79952. Single page cache link (pro feature)
     963. Page speed before
     974. Page speed after
    8098
    8199== Upgrade Notice ==
  • cache-using-gzip/trunk/readme.txt

    r3443420 r3451456  
    11=== Cache Using Gzip ===
    22Contributors: marknokes
    3 Tags: gzip, cache, speed, performance, nginx
     3Tags: cache, caching, performance, gzip, speed, page cache, site speed, html cache, server cache, http compression, apache, nginx
    44Requires at least: 6.4.3
    55Tested up to: 6.9
     
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Creates gzip files on your server to immensly improve page speed for site visitors
     11Lightweight WordPress caching with gzip compression for faster page loads — no complicated settings.
    1212
    1313== Description ==
    1414
    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).
     15Instantly 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
     17Cache 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
     19Most 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
     32The plugin generates static, gzipped versions of your pages and serves them directly to visitors, reducing file size and server processing for faster responses.
     33
     34No 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
     46Upgrade 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
     53The 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
     60Clear 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
     70If Cache Using Gzip helps speed up your site, please consider leaving a review. It really helps the project grow.
    5571
    5672== Installation ==
     
    6278* PHP Version 7.4 or newer
    6379* 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).
    6581
    6682= Installation instructions =
     
    71874. Click on **Install Now** and wait until the plugin is installed successfully.
    72885. 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 reqired apache/nginx config rules.
     896. 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.
    74907. Add the rules to your .htaccess or nginx.conf, if necessary.
    7591
     
    78941. Main settings screen
    79952. Single page cache link (pro feature)
     963. Page speed before
     974. Page speed after
    8098
    8199== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.