PluginProbe ʕ •ᴥ•ʔ
10Web Booster – Website speed optimization, Cache & Page Speed optimizer / trunk
10Web Booster – Website speed optimization, Cache & Page Speed optimizer vtrunk
2.33.0 2.30.5 2.30.7 2.30.9 2.31.10 2.31.8 2.32.11 2.32.21 2.32.3 2.32.4 2.32.7 2.6.31 2.6.40 2.6.42 2.6.7 2.7.37 2.7.44 2.7.47 2.8.18 2.8.19 2.8.32 2.8.34 2.8.35 2.9.23 2.9.24 2.9.25 2.9.27 v2.27.4 trunk 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.17 2.0.18 2.0.21 2.0.22 2.0.25 2.0.26 2.0.27 2.0.3 2.0.7 2.0.9 2.10.46 2.10.65 2.10.66 2.10.68 2.11.41 2.11.42 2.11.43 2.12.15 2.12.21 2.12.22 2.12.23 2.12.26 2.13.37 2.13.40 2.13.41 2.13.42 2.13.44 2.13.45 2.13.47 2.14.49 2.14.50 2.15.18 2.17.21 2.17.23 2.18.17 2.19.44 2.19.45 2.19.46 2.19.49 2.2.12 2.2.15 2.2.16 2.2.18 2.2.8 2.20.31 2.20.32 2.20.33 2.21.11 2.21.12 2.21.16 2.21.25 2.22.32 2.23.13 2.23.15 2.23.16 2.23.18 2.24.12 2.24.14 2.24.18 2.25.14 2.26.6 2.28.10 2.28.13 2.28.14 2.28.7 2.29.1 2.29.2 2.29.3 2.3.0 2.3.1 2.3.2 2.3.3 2.30.18
tenweb-speed-optimizer / changelog.txt
tenweb-speed-optimizer Last commit date
assets 11 months ago config 2 years ago exported 4 years ago includes 2 months ago test 4 years ago vendor 1 month ago views 11 months ago .editorconfig 3 years ago OptimizerAdmin.php 1 year ago OptimizerAdminBar.php 2 years ago OptimizerApi.php 1 month ago OptimizerCli.php 1 year ago OptimizerDataRepository.php 1 year ago changelog.txt 3 years ago config.php 1 month ago env.php 1 month ago phpcs.xml 3 years ago readme.txt 1 month ago tenweb_speed_optimizer.php 1 month ago webpack.config.js 3 years ago
changelog.txt
524 lines
1 === 10Web Booster - Website speed optimization, Cache & Page Speed optimizer ===
2 Contributors: 10web
3 Tags: cache, speed, optimize, performance, pagespeed, web vitals, critical css
4 Requires at least: 5.0
5 Tested up to: 6.1
6 Requires PHP: 7.1
7 Stable tag: 2.13.37
8 License: GPLv2 or later
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
11 Speed up your site with 10Web Booster. Pass Core Web Vitals by optimizing HTML / CSS / JavaScript, Image Optimization, Lazy Loading, Cache, Google Fonts, and more.
12
13 == Description ==
14
15 10Web Booster is the speed optimization plugin for improving the overall performance of any website.10Web Booster wants you to focus and thrive in the creative aspects of your WordPress website by allowing us to concentrate on your WordPress performance optimization.
16
17 Get a 90+ PageSpeed score and pass Core Web Vitals automatically. Rank higher on Google, increase conversions and grow your business.
18
19 = Useful Links: =
20
21 [10Web Booster](https://10web.io/page-speed-booster/)
22
23 https://www.youtube.com/watch?v=npmYPmrI0gc
24
25
26 Are you looking for a WordPress page speed plugin that’ll automatically speed up your WordPress site? Then 10Web Booster is exactly website speed optimizer you’re looking for!
27 Our WordPress performance plugin will transform your website in no time, enhancing the visitors' user experience, SEO, engagement, and conversion rates.
28
29 10Web Booster works on desktop and mobile versions of websites of any complexity. Optimize your website pages, experiment with every level we offer, and obtain rewarding results from the best WordPress speed plugin in the market.
30
31 Check out the extensive feature list of the 10Web Booster below and take a more detailed look at everything we offer.
32
33
34 == Benefits ==
35 * **Automated 90+ PageSpeed**
36 * **Optimized Core Web Vitals**
37 * **Higher search engine rankings**
38 * **Up to 7% boost in conversions**
39 * **Up to 40% boost in visitor engagement**
40 * **Up to 53% mobile traffic engagement boost**
41
42 == What’s in it ==
43
44 **Optimization of homepage + 5 pages , embedded images included**
45 10Web Booster is made possible thanks to dozens of technical optimizations:
46
47 = Page Cache =
48
49 A cache is a fast-retrieval, short-term storage space where copies of recently accessed data and resources are saved. A cache significantly speeds up page speed and performance by downloading these commonly accessed data from the source, creating a copy of these resources and temporarily keeping them in a more easily accessible storage space from where the data can be accessed faster once the visitor returns. This short-term space can be a browser or a web server or even the original web server which also keeps different format copies of your resources. When you update your website data, the saved copies are also revised and updated.
50
51 10Web Booster uses a number of cache techniques, including page cache for HTML, file cache, smart cache invalidation, session-aware, and browser-aware caching and device and cookie-aware caching.
52
53 Page cache takes care of dynamic pages. In WordPress, dynamic pages are written in the PHP backend language, which require a great deal of time to generate, when compared to the generation time of traditional static web pages in plain HTML. Page cache creates and stores copies of dynamic pages in the format of static files, making their retrieval as quick as possible. When a visitor enters your site, this “static” copy of your page is immediately loaded from the cache instead of your hosting.
54
55 ​​File cache, or resource cache, on the other hand, allows for storage of created minified and compressed scripts and styles. This process also speeds up your page speed and performance.
56
57 10Web Booster Pro employs backend or server caching, and through NGINX FastCGI Cache, caches a variety of resources from pages to feeds to 301-redirects on subdomains. This way you obtain page speed and retrieval at the fastest possible speed.
58
59
60 = CSS & HTML Minification & Compression =
61
62 The minification and merger of CSS and HTML is the procedure of reducing file size by a couple of bytes. The significance of this stems from the fact that larger files require more resources which may slow down website load time.
63
64 = JS Minification and Compression =
65
66 Compression of lengthy algorithmic JS codes is standard practice. The crunching of JS code, meaning, the removal of all the extra spaces, comments and other components which make the code readable and understandable, reduces the time of downloading JavaScript, directly improving WordPress Speed. By combining JS scripts, we can also minify the files, further reducing execution time.
67
68 = Image Optimization =
69
70 Image optimization leans on minimizing file size through image compression while simultaneously preserving image quality. 10Web’s image optimization achieves that and more. Through WebP compression, container-specific image resizing, and preloading of images, images can be optimized and loaded within seconds.
71
72 Container-specific image resizing finds or generates copies of images in various sizes. It then uses these differently sized copies of images on different-sized screens. This technique reduces valuable seconds of image load time and guarantees that you do not sacrifice quality for page speed.
73 Preloading images also significantly reduces page load time while providing your visitors with a seamless user experience. Preloading images means recovering images prior to visitor interaction. This method does make sense for certain cases - and not for all types of image, like mouseover images or slide show images.
74
75
76 = Defer JS and CSS Execution =
77
78 Having content that's immediately visible when a user opens your website is only possible with file load optimization through prioritization of important CSS and deferral of JavaScript. That’s how 10Web booster ensures a 90+ page speed score as the best WordPress speed plugin.
79
80 Javascript files may cause a severe reduction in page load speed. This is particularly true of third-party JavaScript files that are poorly created. Third-party JavaScript files include
81 widgets, trackers, analytics, ads, social, chats, media buttons, pop-ups, and other files directly embedded on your site. These JavaScript files can reduce your page load speed, and therefore must first be located, and then divided into critical and non-critical JavaScript files. Those that are not critical must be delayed and only activated when a visitor interacts with the webpage.
82
83
84 = Critical CSS =
85
86 Downloading complete CSS files hinder the perceived speed of your WordPress website. After the user visits the webpages, the minimum-necessary stylesheets for the proper rendering of the webpage’s visible content are loaded, while the rest is served per need. Critical CSS doesn’t block page rendering and assists in passing the Core Web Vitals. 10Web Booster’s superiority in the case of critical CSS generation is due to its algorithms which programmatically parse through your web page and collect all the CSS rules used on that page. 10Web Booster guarantees that all stylesheets for critical CSS are present and unaffected. It also ensures that rule duplicates are deleted and that styles are structured to improve performance. 10Web Booster uses the critical CSS generation technique on five different screen sizes, from mobile to desktop to deliver the most effective page speed optimize in the market.
87
88 = Image Lazy load =
89
90 Images are one of the largest resources on a page dragging your page speed. Through the image lazy loading technique, you can delay the loading process of all the images on your page, except for those in the view of website visitors. This method saves significant seconds of load time and drastically improves all Core Web Vitals. 10Web Booster ensures that its lazy loading algorithms work perfectly and do not conflict with themes and plugins. 10Web Booster also lazy loads background images.
91
92 = Font Swap =
93
94 The reduction and optimization of how web fonts load could potentially help in passing the Core Web Vitals assessment, thus, benefit your ranking on Google.Custom fonts require additional resources to load and only then does your page displays your hand-picked font, and of course, this takes time and adds much-feared milliseconds to your page speed. 10Web Booster adds font-display: swap. This technique first displays a generic font, therefore loading your page immediately, then swaps the default font with your custom-picked font once your original font style is set up. This swap method reduces page load time, and makes sure that FOUT or Flash of Unstyled Text and FOIT or Flash of Invisible Text issues are avoided.
95
96
97
98 = Conversion of Image Format to WebP =
99
100 Images take up website resources and unfortunately cannot be avoided. There are ways to reduce their large size. Conversion to different formats is one solution. Conversion to JPEG or PNG was the traditional method. There is another, a newer player which produces better results. Google’s WebP compression can reduce file size, on average, 25-34% smaller than a comparable JPEG image and 26% smaller than a comparable PNG image. This significant reduction in size, substantially impacts and improves page speed.
101
102
103 = iFrame and Video Lazy load =
104
105 Iframes and videos are even larger in size than images, so imagine their impact on your page speed. Through lazy loading of iframes and videos, we make sure that content not yet in the direct view of your visitor does not conflict with your page speed. The loading of these items is delayed until your user scrolls down. As with image lazy loading, iframe and video lazy loading enhance all Core Web Vitals.
106
107
108 = Container-specific Image Resizing =
109
110 The container-specific image resizing method involves identifying images on your page and creating different-sized duplicates of these images. The differently sized images are then used for differently sized screens. Small-screen devices receive the small-sized images, loading them at the optimal speed possible. Medium-sized screens load medium-sized images, loading images at the fastest possible speed without sacrificing image quality. Large-sized screens, likewise, load large-sized images, ensuring the best quality and the best possible speed. Therefore, with the 10Web Booster, instead of forcing your website to load an enormous image when the user is only looking for a thumbnail, you’ll have a container-specific image at your disposal.
111
112 **10Web Booster Pro**
113
114 = Full frontend optimization of the entire website and all images =
115 = Backend optimization =
116
117
118
119 **Speed Optimization Modes**
120
121 When your automated homepage optimization kicks off, we test out each and every one of the 4 modes. Consequently, we compare the results, and, as presumed, the mode that achieved the highest score while simultaneously keeping your website from breaking, will be set as your default.
122
123 You can choose any of the following four levels and manage the levels for each page individually from the Custom rules tab in your 10Web dashboard to provide. We provide the best page speed optimizer to any WordPress website, based on need.
124
125 * **Standard Mode:** - Uses different standard speed optimization techniques.
126 * **Balanced Mode:** - All optimization techniques in Standard Mode + Critical CSS
127 * **Strong Mode:** - All optimization techniques in Standard Mode + JS Delay.
128 * **Extreme Mode:** - All optimization techniques in Balanced Mode + JS Delay.
129
130
131 ###IMPORTANT:
132 If you think you found a bug in 10Web Booster or have any problem/question concerning the plugin, please check out [Support Forum](https://wordpress.org/support/plugin/tenweb-speed-optimizer) in our website.
133
134 == Installation ==
135
136 #### Thank you for your interest in 10Web Booster.
137
138 **Installing via WordPress**
139 Follow the steps below to install 10Web Booster Plugin to your website.
140 Log-in to your WordPress administrator panel.
141 Select Plugins page from toolbar menu, click Add New.
142 Search for 10Web Boosterin the right-top search bar if you want to download the Free version or click Upload Plugin button > “Choose file” (“Browse”) and select the 10Web Booster zip file
143
144
145 **Installing via FTP**
146
147 Login to your hosting space via an FTP software, e.g. FileZilla.
148 Unzip the downloaded 10Web Booster plugin folder without making any changes to the folder.
149 Upload the 10Web Booster plugin into the following location wp-content>wp-plugins.
150 Login to the WordPress Administrator Panel.
151 Activate 10Web Booster by going to Plugins and pressing Activate button.
152
153
154 == Frequently Asked Questions ==
155
156
157
158 = 1. Does the 10Web Booster work on mobile also? =
159
160 It absolutely does! With 10Web Booster you can speed up your WordPress site on both mobile and desktop.
161
162 = 2. Does 10Web Booster work on all websites? =
163
164 10Web Booster optimizes any WordPress website’s speed automatically. Our website booster will provide optimal speed for any and all WordPress websites.
165
166 = 3. Will the result achieved by 10Web Booster last? =
167
168 The easy answer is yes!
169 As 10Web Booster is constantly being updated and syncing with Google algorithms and changes, your WordPress speed optimization results will last as long as your website is connected to the 10Web Booster!
170
171 = 4. How can I optimize other pages of my website or websites? =
172
173 After you connect your website and start the optimization for your homepage, you will be redirected to your dashboard. In the General tab, you will see a URL slot to add and optimize more pages. Add up to 5 inner pages in the free version. They will be optimized using the default mode we’ve set for your homepage, however, you can always change the optimization mode for a specific page from the Custom rules tab (Pro version).
174
175 We’ll leave you to it.
176
177 = 5. How can I upgrade to the Pro version? =
178
179 You can complete your website optimization by switching to 10Web Booster Pro from your personal dashboard.
180
181 = 6. What is the difference between the four modes of optimization? =
182
183 The four modes for your WordPress speed optimization plugin are the following:
184
185 Standard mode, which in itself includes the following features.
186
187 - CSS & HTML Minification & Compression
188 - Page Cache
189 - JS Minification and Compression
190 - Image Optimization
191 - Image Lazy load
192 - Font Swap
193 - Conversion Image Format to WebP
194 - iFrame and Video Lazy load
195 - Container-specific Image Resizing
196
197 Balanced mode includes Standard mode features + Critical CSS Generation
198 Strong mode includes Standard mode features + All JS Delay
199 Extreme mode entails Standard mode features + Critical CSS Generation + All JS Delay
200
201 = 7. What is 10Web Booster's track record? =
202
203 10Web Booster is known for automating the process of achieving:
204
205 Automated 90+ PageSpeed
206 Optimized Core Web Vitals
207 Higher search engine rankings
208 Up to 7% boost in conversions
209 Up to 40% boost in visitor engagement
210 Up to 53% mobile traffic engagement boost
211
212 = 8. How does 10Web Booster affect bounce rate? =
213
214 With a 90+ page speed, averaging up to a load time of 1.5 seconds, bounce rate worries are out of the question with 10Web Booster. We’re better than good, literally. Good being an average of 2 seconds for load time, which translates to an average of 4 seconds of loading to cause a bounce. There’s no need to worry about your WordPress page speed optimization with the best website speed optimizer, 10Web Booster.
215
216 = 9. How long does the optimization take? =
217
218 As a plugin that aims to speed up WordPress sites, taking too long wasn’t an option.
219
220 WordPress speed optimization usually takes only minutes.
221
222 = 10. Can I simultaneously use multiple speed optimizers for my website? =
223
224 WordPress’ functionality is in its prime when there’s only one speed optimizer fix for any website at a time.
225 So using another speed optimizer alongside 10Web Booster is not recommended by either us or WordPress.
226
227 An alternative WordPress speed optimizer could be any one of the following:
228
229 W3 Total Cache
230 WP Super Cache
231 WP Rocket
232 WP Rocket Footer JS
233 Autoptimize
234 Perfmatters
235 WP Fastest Cache
236 WP-Optimize
237 Asset CleanUp
238 Shortpixel AI
239 Rocket Lazy load
240 Hummingbird
241 Smush
242 Flying Scripts
243 Async JavaScript
244 NitroPack
245 PageSpeed Ninja
246 Swift Performance Lite
247 Swift Performance
248 Fast Velocity Minify
249 LiteSpeed Cache
250 WP Performance Score Booster
251 SG Optimizer
252 Ezoic
253
254 = 11. What’s the difference between cache plugins and 10Web Booster? =
255 To sum up caching plugins, they attempt to speed up your website by simply caching files, clearing site cache, compressing cached pages, and performing HTML minification. They don’t require third-party servers for operation and run inside WP servers.
256
257 10Web Booster is more than just a plugin, it’s a service that speeds up your website with a wider range of optimization techniques. These techniques can only be implemented using a specific service for website optimization (10Web Booster services), rather than running the solution inside of the WordPress hosting server.
258
259 = 12. Does 10Web Booster replace all image optimization, caching and other optimization plugins? =
260 Yes. 10Web Booster is an all-in-one solution for optimizing websites. It implements dozens of speed optimization techniques from simple minification to JS delay and critical CSS generation for frontend optimization and super-fast hosting for backend optimization. There is no need to run another speed optimization plugin along with 10Web. The only major feature it does not have yet is CDN which is included in the roadmap.
261
262 = 13. What are the caching features of 10Web Booster ? =
263 10Web uses page cache and file cache. They are used to store dynamic webpages as static files. When a repeating visitor accesses your webpage, a “static” version of your webpage is quickly loaded from the cache. This feature works for all websites optimized with 10Web Booster, including those not hosted on 10Web. For sites hosted on 10Web, even more caching options are available, including NGINX FastCGI Cache.
264
265
266
267
268
269
270 == Changelog ==
271
272 = 2.13.37 =
273 Refactored: Plugin uninstall logic
274 Added: Option to exclude Elementor Pro JS fles from "Delay All JS"
275 Added: "Perforamance Lab" to exclude list of plugins
276 Fixed: Multisite or low PHP version warnings in the plugin, refactored plugin's main file
277 Fixed: Updating cache constants on plugin activate/deactivate
278 Fixed: Deleting a page from the list of not-optimizable pages in Dashboard
279 Changed: "Delay All JS" option now works with script tags added in Gutenberg's text block
280 Added: Option to exclude "10web Photo Gallery" plugin from delay
281 Added: GET routes in plugin's REST API as a workaround of Cloudflare's POST to GET convertion fix
282 Moved: Hardcoded not-optimizable pages list to the option
283 Changed: Now adding <noscript> tag for lazyloaded images is optional
284 Fixed: Congrats popup in advanced mode
285 Fixed: Minor UI fixes for RTL websites
286 Added: .min to all minified CSS and JS files
287 Added: "Clear Cache" button for clients with activated White Label
288 Changed: Score check functionality is moved to a separate package
289 Changed: Generated JS and CSS files are not cleared now during cache flush, but are being overwritten
290 Fixed: An issue when we always call the site state update
291 Added: Bluehost cache is now cleared with our cache clear
292 Added: An option to enable WP's autoupdate for SB plugin
293 Changed: 10Web Transients logic is moved to a separate package
294 Fixed: Bug when we show Booster plan as paid when client purchased only AI Assistant
295 Removed: all .git folders from vendor/ directory
296
297 = 2.12.26 =
298 Added: Cache warmup after cleaning cache in the plugin
299 Fixed: Bug with many requests to the page to determine its page ID
300
301 = 2.12.23 =
302 Fixed: Security issue
303
304 = 2.12.22 =
305 Changed: API keys
306
307 = 2.12.21 =
308 Changed: Optimization flow
309
310 = 2.12.15 =
311 Changed: Onboarding flow
312 Fixed: Minor UI/UX
313
314 = 2.11.43 =
315 Fixed: Transients and permanent cache conflicts
316
317 = 2.11.42 =
318 Fixed: Minor bug
319
320 = 2.11.41 =
321 Added: NPS survey banner
322 Added: Option to load excluded JS files with worker
323 Added: Customer support page
324 Improved: Debug log
325 Fixed: Connection issues
326
327 = 2.10.68 =
328 Improved: Optimization flow
329
330 = 2.10.66 =
331 Improved: Cache structure
332
333 = 2.10.65 =
334 Added: New signup logic
335 Fixed: "Optimized Background Images" option
336 Fixed: Issue when non-cached page is served
337
338 = 2.10.46 =
339 Changed: Design for plugin interface
340 Improved: File cache
341 Changed: All aggregated CSS and JS files now have same naming
342 Added: Option to exclude popular sliders from “Delay All JS” option
343 Added: Smart lazyload for iframes, sliders and videos. Now if there is no such item on the page, the optimization or exclusion of it won’t work on that page.
344 Improved: Background lazy-loading for specific cases
345 Added: An option to set SB Page Cache lifetime.
346 Added: Now you can optimize author and 404 pages.
347 Improved: Third-party cache clearing
348 Changed: All similar Google Fonts are being merged after download and connect as one to get rid of duplicates
349 Fixed: Bug when lazyload broked audio tags
350 Fixed: A couple of bugs with Page Counter when home page is set to “Latest Posts”
351 Fixed: Bug when Optimized Background Images option conflicted with Background LazyLoad
352 Fixed: Bug when Critical CSS is not being connected to the page when “Use Critical Font” is unchecked
353 Fixed: Bug when home page was defined incorectly if was written with http or with www.
354 Fixed: Bug preventing onboarding flow to finish in NO_REST Critical CSS import
355 Refactored:“Delay All JS” optimization, now scripts are not moved from their places, this improves stability.
356
357 = 2.9.27 =
358 Fixed: Minor bug
359
360 = 2.9.25 =
361 Fixed: Minor bug
362
363 = 2.9.24 =
364 Fixed: Gutenberg block
365 Fixed: Elementor block
366
367 = 2.9.23 =
368 Fixed: Deactivation popup on the Plugins page.
369 Fixed: Bug when Critical CSS was being regenerated after the update.
370 Fixed: Bug when the cache was kept after removing, disabling, or deactivating the plugin.
371 Improved: Critical CSS generation.
372 Improved: Critical Fonts generation.
373 Fixed: Bug with the Optimized Background Images option.
374
375 = 2.8.35 =
376 Fixed: Security issue
377
378 = 2.8.34 =
379 Fixed: Security issue
380 Added: BF offer
381
382 = 2.8.32 =
383 Added: Endpoint to enable/disable CF integration.
384 Added: Hooks to clear CF cache.
385 Updated: IO package
386 Added: An option to load fonts after CSS load
387
388 = 2.8.19 =
389 Fixed: Compatibility issue with Wordpress 6.1.
390
391 = 2.8.18 =
392 Changed: Many UI
393 Improved: Stability for Critical CSS generation
394 Fixed: Incompatibility issues with WPML's Woocommerce Multilingual module
395 Improved: Performance improvements
396
397 = 2.7.47 =
398 Fixed: Critical CSS regeneration issues
399
400 = 2.7.44 =
401 Improved: REST API speed
402 Improved: Page cache.
403
404 = 2.7.37 =
405 Added: Wp admin dashboard UI changes.
406 Added: Optimization of archive and product pages.
407
408 = 2.6.42 =
409 Improved: Onboarding flow
410 Added: A dedicated page to manage Whitelable settings
411
412 = 2.6.40 =
413 Improved: REST API reliability and Critical CSS generation
414
415 = 2.6.37 =
416 Fixed: Critical CSS generation
417
418 = 2.6.31 =
419 Fixed: Minor bug
420
421 = 2.6.30 =
422 Changed: Onboarding flow
423 Fixed: Bug in page cache on hosted website
424
425 = 2.3.3 =
426 Added: Compatibility with WPML
427
428 = 2.3.2 =
429 Fixed: Bug in white label
430 Improved: Images Lazyload
431
432 = 2.3.1 =
433 Improved: Plugin white label
434 Improved: Images Lazyload (Now works with picture tags and srcsets)
435 Improved: Critical CSS stability
436
437 = 2.3.0 =
438 Added: Option to white label admin dashboard
439
440 = 2.2.18 =
441 Improved: Font preload
442 Added: New special mode for collecting images
443
444 = 2.2.16 =
445 Fixed: Page cache if it is not correctly set up.
446
447 = 2.2.15 =
448 Fixed: Warning messages about WebP and Page Caching
449 Fixed: Warning about advanced-cache.php
450 Reduced: Vendor size
451 Updated: Incompatible plugins list
452
453 = 2.2.12 =
454 Added: Test mode
455 Fixed: Bug in page cache
456
457 = 2.2.8 =
458 Improved: Critical CSS stability
459 Fixed: Bug in page cache
460 Fixed: Bug in clear cache
461
462 = 2.0.27 =
463 Disabled: Cleare cache trigger on ACF update
464 Removed: Deactivation popup for hosted websites
465 Changed: Notification texts
466
467 = 2.0.26 =
468 Added: Notice about incompatible plugins
469
470 = 2.0.25 =
471 Fixed: Bug in the page cache
472 Added: Trigger to clear page cache on page edit
473
474 = 2.0.22 =
475 Fixed: Conflicts with 3rd party plugins images lazy load
476 Improved: Optimization flow
477 Fixed: Bug in JS delay
478
479 = 2.0.21 =
480 Added: Image optimization for additional pages
481 Added: Deactivation pop-up
482
483 = 2.0.18 =
484 Improved: Optimization flow
485
486 = 2.0.17 =
487 Changed: Composer update for image optimizer
488
489 = 2.0.16 =
490 Added: Clear cache on disconnect website
491 Added: Compatibility for connecting from Photo Gallery plugin.
492
493 = 2.0.15 =
494 Changed: Get Critical CSS via Rest API instead of Ajax call
495
496 = 2.0.14 =
497 Fixed: Bug in homepage optimization flow
498
499 = 2.0.13 =
500 Fixed: Conflicts with third party plugins and hostings caches
501 Fixed: Bug in tag attributes
502
503 = 2.0.12 =
504 Fixed: Google ads display
505 Fixed: Uncritical CSS loading with worker
506
507 = 2.0.11 =
508 Changed: Welcome page design
509 Fixed: Bug in Critical CSS generation
510
511 = 2.0.10 =
512 Added: Rest route to edit optimization settings via REST API
513
514 = 2.0.9 =
515 * Fixed: Minor bug
516
517 = 2.0.7 =
518 * Fixed: Whitelabel bug
519 * Fixed: bug with redirection after update
520
521 = 2.0.3 =
522 * Initial version on wp.org
523
524