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 / readme.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
readme.txt
842 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: 7.0
6 Requires PHP: 7.4
7 Stable tag: 2.33.0
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 Sign-up is required to connect to the 10Web booster service.
154
155
156
157 == Frequently Asked Questions ==
158
159
160
161 = 1. Does the 10Web Booster work on mobile also? =
162
163 It absolutely does! With 10Web Booster you can speed up your WordPress site on both mobile and desktop.
164
165 = 2. Does 10Web Booster work on all websites? =
166
167 10Web Booster optimizes any WordPress website's speed automatically. Our website booster will provide optimal speed for any and all WordPress websites.
168
169 = 3. Will the result achieved by 10Web Booster last? =
170
171 The easy answer is yes!
172 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!
173
174 = 4. How can I optimize other pages of my website or websites? =
175
176 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).
177
178 We'll leave you to it.
179
180 = 5. How can I upgrade to the Pro version? =
181
182 You can complete your website optimization by switching to 10Web Booster Pro from your personal dashboard.
183
184 = 6. What is the difference between the four modes of optimization? =
185
186 The four modes for your WordPress speed optimization plugin are the following:
187
188 Standard mode, which in itself includes the following features.
189
190 - CSS & HTML Minification & Compression
191 - Page Cache
192 - JS Minification and Compression
193 - Image Optimization
194 - Image Lazy load
195 - Font Swap
196 - Conversion Image Format to WebP
197 - iFrame and Video Lazy load
198 - Container-specific Image Resizing
199
200 Balanced mode includes Standard mode features + Critical CSS Generation
201 Strong mode includes Standard mode features + All JS Delay
202 Extreme mode entails Standard mode features + Critical CSS Generation + All JS Delay
203
204 = 7. What is 10Web Booster's track record? =
205
206 10Web Booster is known for automating the process of achieving:
207
208 Automated 90+ PageSpeed
209 Optimized Core Web Vitals
210 Higher search engine rankings
211 Up to 7% boost in conversions
212 Up to 40% boost in visitor engagement
213 Up to 53% mobile traffic engagement boost
214
215 = 8. How does 10Web Booster affect bounce rate? =
216
217 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.
218
219 = 9. How long does the optimization take? =
220
221 As a plugin that aims to speed up WordPress sites, taking too long wasn't an option.
222
223 WordPress speed optimization usually takes only minutes.
224
225 = 10. Can I simultaneously use multiple speed optimizers for my website? =
226
227 WordPress' functionality is in its prime when there's only one speed optimizer fix for any website at a time.
228 So using another speed optimizer alongside 10Web Booster is not recommended by either us or WordPress.
229
230 An alternative WordPress speed optimizer could be any one of the following:
231
232 W3 Total Cache
233 WP Super Cache
234 WP Rocket
235 WP Rocket Footer JS
236 Autoptimize
237 Perfmatters
238 WP Fastest Cache
239 WP-Optimize
240 Asset CleanUp
241 Shortpixel AI
242 Rocket Lazy load
243 Hummingbird
244 Smush
245 Flying Scripts
246 Async JavaScript
247 NitroPack
248 PageSpeed Ninja
249 Swift Performance Lite
250 Swift Performance
251 Fast Velocity Minify
252 LiteSpeed Cache
253 WP Performance Score Booster
254 SG Optimizer
255 Ezoic
256
257 = 11. What's the difference between cache plugins and 10Web Booster? =
258 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.
259
260 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.
261
262 = 12. Does 10Web Booster replace all image optimization, caching and other optimization plugins? =
263 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.
264
265 = 13. What are the caching features of 10Web Booster ? =
266 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.
267
268
269
270
271
272
273 == Changelog ==
274
275 = 2.33.0 =
276 Improved: Upgraded dependencies
277 Improved: Onboarding flow
278 Fixed: Minor bugs and warnings
279
280
281 = 2.32.21 =
282 Improved: Onboarding flow
283 Fixed: Minor bugs and warnings
284
285 = 2.32.11 =
286 Improved: Security during cache clear
287
288 = 2.32.7 =
289 Improved: Stability when writing wp-config.php file
290 Improved: Caching error pages logic
291
292 = 2.32.4 =
293 Removed: NPS survey
294
295 = 2.32.3 =
296 Added: New option to optimize custom post type archive pages without generating Critical CSS
297 Fixed: Wordpress guidelines
298
299 = 2.31.10 =
300 Improved: Subscription handling
301 Improved: Exceptions handling
302
303 = 2.31.8 =
304 Improved: Subscription handling
305 Improved: Default exclusion settings
306 Fixed: Minor bugs and warnings
307
308 = 2.30.18 =
309 Improved: Updated dependencies
310 Improved: CLI cache clearing features
311 Improved: Max cache size is dynamic now
312 Fixed: Clearing cache from header menu
313
314 = 2.30.9 =
315 Improved: Updated dependencies
316
317 = 2.30.7 =
318 Fixed: Bug on Cloudflare cache flush
319
320 = 2.30.5 =
321 Improved: Integration with Breakdance builder
322 Improved: Page cache handling
323 Fixed: Bug that prevented caching for logged-in users
324 Fixed: Bug that sends empty list for Delay JS exclusion
325
326 = 2.29.3 =
327 Fixed: Bug on page caching
328
329 = 2.29.2 =
330 Fixed: Bug on page caching
331
332 = 2.29.1 =
333 Added: Per-user page caching
334 Fixed: Bug when you have multiple body tags
335 Improved: Updated dependencies
336 Updated: Image optimizer
337
338 = 2.28.14 =
339 Fixed: Cache creation PHP warnings
340 Improved: Updated dependencies
341
342 = 2.28.13 =
343 Fixed: Bug with Elementor Slider lazyload
344 Fixed: Bug on Elementor container lazyload
345 Fixed: Issue with Delay JS execution
346
347 = 2.28.10 =
348 Fixed: Minor bugs
349
350 = 2.28.7 =
351 Improved: Updated dependencies
352 Fixed: Minor bugs
353
354 = 2.27.4 =
355 Improved: Finding page_id for author and archive pages
356 Improved: Performance when querying images from DB
357 Fixed: Perfomance service fixes for ERR_TOO_MANY_REDIRECTS bug
358 Fixed: PHP8 Warnings
359
360 = 2.26.6 =
361 Improved: Images Lazy Load for Woocommerce Products
362 Improved: Cache exclusion
363
364 = 2.25.14 =
365 Improved: PHP8.3 compatibility
366 Changed: Minimum required PHP version is now 7.4
367 Added: Hooks and filters for manipulating SB output
368 Added: Support for DONOTCACHEPAGE and DONOTOPTIMIZEPAGE
369
370 = 2.24.18 =
371 Improved: PHP8.2 compatibility
372 Fixed: Security issue
373
374 = 2.24.14 =
375 Fixed: Kinsta cache clearing
376 Fixed: IO package
377
378 = 2.24.12 =
379 Improved: Added compatibility checks
380 Improved: Critical CSS generation
381 Improved: Compatibility with other plugins
382 Fixed: Loading Google Ads
383 Fixed: Disabling background images lazyload from 10web Dashboard
384 Fixed: Texts in deactivation popup
385 Fixed: Iframe lazyload bug
386
387 = 2.23.18 =
388 Added: More WP actions
389
390 = 2.23.16 =
391 Improved: Compatibility with Divi theme
392
393 = 2.23.15 =
394 Fixed: Issues with connection
395
396 = 2.23.14 =
397 Fixed: Connection bugs
398
399 = 2.23.13 =
400 Updated: IO package
401
402 = 2.23.12 =
403 Fixed: Error when setting attributes for scripts
404 Fixed: Corrupted JSON in certain cases when "Delay All JS" option is on
405 Fixed: Bug with pages displaying in 10Web Dashboard
406 Fixed: Comment about page cache when Whitelabel is enabled
407 Updated: Minor Ui changes
408 Improved: Excluded non-html pages from optimization
409 Improved: Font loading improvements
410 Improved: Updated IO package
411
412 = 2.22.32 =
413 Fixed: Generating Critical CSS for hosted multisites
414
415 = 2.22.31 =
416 Fixed: URL scheme checking
417
418 = 2.22.30 =
419 Fixed: Fixed division by zero bug
420
421 = 2.22.29 =
422 Fixed: Do not write WebP delivery lines if the website is already serving WebP
423 Fixed: Elementor animation conflicts with Critical CSS
424 Fixed: Elementor's lazyload is disabled when our plugin is enabled and working
425 Improved: Activation of the plugin is faster now because of refactored score check logic
426 Improved: Slideshows work with "Delay All JS" is enabled
427 Fixed: Bug when no fonts are being added to the homepage
428 Improved: Added exception handling for JS Minifier
429 Improved: Added new options to SB REST API
430 Fixed: Compatibility with Hubspot Calendar
431 Fixed: Deprecation warnings
432 Fixed: Adding display:swap to font loading
433 Improved: Added fm_cookie_ to the list of non-cached cookies
434
435 = 2.21.25 =
436 Updated: Settings REST API
437 Improved: folder exclusion of JS files
438 Fixed: UI bugs
439
440 = 2.21.16 =
441 Fixed: Excluding scripts from Delay ALL JS via regexp
442 Fixed: Firing events after Delay All JS
443
444 = 2.21.12 =
445 Updated: IO package
446
447 = 2.21.11 =
448 Fixed: Bug when admin bar content were not fully visible on small screens
449 Added: Reconnect button in WP admin when connection issues are detected (no token or domain_id).
450 Improved: Background lazyload
451 Fixed: Events fired after connecting delayed JS files
452 Fixed: Issues when "Delay All JS" was breaking schema.org JSON
453 Updated: SB Settings REST API
454
455 = 2.20.33 =
456 Fixed: Minor bug
457
458 = 2.20.32 =
459 Fixed: Bug with firing events
460
461 = 2.20.31 =
462 Refactored: Critical CSS generation
463 Changed: Multiselect option to disable events that are being triggered after connecting all scripts in "Delay All Js"
464 Fixed: Conflicts with web-stories plugin
465 Fixed: html validation errors
466 Added: REST API for editing all the SB settings to integrate it in 10Web Dashboard
467 Fixed: Handling complicated cases of Critical Background Images
468 Fixed: Excluding Owl Carousel JS scripts from "Delay All JS" option
469 Added: Popup to notify user that she can enable auto-update of Booster plugin
470 Fixed: Logic of Critical CSS generation during other plugins updates
471 Fixed: "Custom Events" option
472 Fixed: Page optimization if test mode is on
473 Changed: Elementor's animations now works with enabled "Delay All JS" option
474 Lightened: Logic during onboarding flow, fixed many bugs
475 Added: Special option to fix Scroll issues created by Critical CSS
476 Added: Special selectbox with Plugin/Theme/JS scripts list for easily exclude them from "Delay All JS" option
477 Fixed: Couple of Score Check warnings in WP admin
478 Changed: SB is now disabled on AMP pages by default
479
480 = 2.19.49 =
481 Fixed: UI issues
482
483 = 2.19.46 =
484 Updated: IO package
485
486 = 2.19.45 =
487 Updated: IO package
488
489 = 2.19.44 =
490 Changed: Connection logic for new IO plugin
491 Added: "Clear cache" button in advanced settings of the plugins clears CF cache
492 Improved: Reliability of score check
493 Improved" Stability
494
495 = 2.18.17 =
496 Changed: Load only critical fonts by default
497 Added: Default options for Critical CSS
498 Improved: Compatibility with Divi theme
499 Added: An option to lazyload iframes on user interaction
500 Added: Browser caching rules to the .htaccess file
501 Improved: Critical CSS generation
502 Improved: Viewport images gathering
503 Fixed: Bugs related to "Delay All JS" option
504 Improved: Connection logic
505 Improved: Score check stability in WP Admin
506 Fixed: A couple of bugs on static file caching
507 Fixed: PHP warnings
508 Fixed: WP Cron functionality
509
510 = 2.17.23 =
511 Improved score check in the WP dashboard
512
513 = 2.17.21 =
514 Added: Block to easily share the referral link
515 Improved: Image Optimizer
516 Improved: Lazy Load both for background images and regular images
517 Updated: Parameters to ignore for page cache
518 Changed: Now SB's scripts are being injected inside the <head> tag, not before it
519 Added: When changing the background image in Elementor's page edit, Critical CSS will be regenerated for that page
520 Fixed: Couple of bugs that resulted in fatal errors on the websites
521 Fixed: Loading of critical fonts
522 Added: New option for critical fonts that allows load only them or exclude them from Critical CSS
523 Fixed: Bug that prevented enabling/disabling some options from 10Web Dashboard
524
525
526 = 2.15.18 =
527 Changed: Fully refactored IO package and service
528 Improved: Image optimizing queue
529 Removed: AWS package as dependency in favor of presigned keys.
530 Improved: Performance of getting data from the IO service
531 Improved: Performance of getting optimized images statistics in 10Web Dashboard
532 Refactored: Autooptimize feature to work with WP Cron
533 Added: Option to load excluded JS files the simple way
534 Added:Data size limit for Cache Structure to avoid database overflow
535 Fixed: Injecting scripts into <head> tag, instead of appending them to it
536 Changed: "Exclude Elementor Scripts" now excludes also 10Web Builder
537 Improved: Exclude critical fonts from Uncritical CSS, and avoid loading them twice
538 Fixed: Minor UI issues
539 Fixed: Fatal error when plugin is activated on website with no posts and pages
540 Fixed: Error in "Delay All JS"'s Web Worker
541 Fixed: Warning about strpos() function
542
543 = 2.14.50 =
544 Changed: Now collecting excluded images for background works only if that option is checked in plugin settings
545 Fixed: The bug when sometimes sizes for critical css generation were not sent to the Performance service
546
547 = 2.14.49 =
548 Changed: New faster connection logic
549 Refactored: Constructors not to use superglobal variables
550 Changed: CDN page
551 Added: Auto-exclude images in viewport
552 Fixed: Disconnect popup when White Label is on
553 Improved: Fonts loading
554 Fixed: serving gzipped page caches
555 Improved: Cache compatibility with Litespeed servers
556 Fixed: Iincompatibility with Elementor's Background lazyload function
557 Changed: Google Ads JS files now excluded by default from the "Delay All JS"
558 Fixed: PHP warning about not emtpy directory when clearing the cache
559 Added: Notice about missing DOMDocument extension
560 Fixed: PHP warning about count() function's parameters
561 Fixed: breaking Unicode characters inside inline scripts while connecting them to the page
562 Removed: All dependencies of old minifier
563 Improved: Worker in "Delay All JS" option
564
565
566 = 2.13.47 =
567 Fixed: CSS Minifier bug
568 Changed: CSS Minifier library
569
570 = 2.13.45 =
571 Fixed: Security issue
572
573 = 2.13.44 =
574 Fixed: Errors when migrating not-optimized pages from old structure to new
575 Added: lazy loading for video poster
576 Added: fallback for default page sizes during Critical CSS generation
577
578 = 2.13.42 =
579 Fixes: Whitelabel bug in certain conditions
580 Fixed: Web worker's bug with scripts loading scripts.
581 Fixed: Cache bugs for 10Web hosted websites
582
583 = 2.13.41 =
584 Fixed: Whitelable fatal error
585
586 = 2.13.40 =
587 Disabled: logging by default
588 Fixed: conflicts with other plugins using Composer autoloader
589
590 = 2.13.37 =
591 Refactored: Plugin uninstall logic
592 Added: Option to exclude Elementor Pro JS fles from "Delay All JS"
593 Added: "Perforamance Lab" to exclude list of plugins
594 Fixed: Multisite or low PHP version warnings in the plugin, refactored plugin's main file
595 Fixed: Updating cache constants on plugin activate/deactivate
596 Fixed: Deleting a page from the list of not-optimizable pages in Dashboard
597 Changed: "Delay All JS" option now works with script tags added in Gutenberg's text block
598 Added: Option to exclude "10web Photo Gallery" plugin from delay
599 Added: GET routes in plugin's REST API as a workaround of Cloudflare's POST to GET convertion fix
600 Moved: Hardcoded not-optimizable pages list to the option
601 Changed: Now adding <noscript> tag for lazyloaded images is optional
602 Fixed: Congrats popup in advanced mode
603 Fixed: Minor UI fixes for RTL websites
604 Added: .min to all minified CSS and JS files
605 Added: "Clear Cache" button for clients with activated White Label
606 Changed: Score check functionality is moved to a separate package
607 Changed: Generated JS and CSS files are not cleared now during cache flush, but are being overwritten
608 Fixed: An issue when we always call the site state update
609 Added: Bluehost cache is now cleared with our cache clear
610 Added: An option to enable WP's autoupdate for SB plugin
611 Changed: 10Web Transients logic is moved to a separate package
612 Fixed: Bug when we show Booster plan as paid when client purchased only AI Assistant
613 Removed: all .git folders from vendor/ directory
614
615 = 2.12.26 =
616 Added: Cache warmup after cleaning cache in the plugin
617 Fixed: Bug with many requests to the page to determine its page ID
618
619 = 2.12.23 =
620 Fixed: Security issue
621
622 = 2.12.22 =
623 Changed: API keys
624
625 = 2.12.21 =
626 Changed: Optimization flow
627
628 = 2.12.15 =
629 Changed: Onboarding flow
630 Fixed: Minor UI/UX
631
632 = 2.11.43 =
633 Fixed: Transients and permanent cache conflicts
634
635 = 2.11.42 =
636 Fixed: Minor bug
637
638 = 2.11.41 =
639 Added: NPS survey banner
640 Added: Option to load excluded JS files with worker
641 Added: Customer support page
642 Improved: Debug log
643 Fixed: Connection issues
644
645 = 2.10.68 =
646 Improved: Optimization flow
647
648 = 2.10.66 =
649 Improved: Cache structure
650
651 = 2.10.65 =
652 Added: New signup logic
653 Fixed: "Optimized Background Images" option
654 Fixed: Issue when non-cached page is served
655
656 = 2.10.46 =
657 Changed: Design for plugin interface
658 Improved: File cache
659 Changed: All aggregated CSS and JS files now have same naming
660 Added: Option to exclude popular sliders from “Delay All JS” option
661 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.
662 Improved: Background lazy-loading for specific cases
663 Added: An option to set SB Page Cache lifetime.
664 Added: Now you can optimize author and 404 pages.
665 Improved: Third-party cache clearing
666 Changed: All similar Google Fonts are being merged after download and connect as one to get rid of duplicates
667 Fixed: Bug when lazyload broked audio tags
668 Fixed: A couple of bugs with Page Counter when home page is set to “Latest Posts”
669 Fixed: Bug when Optimized Background Images option conflicted with Background LazyLoad
670 Fixed: Bug when Critical CSS is not being connected to the page when “Use Critical Font” is unchecked
671 Fixed: Bug when home page was defined incorectly if was written with http or with www.
672 Fixed: Bug preventing onboarding flow to finish in NO_REST Critical CSS import
673 Refactored:“Delay All JS” optimization, now scripts are not moved from their places, this improves stability.
674
675 = 2.9.27 =
676 Fixed: Minor bug
677
678 = 2.9.25 =
679 Fixed: Minor bug
680
681 = 2.9.24 =
682 Fixed: Gutenberg block
683 Fixed: Elementor block
684
685 = 2.9.23 =
686 Fixed: Deactivation popup on the Plugins page.
687 Fixed: Bug when Critical CSS was being regenerated after the update.
688 Fixed: Bug when the cache was kept after removing, disabling, or deactivating the plugin.
689 Improved: Critical CSS generation.
690 Improved: Critical Fonts generation.
691 Fixed: Bug with the Optimized Background Images option.
692
693 = 2.8.35 =
694 Fixed: Security issue
695
696 = 2.8.34 =
697 Fixed: Security issue
698 Added: BF offer
699
700 = 2.8.32 =
701 Added: Endpoint to enable/disable CF integration.
702 Added: Hooks to clear CF cache.
703 Updated: IO package
704 Added: An option to load fonts after CSS load
705
706 = 2.8.19 =
707 Fixed: Compatibility issue with Wordpress 6.1.
708
709 = 2.8.18 =
710 Changed: Many UI
711 Improved: Stability for Critical CSS generation
712 Fixed: Incompatibility issues with WPML's Woocommerce Multilingual module
713 Improved: Performance improvements
714
715 = 2.7.47 =
716 Fixed: Critical CSS regeneration issues
717
718 = 2.7.44 =
719 Improved: REST API speed
720 Improved: Page cache.
721
722 = 2.7.37 =
723 Added: Wp admin dashboard UI changes.
724 Added: Optimization of archive and product pages.
725
726 = 2.6.42 =
727 Improved: Onboarding flow
728 Added: A dedicated page to manage Whitelable settings
729
730 = 2.6.40 =
731 Improved: REST API reliability and Critical CSS generation
732
733 = 2.6.37 =
734 Fixed: Critical CSS generation
735
736 = 2.6.31 =
737 Fixed: Minor bug
738
739 = 2.6.30 =
740 Changed: Onboarding flow
741 Fixed: Bug in page cache on hosted website
742
743 = 2.3.3 =
744 Added: Compatibility with WPML
745
746 = 2.3.2 =
747 Fixed: Bug in white label
748 Improved: Images Lazyload
749
750 = 2.3.1 =
751 Improved: Plugin white label
752 Improved: Images Lazyload (Now works with picture tags and srcsets)
753 Improved: Critical CSS stability
754
755 = 2.3.0 =
756 Added: Option to white label admin dashboard
757
758 = 2.2.18 =
759 Improved: Font preload
760 Added: New special mode for collecting images
761
762 = 2.2.16 =
763 Fixed: Page cache if it is not correctly set up.
764
765 = 2.2.15 =
766 Fixed: Warning messages about WebP and Page Caching
767 Fixed: Warning about advanced-cache.php
768 Reduced: Vendor size
769 Updated: Incompatible plugins list
770
771 = 2.2.12 =
772 Added: Test mode
773 Fixed: Bug in page cache
774
775 = 2.2.8 =
776 Improved: Critical CSS stability
777 Fixed: Bug in page cache
778 Fixed: Bug in clear cache
779
780 = 2.0.27 =
781 Disabled: Cleare cache trigger on ACF update
782 Removed: Deactivation popup for hosted websites
783 Changed: Notification texts
784
785 = 2.0.26 =
786 Added: Notice about incompatible plugins
787
788 = 2.0.25 =
789 Fixed: Bug in the page cache
790 Added: Trigger to clear page cache on page edit
791
792 = 2.0.22 =
793 Fixed: Conflicts with 3rd party plugins images lazy load
794 Improved: Optimization flow
795 Fixed: Bug in JS delay
796
797 = 2.0.21 =
798 Added: Image optimization for additional pages
799 Added: Deactivation pop-up
800
801 = 2.0.18 =
802 Improved: Optimization flow
803
804 = 2.0.17 =
805 Changed: Composer update for image optimizer
806
807 = 2.0.16 =
808 Added: Clear cache on disconnect website
809 Added: Compatibility for connecting from Photo Gallery plugin.
810
811 = 2.0.15 =
812 Changed: Get Critical CSS via Rest API instead of Ajax call
813
814 = 2.0.14 =
815 Fixed: Bug in homepage optimization flow
816
817 = 2.0.13 =
818 Fixed: Conflicts with third party plugins and hostings caches
819 Fixed: Bug in tag attributes
820
821 = 2.0.12 =
822 Fixed: Google ads display
823 Fixed: Uncritical CSS loading with worker
824
825 = 2.0.11 =
826 Changed: Welcome page design
827 Fixed: Bug in Critical CSS generation
828
829 = 2.0.10 =
830 Added: Rest route to edit optimization settings via REST API
831
832 = 2.0.9 =
833 * Fixed: Minor bug
834
835 = 2.0.7 =
836 * Fixed: Whitelabel bug
837 * Fixed: bug with redirection after update
838
839 = 2.0.3 =
840 * Initial version on wp.org
841
842