Plugin Directory

Changeset 3496805


Ignore:
Timestamp:
04/01/2026 04:20:09 PM (2 days ago)
Author:
hostspa
Message:

Garbage collection ottimizzata per siti di grandi dimensioni

Location:
fastcache-by-host-it/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fastcache-by-host-it/trunk/README.txt

    r3496610 r3496805  
    55Tested up to: 7.0
    66Requires PHP: 8.0
    7 Stable Tag: 1.6
     7Stable Tag: 1.6.1
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    132132
    133133== Changelog ==
     1341.6.1
     135Major improvements to filesystem caching in object caching.
     136Now the garbage collection is time-limited to avoid timeout on large sites.
     137
    1341381.6
    135139Introduced Object Caching support in FastCache to significantly improve WordPress performance and reduce database load. The new feature integrates seamlessly with both Redis and Memcached, enabling faster query responses and more efficient resource usage. This release also includes multiple bug fixes and stability improvements across the caching layer. Ideal for high-traffic websites, WooCommerce stores, and dynamic content platforms looking to optimize speed and scalability. Fully compatible with modern hosting environments and easy to configure directly from the plugin interface.
  • fastcache-by-host-it/trunk/fastcache.php

    r3496570 r3496805  
    1717 * Plugin URI:        https://fastcache.host.it/wordpress/
    1818 * Description:       Abilita il tuo sito Wordpress alla prima vera CDN realizzata PER Wordpress e configurata AD-HOC per il tuo sito. Il massimo della velocità senza difficoltà di setup.
    19  * Version:           1.6
     19 * Version:           1.6.1
    2020 * Author:            Host.it
    2121 * Author URI:        https://fastcache.host.it/
     
    4545define ( '_WP_EXEC', '1' );
    4646define ( '_FASTCACHE_EXEC', 1 );
    47 define ( 'FASTCACHE_VERSION', '1.6' );
     47define ( 'FASTCACHE_VERSION', '1.6.1' );
    4848define ( 'FASTCACHE_FILE_PATH', __FILE__ );
    4949
Note: See TracChangeset for help on using the changeset viewer.