Changeset 3264682
- Timestamp:
- 03/31/2025 06:22:55 PM (12 months ago)
- Location:
- fastpixel-website-accelerator/trunk
- Files:
-
- 3 edited
-
fastpixel.php (modified) (2 diffs)
-
inc/backend/controllers/cache.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastpixel-website-accelerator/trunk/fastpixel.php
r3263433 r3264682 5 5 * Description: Faster WordPress Made Easy – Solve all your website speed problems effortlessly with just a few clicks. 6 6 * Author: ShortPixel 7 * Version: 1.0.4 57 * Version: 1.0.46 8 8 * Text Domain: fastpixel-website-accelerator 9 9 * Domain Path: /languages … … 21 21 defined('ABSPATH') || exit; 22 22 23 define('FASTPIXEL_VERSION', '1.0.4 5');23 define('FASTPIXEL_VERSION', '1.0.46'); 24 24 define('FASTPIXEL_NAME', 'FastPixel'); 25 25 if (!defined('FASTPIXEL_PLUGIN_DIR')) -
fastpixel-website-accelerator/trunk/inc/backend/controllers/cache.php
r3263433 r3264682 949 949 //getting urls to purge 950 950 if ($this->run_purge_for_custom_urls) { 951 $urls_setting = $this->functions->get_option('fastpixel_always_purge_urls', []);951 $urls_setting = $this->functions->get_option('fastpixel_always_purge_urls', ''); 952 952 $urls = explode("\r\n", $urls_setting); 953 953 if (!empty($urls) && is_array($urls)) { -
fastpixel-website-accelerator/trunk/readme.txt
r3263467 r3264682 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.6 7 Stable tag: 1.0.4 57 Stable tag: 1.0.46 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 ### The Ultimate Caching and Speed Improvement Plugin for WordPress###15 ###🚀 The Ultimate Caching and Speed Improvement Plugin for WordPress### 16 16 17 17 Have you ever wished your website scored 90+ on Google PageSpeed Insights, GTMetrix and other website performance analysis tools? 18 18 And achieve that without the need to pay expensive fees to consultants or learn a lot of advanced technical stuff? 19 19 20 ** [FastPixel](https://fastpixel.io/?utm_source=wp-repository&utm_medium=link) automatically integrates** all the latest technical enhancements, such as Page Caching, HTML/CSS/JS minification, DNS prefetching and preloading, Critical CSS, ShortPixel's [Smart Image Optimization](https://shortpixel.com/blog/introducing-smartcompress/?/?utm_source=wp-repository&utm_medium=link), adaptive images, background image scaling and optimization, HTTP/2 support, fonts loading optimization, caching, a global CDN, and Core Web Vitals, within an **easy-to-use, 1-minute-setup interface**.21 22 == Ready for a Quick TEST of our Speed Optimization Tool? ==20 **⚡ [FastPixel](https://fastpixel.io/?utm_source=wp-repository&utm_medium=link) automatically integrates** all the latest technical enhancements, such as Page Caching, HTML/CSS/JS minification, DNS prefetching and preloading, Critical CSS, ShortPixel's [Smart Image Optimization](https://shortpixel.com/blog/introducing-smartcompress/?/?utm_source=wp-repository&utm_medium=link), adaptive images, background image scaling and optimization, HTTP/2 support, fonts loading optimization, caching, a global CDN, and Core Web Vitals, within an **easy-to-use, 1-minute-setup interface**. 21 22 == 🎬 Ready for a Quick TEST of our Speed Optimization Tool? == 23 23 There is **no need to install our plugin to run a test**. 24 24 You can test FastPixel live on a [sandbox website@TasteWP](https://tastewp.com/template/FastPixel) or you can quickly assess how [FastPixel](https://fastpixel.io/) can optimize your website by conducting a test. Simply use [this test page](https://test.fastpixel.io/), and we will apply all optimizations to a copy of your website. 25 25 This way, you can easily evaluate the substantial speed improvements it can achieve using the most widely recognized website performance analysis tools. 26 26 27 == Why choose FastPixel Caching plugin? ==27 == 💡 Why choose FastPixel Caching plugin? == 28 28 - **Website Performance Boost**: Just activate the plugin and within seconds the optimized webpages will start to be served. 29 29 - **Lower the CPU/RAM Impact**: Using the plugin will reduce the impact on the resources used by your website. All the CPU intensive processing is done in the cloud and resulting pages will generally be served from a cached version and the optimized images from the CDN. … … 38 38 - **Automatic Next-Gen Images Delivery**: Based on the visitor's browser capabilities, original JPG, PNG, or GIF images are converted to and served as WebP or AVIF when supported. For browsers without support, the original format is provided. 39 39 40 == Happy users that use our plugin ==40 == 🌟 Happy users that use our plugin == 41 41 If you're satisfied with the test, just search for "FastPixel" in your WordPress Dashboard > Plugins, install the plugin and see for yourself how much faster your site becomes. 42 42 … … 50 50 > [more testimonials](https://wordpress.org/support/plugin/fastpixel-website-accelerator/reviews/?filter=5) 51 51 52 == Additional questions ==52 == 📩 Additional questions == 53 53 If you have more questions, technical or otherwise, please refer to our FAQ section below, our [docs](https://fastpixel.io/docs/) or [contact us](https://fastpixel.io/#contact). 54 54 We typically respond within 15 minutes. … … 201 201 == Changelog == 202 202 203 = 1.0.46 = 204 205 🛒 The Woo Fix Update 206 207 Release Date: March 31, 2025 208 209 🛠️ Fixes & Improvements 210 211 * WooCommerce Compatibility Fixes: Resolved various issues to ensure smoother optimization across WooCommerce pages. 212 213 Update now to keep your WooCommerce store running fast and flawlessly! 🚀 214 215 203 216 = 1.0.45 = 204 217
Note: See TracChangeset
for help on using the changeset viewer.