Changeset 3496805
- Timestamp:
- 04/01/2026 04:20:09 PM (2 days ago)
- Location:
- fastcache-by-host-it/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
fastcache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastcache-by-host-it/trunk/README.txt
r3496610 r3496805 5 5 Tested up to: 7.0 6 6 Requires PHP: 8.0 7 Stable Tag: 1.6 7 Stable Tag: 1.6.1 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 132 132 133 133 == Changelog == 134 1.6.1 135 Major improvements to filesystem caching in object caching. 136 Now the garbage collection is time-limited to avoid timeout on large sites. 137 134 138 1.6 135 139 Introduced 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 17 17 * Plugin URI: https://fastcache.host.it/wordpress/ 18 18 * 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 20 20 * Author: Host.it 21 21 * Author URI: https://fastcache.host.it/ … … 45 45 define ( '_WP_EXEC', '1' ); 46 46 define ( '_FASTCACHE_EXEC', 1 ); 47 define ( 'FASTCACHE_VERSION', '1.6 ' );47 define ( 'FASTCACHE_VERSION', '1.6.1' ); 48 48 define ( 'FASTCACHE_FILE_PATH', __FILE__ ); 49 49
Note: See TracChangeset
for help on using the changeset viewer.