-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathreadme.txt
More file actions
953 lines (712 loc) · 30.9 KB
/
readme.txt
File metadata and controls
953 lines (712 loc) · 30.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
=== RapidLoad AI - Optimize Web Vitals Automatically ===
Contributors: rapidload, futtta
Donate link:
Tags: ai, cache, speed, performance, images
Requires at least: 5.0
Tested up to: 6.8
Stable tag: 3.1.19
Requires PHP: 5.4
License: GPLv3
License URI: [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
Supercharge your website with RapidLoad AI, featuring cutting-edge AI to automate optimizing CSS, JavaScript, images, fonts, and caching.
== Description ==
**RapidLoad AI is not FREE this is a PREMIUM plugin to provide high level optimization for top level businesses.**
RapidLoad AI is a next-generation optimization tool designed to bring your site's performance to 90+ effortlessly. With AI diagnostics, AI Support chat, automated Unused CSS removal, Critical CSS generation, adaptive JavaScript optimization, on-the-fly image optimization, and an enterprise-level CDN, RapidLoad ensures your site achieves peak loading speeds and exceptional user experience.
### Why choose RapidLoad AI?
- **Top Rated Support**
- Expert Support team to help non-technical users get their best performance. ([Read Reviews](https://wordpress.org/support/plugin/unusedcss/reviews/))
- **AI Diagnostics**
- Analyzes your website bottlenecks and provides actionable insights to get your business perform at the top level.
- **AI Support Chat**
- Understands your website and your business to provide technical and non-technical advice to boost your business.
- **Intelligent Image Optimization**
- Auto-resize, compress, and deliver next-gen formats (WEBP/AVIF) using a FAST global image CDN.
- **Automated Critical CSS**
- Ensures above-the-fold content loads instantly.
- **Smart Unused CSS Removal**
- Removes CSS that's not in use dynamically.
- **Adaptive JS Optimization**
- Defer and delay non-essential scripts automatically.
- **Global CDN with Edge Caching**
- 121 edge locations with ultra-low latency (under 20ms).
- **Page Caching & Preloading**
- Speed up your WordPress pages instantly.
- **Google Fonts Optimization**
- Preload, self-host, and reduce external dependencies.
# Key Features Breakdown
## 🚀 RapidLoad AI
**RapidLoad AI understands your page speed**
You can chat with RapidLoad AI to unlock new possibilities.
RapidLoad AI diagnoses your website with real-time data to provide actionable solutions to improve your performance.
## 📡 Global RapidLoad CDN
- Tier 1 Network Infrastructure with 121 Edge Locations.
- Ultra-low latency with NVMe SSD-powered servers.
- Automatic asset compression and delivery acceleration.
## 📷 Advanced Image Optimization
- Adaptive responsive images with automatic resizing.
- WEBP & AVIF next-gen format support.
- Lazy Loading with priority LCP image preloading.
- Auto width & height assignment for layout stability.
## 🎨 CSS Optimization
- Smart Unused CSS Removal to cut down unnecessary styles.
- Critical CSS generation for near-instant page rendering.
- CSS minification to reduce file size and speed up loads.
## 🖥️ JavaScript Optimization
- Defer non-critical JS to prevent blocking rendering.
- Delay JavaScript execution until user interaction.
- JS minification for leaner, faster scripts.
## 🔡 Font Optimization
- Self-host Google Fonts for better control and performance.
- Font preloading to enhance user experience.
## ⚡ Page Caching & Preloading
- Automatic page cache for faster repeat visits.
- Cache preloading to ensure instant access.
- Seamless integration with major caching plugins.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Use the Settings->Plugin Name screen to configure the plugin
4. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
== Frequently Asked Questions ==
= How much does it cost to purchase a license of RapidLoad and where can I buy one? =
You can purchase the license for as little as $10/m. Just sign up directly via [rapidload.ai](https://rapidload.ai) website.
= What are the Terms and Conditions of rapidload.ai usage =
Read it here : [https://rapidload.ai/terms-conditions/](https://rapidload.ai/terms-conditions/)
= How does this plugin speed up my site? =
It optimizes your site's loading speed by leveraging advanced caching mechanisms, minimizing server requests, and optimizing the delivery of static assets like images, CSS, and JavaScript files. Additionally, RapidLoad utilizes techniques like lazy loading, which defers the loading of non-critical elements until they are needed, further enhancing the overall speed and efficiency of your site. Smaller files = faster sites!
= My Site is broken after using RapidLoad. What can i do ? =
There is a possibility the page can be broken with RapidLoad as it does the removal automatically. you can easily fix broken elements with safelist rules. we recommend to turn on "Load Original CSS files" and add safelist rules. if you are not sure how to add safelist rules create a support ticket in [https://rapidload.zendesk.com/hc/en-us](https://rapidload.zendesk.com/hc/en-us) one of our support member will help you out .
= Do I need to run this every time I make a change? =
No! RapidLoad works in the background, so any new stylesheets that are added will be analyzed and optimized on the fly. Just set it and forget it!
= Will this plugin work with Woocommerce? =
Absolutely. RapidLoad works with Woocommerce, Woocommerce themes, and Woocommerce plugins.
= Will this plugin work with other caching plugins? =
RapidLoad works with all major caching plugins. If you are using a little known caching plugin and are experiencing issues with RapidLoad, please submit your issue and caching plugin name to our support team and we will review.
= How is this plugin different from CriticalCSS? =
RapidLoad looks for CSS that is not being applied at all and stops it from being loaded. CriticalCSS looks for CSS that needs to be applied when the page begins loading and reorders it based on priority.
= How do exclusions work? =
RapidLoad accepts both broad and star(*) expressions and regular expression exclusions of CSS selectors. You can add your exclusions in the unused CSS tab of the Autoptimize plugin settings.
== Screenshots ==
1. Titan Optimizer analyze.
2. Titan Optimizer metrics.
3. RapidLoad Dashboard.
== Changelog ==
= 3.1.19 - 06/04/2026 =
* fix: PHP 8.2+ compatibility for bundled simplehtmldom (declare HtmlDocument optional_closing_array property to prevent dynamic property deprecation notices in logs)
= 3.1.18 - 20/08/2025 =
* fix: minor bugs
= 3.1.17 - 20/08/2025 =
* fix: minor bugs
= 3.1.16 - 03/07/2025 =
* fix: clear cache not working for posts update
= 3.1.15 - 17/06/2025 =
* fix: minor bugs
= 3.1.14 - 04/06/2025 =
* fix: minor bugs
= 3.1.13 - 03/06/2025 =
* fix: minor bugs
= 3.1.12 - 22/05/2025 =
* improve: user ui experience
* improve: javascript delay optimization
* fix: minor bugs
= 3.1.11 - 05/05/2025 =
* fix: renamed PHP classes to follow RapidLoad naming convention
= 3.1.10 - 02/05/2025 =
* fix: remove bin files from wp.org repo
* fix: added original version for non-minified files
* fix: renamed PHP classes to follow RapidLoad naming convention
* fix: minor bugs
= 3.1.9 - 17/04/2025 =
* fix: improved internationalization by removing variable text domains and dynamic strings
* fix: added proper data sanitization and validation for POST/GET/REQUEST inputs
* fix: added direct file access protection to all PHP files
* fix: improved SQL query security using wpdb::prepare()
* fix: removed incorrect textdomain
* fix: various security improvements and code standards compliance
* fix: disable search functionality from legacy job history table to comply with WordPress.org guidelines
= 3.1.7 - 14/04/2025 =
* fix: known bugs
= 3.1.6 - 26/03/2025 =
* fix: known bugs
= 3.1.5 - 21/03/2025 =
* fix: known bugs
= 3.1.4 - 18/03/2025 =
* feat: enhanced user experience
* fix: known bugs
= 3.1.3 - 18/03/2025 =
* feat: enhanced user experience
* fix: known bugs
= 3.1.2 - 06/03/2025 =
* fix: known bugs
= 3.1.1 - 02/03/2025 =
* fix: minor improvements and stability updates
= 3.1.0 - 02/03/2025 =
* feat: removed paywall for free users - in-server optimization features now available for all users
* feat: enhanced accessibility to optimization features for the WordPress community
= 3.0.5 - 25/02/2025 =
* fix: known bugs
= 3.0.4 - 25/02/2025 =
* fix: known bugs
= 3.0.3 - 19/02/2025 =
* fix: known bugs
= 3.0.2 - 12/02/2025 =
* fix: license key nonce issue preventing users from accessing dashboard optimizer
= 3.0.1 - 11/02/2025 =
* feat: add AI support chat
* feat: add AI diagnostics
* feat: unified dashboard
* feat: unified settings
* feat: view cdn and image usage
= 3.0.0 - 11/02/2025 =
* feat: add AI support chat
* feat: add AI diagnostics
* feat: unified dashboard
* feat: unified settings
* feat: view cdn and image usage
= 2.4.5 - 31/01/2025 =
* fix: critical security issues
= 2.4.4 - 06/12/2024 =
* feat: add option to disable Bugsnag debug
= 2.4.3 - 05/12/2024 =
* fix: improved security
* fix: known bugs
= 2.4.2 - 27/11/2024 =
* fix: known bugs
= 2.4.1 - 24/10/2024 =
* feat: add feat to disable WP-Emojis
* fix: known bugs
= 2.4.0 - 24/10/2024 =
* feat: add pre-rendering feature
* feat: pre-render links on mouse move
* feat: improve critical css generation (remove unused css no longer required)
* fix: known bugs
= 2.3.5 - 18/10/2024 =
* fix: known bugs
= 2.3.4 - 24/09/2024 =
* fix: flush cache not working in Titan Optimizer
* fix: Unused CSS misc options save not working
* fix: YouTube thumbnail style
= 2.3.3 - 12/09/2024 =
* fix: Missing `@media` styles in chunked critical CSS files.
= 2.3.2 - 12/09/2024 =
* fix: Titan crash
= 2.3.0 - 11/09/2024 =
* feat: improve ui for better user experience
* feat: improve critical css by chunking file
* feat: merged the missing plugin settings to titan
* fix: update cdn url cache files on cdn url changes
* fix: known bugs
= 2.2.26 - 21/08/2024 =
* fix: showing unused css optimization table when remove unused css option disabled
* fix: titan crashes with Google Translate
* fix: known bugs
= 2.2.25 - 13/08/2024 =
* fix: known bugs
= 2.2.18 - 05/08/2024 =
* feat: boost optimization by adding speed gears in titan
* feat: enable users to delay only selected js files
* fix: known bugs
= 2.2.17 - 21/05/2024 =
* feat: enable optimization gears in Titan
* fix: known bugs
= 2.2.16 - 08/05/2024 =
* fix: known bugs
= 2.2.15 - 29/02/2024 =
* fix: known bugs
= 2.2.14 - 20/02/2024 =
* feat: deferring the youtube videos by displaying the poster image until user interacts
* feat: add delay exclusions with easy UI
* fix: delay js legacy compatibility
= 2.2.13 - 31/01/2024 =
* fix: broken Titan Optimizer for some users
= 2.2.12 - 31/01/2024 =
* fix: vulnerable to SSRF
= 2.2.11 - 26/01/2024 =
* fix: known bugs
= 2.2.10 - 24/01/2024 =
* fix: vulnerable to SSRF
= 2.2.9 - 26/12/2023 =
* fix: Fatal error when clearing product page cache
= 2.2.8 - 25/12/2023 =
* fix: known bugs
= 2.2.7 - 21/12/2023 =
* fix: set width and height not working for images
= 2.2.6 - 18/12/2023 =
* fix: syntax error in rapidload dashboard
= 2.2.5 - 18/12/2023 =
* fix: syntax error in rapidload dashboard
= 2.2.4 - 15/12/2023 =
* improved: delay js event handling
= 2.2.3 - 13/12/2023 =
* improved: delay js execution
* improved: delay js event handling
= 2.2.2 - 13/12/2023 =
* improved: delay js execution
* improved: delay js event handling
* fix: known bugs
= 2.2.1 - 05/12/2023 =
* fix: known bugs
= 2.2.0 - 30/11/2023 =
* feat: Improved defer javascript handling with inline-scripts
* new: all the javascript files are delayed with new delay JS improvement
* new: topologically batched delayed javascript execution
= 2.1.14 - 22/11/2023 =
* feat: add debug mode to titan
* fix: inline background images not optimizing
* fix: known bugs
= 2.1.13 - 14/11/2023 =
* fix: known bugs
= 2.1.12 - 14/11/2023 =
* fix: known bugs
= 2.1.11 - 14/11/2023 =
* improve: CDN option not working in Titan Optimizer
* fix: known bugs
= 2.1.10 - 06/11/2023 =
* improve: inline style minify
= 2.1.9 - 31/10/2023 =
* fix: Dashboard UI
= 2.1.8 - 31/10/2023 =
* fix: Dashboard UI
* fix: CDN purging
= 2.1.7 - 27/10/2023 =
* improve: Titan optimizer options update
= 2.1.6 - 27/10/2023 =
* fix: media library section break
= 2.1.5 - 26/10/2023 =
* fix: remove duplicate queries
= 2.1.4 - 26/10/2023 =
* fix: Titan Optimizer not working for subpages
= 2.1.3 - 24/10/2023 =
* feat: Introducing Titan Optimizer
= 2.1.0 - 24/10/2023 =
* feat: integrate Titan Optimizer
= 2.0.28 - 11/09/2023 =
* fix: google font stylesheet not removing
= 2.0.27 - 01/09/2023 =
* fix: some inline style images not optimizing
= 2.0.26 - 31/08/2023 =
* fix: skipping gtag js on optimization
= 2.0.25 - 29/08/2023 =
* improve: add default exclusions for javascript optimizations
= 2.0.24 - 28/07/2023 =
* fix: selector pack items being duplicate
= 2.0.23 - 20/07/2023 =
* feat: switch cdn staging to live
* fix: all jobs getting cleared when all rules cleared
* fix: remove backslashes from additional critical css content
* fix: original css files not loading if mobile critical css enabled
* fix: extract image url with https
= 2.0.22 - 17/07/2023 =
* feat: add filter to prevent load original css on user interaction
* fix: exclude background images being lazy loaded not working
* fix: display RapidLoad menu in admin bar only to users with manage options permission
= 2.0.21 - 11/07/2023 =
* feat: improve inline js optimization
= 2.0.20 - 11/07/2023 =
* feat: improve inline js optimization
= 2.0.19 - 03/07/2023 =
* feat: load original css with relative path urls
= 2.0.18 - 03/07/2023 =
* feat: load original css with relative path urls
= 2.0.17 - 03/07/2023 =
* feat: add support for data-src tag on image optimization
* feat: load original css with relative path urls
* feat: update new documentation link
* improve: mobile critical css to eliminate reduce unused css
= 2.0.16 - 15/06/2023 =
* feat: improved iframe lazy-loading
= 2.0.15 - 12/06/2023 =
* fix: migration tables not creating on update
= 2.0.14 - 09/06/2023 =
* fix: minor UI improvements
= 2.0.13 - 06/06/2023 =
* feat: add filter to change the RapidLoad root url
* fix: minor UI improvements
= 2.0.12 - 02/06/2023 =
* feat: add filter to change the RapidLoad root dir
* fix: minor UI improvements
* fix: typecast job limit to integer
* fix: purge admin area styles and javascript on plugin update
* chore: update WordPress compatibility
= 2.0.11 - 29/05/2023 =
* fix: remove aggregate css option
* fix: bug in loading selector packs
* chore: updated banner
= 2.0.10 - 27/05/2023 =
* Added JS optimization, image optimization, built-in CDN, page cache, and font optimization features for enhanced performance and bring you 95+ scores in page speed.
* fix: rules are not showing up in the legacy dashboard
= 2.0.9 - 27/05/2023 =
* Added JS optimization, image optimization, built-in CDN, page cache, and font optimization features for enhanced performance and bring you 95+ scores in page speed.
= 1.7.3 - 04/04/2023 =
* fix: UnusedCSS - Malformed Request Detected error
= 1.7.2 - 10/03/2023 =
* fix: potential vulnerability in AJAX requests verified with nonce
= 1.7.1 - 08/02/2023 =
* improve: critical css jobs queue process
= 1.7.0 - 27/01/2023 =
* feat: new improved and faster serverless architecture deployed for optimization jobs
= 1.6.36 - 10/01/2023 =
* fix: potential vulnerability check added for rule-based-injection
= 1.6.34 - 21/11/2022 =
* fix: wrong folder permission for the cache folder
* fix: load original css not working for inlined stylesheets
* improve: remove critical-css styles when load original css enabled
* feat: tested up to WordPress 6.1
= 1.6.33 - 21/10/2022 =
* improve: remove no-scripts tag wrapping for replaceable stylesheets
= 1.6.32 - 14/10/2022 =
* fix : mobile critical-css files getting deleted when clearing cache files
= 1.6.31 - 23/09/2022 =
* fix : known bugs to smooth user experience
= 1.6.30 - 19/09/2022 =
* fix : known bugs to smooth user experience
= 1.6.29 - 15/09/2022 =
= 1.6.28 - 12/09/2022 =
* fix : URL too long issue on DataTable in the jobs table
= 1.6.27 - 08/09/2022 =
* improve : handle jobs hanging in processing status
= 1.6.26 - 26/07/2022 =
* feat : added nitropack plugin support
= 1.6.25 - 22/07/2022 =
* fix : known bugs to smooth user experience
= 1.6.24 - 12/07/2022 =
* feat : tested up-to Wordpress version 6.0
* feat : don't clear inlined critical CSS on user-interaction
* feat: added referral program
* fix : throws 410 gone when unused css file cannot find the original css file on some cases
* fix : rules gets deleted when jobs gets deleted
= 1.6.23 - 18/04/2022 =
* feat : tested upto wordpress version 5.9
* improve : support for multi sites environment
= 1.6.22 - 03/02/2022 =
* feat : tested upto wordpress version 5.9
* fix : PHP Warning - array_column() expects parameter 1 to be array, bool given
= 1.6.21 - 26/10/2021 =
* feat : tested upto wordpress version 5.9
* fix : PHP Warning - array_column() expects parameter 1 to be array, bool given
= 1.6.20 - 26/10/2021 =
* fix: rapidload table's not creating in wordpress multi site setup
= 1.6.19 - 26/10/2021 =
* feat: minify additional critical css
* feat: add filter to deregister backend stylesheet conflicts
* fix: disable requeue on warnings not working
* fix: creating empty folders for debug logs
* fix: Fatal error: Uncaught TypeError: count()
= 1.6.18 - 05/10/2021 =
* feat: add Ninja Forms plugin support
* improve: exclude woocommerce dynamic pages
= 1.6.17 - 01/10/2021 =
* improve: rule based injection
= 1.6.16 - 30/09/2021 =
* fix: critical job duplication error
= 1.6.15 - 29/09/2021 =
* feat: add option to enable mobile version of critical css
* feat: exclude RapidLoad from amp pages
* improve: disable critical css if render blocking option enabled in wprocket or autoptimize
* improve: exclude post types [shop_coupon, shop_order] from optimization
= 1.6.14 - 23/09/2021 =
* fix: W3C validation errors thrown by RapidLoad
= 1.6.13 - 22/09/2021 =
* feat: added export/import option for rules
* fix: PHP 8.0 - Fatal error Uncaught ArgumentCountError: 99 arguments are required, 3 given
= 1.6.12 - 06/09/2021 =
* feat: generate separate critical css for mobile
* feat: removed critical css style element on user interaction if load original css enabled
= 1.6.11 - 04/09/2021 =
* fix: removed frontend logging function making db calls on debugging mode
* fix: W3C validation errors thrown by RapidLoad (removed rapidload headers)
= 1.6.10 - 30/08/2021 =
* feat : added asset clean up plugin support
* fix: W3C validation errors thrown by RapidLoad
= 1.6.9 - 25/08/2021 =
* feat : added wpforms plugin support
* feat : update sitemap url from robots.txt file
* fix : special chars being encoded in scripts (&, "e)
* fix : Can not read property aoData of undefined
* fix : usort(): Returning bool from comparison function is deprecated
= 1.6.8 - 06/08/2021 =
* fix : rollback to simplehtmldom parser
* fix : fix global post override
= 1.6.7 - 03/08/2021 =
* feat : optimized database queries for better performance (phase 3)
* feat : add support for Advanced Custom Fields Plugin
* improve : improve elementor plugin support
* improve : add index to rapidload data tables
= 1.6.6 - 29/07/2021 =
* fix : Elementor editor not loading for several users
= 1.6.5 - 29/07/2021 =
* feat : optimized database queries for better performance (phase 2)
* feat : updated HTML parser
= 1.6.4 - 28/07/2021 =
* feat : optimized database queries for better performance
= 1.6.3 - 27/07/2021 =
* feat : tested upto wordpress version 5.8
* improve : critical css feature
= 1.6.2 - 23/07/2021 =
* fix : disable auto queue option not working
= 1.6.1 - 19/07/2021 =
* improve : critical css feature
= 1.6.0 - 16/07/2021 =
* feat : added critical css feature to eliminate render-blocking
= 1.5.2 - 08/07/2021 =
* feat : requeue rules on warnings
* improve : lightspeed cache plugin
= 1.5.1 - 23/06/2021 =
* fix : warning strpos() empty needle
= 1.5.0 - 17/06/2021 =
* feat : Universal support for
- WP Rocket
- LIteSpeed Cache
- Cache Enabler
- W3 Total Cache
- Wp Super Cache
- WP Fastest Cache
- WP Optimize
- Proxy Cache Purge
= 1.4.15 - 17/06/2021 =
* feat : added Hummingbird plugin support
* feat : added RapidLoad 404 error handler
* fix: Fatal Error Cannot use object of type stdClass as array
= 1.4.14 - 14/06/2021 =
* improve: set default sitemap url from robots.txt
= 1.4.13 - 14/06/2021 =
* feat: add Proxy Cache Purge plugin support
* fix: options cleared on deactivation
= 1.4.12 - 10/06/2021 =
* improve: Load original CSS as default option to prevent layout breaks
* improve: rule based injection with regex pattern
* fix: undefined is_product function in Woocommerce rule based injection
* improve: add Cloudflare cache busting query param to RapidLoad
= 1.4.11 - 20/05/2021 =
* feat: (beta) rule based injection
= 1.4.10 - 19/05/2021 =
* feat: added select all option in optimization table
* improve: support for wp super cache
* improve: add option to disable requeue jobs on warnings
* improve: handle jobs hanging in processing status
* fix: url trailing slash with query param
= 1.4.9 - 04/05/2021 =
* feat: add support to W3 Total Cache
* improve: exclude elementor preview url from RapidLoad
* fix: is_file warning File name is longer than allowed path length
= 1.4.8 - 27/04/2021 =
* feat: add filter to disable original file name suffix
* improve: exclude customizer from rapidload
= 1.4.7 - 22/04/2021 =
* feat: add support to WP Super Cache plugin
* improve: improved job queueing process
= 1.4.6 - 17/04/2021 =
* improve: add filter to allow users to stop re-queueing jobs on fail or warnings
* improve: clear page cache for failed jobs
= 1.4.5 - 17/04/2021 =
* improve: improved job queueing process
= 1.4.4 - 15/04/2021 =
* improve: improved job queueing process
* improve: improved error handling for jobs
= 1.4.3 - 12/04/2021 =
* feat: added new 'waiting' job status
* improve: improved error handling for jobs
= 1.4.2 - 06/04/2021 =
* fix: improved and faster job processing
= 1.4.1 - 05/04/2021 =
* NOTE: It is recommended to update immediately to v1.4.1
* ROLLBACK: rolling back to older queue processing method.
= 1.4.0 - 05/04/2021 =
* NOTE: It is recommended to update immediately to v1.4
* feat: improved and faster job processing
= 1.3.21 - 02/04/2021 =
* improve: update filter stylesheet patch
= 1.3.20 - 02/04/2021 =
* feat: removing unused css for inline css
* feat: add support to Google Mod Page Speed plugin
* improve: add filter to allow users to stop adding items to the queues dynamically
= 1.3.19 - 18/03/2021 =
* feat: tested with WordPress 5.7
* feat: add support to Yoast SEO plugin
* feat: add support to Rankmath SEO plugin
* feat: add option to requeue and remove multiple jobs
* feat: add option to select jobs per page
* feat: url and file exclusion with wild card expressions
* improve: requeue when autoptimize cache cleared
* fix: immediate jobs being held in processing
= 1.3.18 - 17/03/2021 =
* fix: media update on load original css
= 1.3.17 - 16/03/2021 =
* fix: Kinsta Cache clear cache
= 1.3.16 - 16/03/2021 =
* feat: add support to WP Engine Cache plugin
* feat: add support to Kinsta Cache plugin
* fix: base dir double slash in url
* fix: disable refresh table when popup is open
* fix: null error on rapidload menu registration
= 1.3.15 - 03/03/2021 =
* feat: add support to WP Fastest Cache plugin
* feat: add support to Cookie Notice plugin
* feat: add support to AUTOPTIMIZE_CACHE_CHILD_DIR constant
* feat: inbuilt Faq section
* fix: WP Rocket clear cache
* improve: file path filtering on frontend
= 1.3.12 - 25/02/2021 =
* feat: allow users to disable adding jobs to queue on user visits
* feat: add support to WP Optimize plugin
* feat: add support to Cloudflare plugin
* feat: add support to Optimole plugin
* improve: add cdn url filter
* improve: file path filtering on frontend
* fix: pending jobs status not reflecting properly
* fix: allow non unicode url exclusion
= 1.3.11 - 18/02/2021 =
* feat: server side paginate optimizations to improve performance
* feat: allow users to view page speed insight tool withing GPSI success result
* feat: allow users to remove, requeue jobs through extra actions in the optimizations table
* fix: exclude URL option breaks when there is a query param
* fix: logs are not being created on some servers
= 1.3.10 - 16/02/2021 =
* fix: `is_plugin_active` is not defined
= 1.3.9 - 16/02/2021 =
* feat: allow users to pass custom headers and query params to API request (Authentication)
* feat: add support to LS Cache plugin
* feat: allow users to add custom URLs
* feat: allow users to add optimizations through sitemap
* feat: add "Clear page cache" action to supported plugins in the optimization table
* fix: some CDN URLs are firing warnings
= 1.3.8 - 12/02/2021 =
* feat: log optimizations table errors
* feat: allow pending jobs to be re-queued
* improve: cache enabler plugin support
* improve: wp-rocket plugin support
* fix: index drop query throwing a warning
= 1.3.7 - 10/02/2021 =
* improve: wp-rocket cache clearing
* fix: some CDN URLs not being optimized
* feat: allow URL column to add lengthier URLs
* refactor: update text copies
= 1.3.6 =
* feat: retry jobs with warnings couple of more times
* feat: allow queued jobs to run immediately with "refresh button"
* refactor: update text copies in the plugin
* fix: run wp_enqueue_script callback at last as possible
= 1.3.5 =
* feat: add debug mode to the plugin with logs.
* refactor: move advanced settings option positions
* feat: change option "Disable Cache busting" to "Cache busting" (enable)
= 1.3.4 =
* refactor: temporarily remove GPSI article link
= 1.3.3 =
* feat: allow user to disable cache busting
* feat: view optimization status with google page speed insight and gtmetrix
* feat: search exact url's in optimizations table
* fix: first job is shows a blank result in onboarding
* fix: optimized files not being injected when using CDN
= 1.3.2 =
* fix: noscript link tags being marked as warnings
* fix: show queue attempts when there are any
* feat: add warning filter in optimizations filter
* refactor: minor text updates
= 1.3.1 =
* NOTE: refresh optimization jobs
* fix: api options not being passed when job ran via the interval queue.
* fix: page safelist options not being passed to the api via the interval queue.
= 1.3.0 =
* feat: migrate to native php filesystem from wp filesystem
* feat: increase the max limit of jobs per minute
* feat: add warning when ao non-static option is enabled
* fix: reduce queue retry attempts to 1
* fix: extra trailing slash added on the content
* refactor: minor text updates
= 1.2.6 =
* feat: retry jobs in attempts when cache files are obsolete
* feat: basic support to autoptimize non-static files
* fix: handle database migration fails on plugin activation
= 1.2.5 =
* fix: bug in : 0 files returned jobs marked as processing forever
* fix: use WP_CONTENT_DIR constant to get the wp content dir
= 1.2.4 =
* fix: console warnings in admin panel
* fix: 0 files returned jobs marked as processing forever
* fix: detect failed uucss cache directory creation
* feat: add wp-rocket cache busting support to the api
* feat [API]: supports url cache busting with headers/queries
* feat [API]: api busts page caches by itself
= 1.2.3 =
* fix: reduce varchar length to fix "The maximum column size is 767 bytes" error
* fix: adds a wrong warning about excluded files as not found.
* fix: run first job immediately without adding to the queue.
= 1.2.2 =
* fix: exclude missing ao cache files from being optimized
* fix: optimized google fonts are not being saved as css
* feat: refresh jobs immediately on user request
= 1.2.1 =
* feat: improve the optimizations table ui
* fix: redirected urls are marked as 'processing'
* fix: missing vertical scroll of the info tooltip
= 1.2.0 =
* feat: multisite support added
* feat: run jobs in queue
* feat: specify the queue job interval and jobs per interval
* feat: filter jobs with its status
* feat: search job urls in optimizations
* feat: add warnings when optimized files are missing
* feat: wordpress filter hook to api request options
* feat: button texts makes more sense now
* feat: allow users to refresh optimizations within optimizations table
* feat: show proper errors when activating with license key
* fix: post blocklists not being sent to api
* fix: license key verification fails for some users
* fix: cron not working notification shown even with successful jobs
= 1.1.2 =
* fix: blank option value doesn't clear the cache
* fix: activating from blank api-key breaks the option values
= 1.1.1 =
* fix: check for file permissions in plugin cache dir instead of the whole wp-content
* feat : allow users to connect to the app with the license key as well
* version : 1.0.18 === 1.1.1
= 1.1.0 =
* feat: migrate from wp options api to wp table api to manage options - faster
* feat: load original css on user interaction
* feat: show job warnings
* feat: only clear cache if required
* feat: don't clear cache on options update, requeue instead
* feat: show queue status of jobs
* feat: limit failed job retries to 5
* feat: deactivate without redirecting to the app
* feat: request for feedback on plugin deactivation
* feat: analyze site before connecting to the api
* fix: scrolling the body div in onboard
* fix: do domain verification call only to options page
* fix: load admin bar script with jQuery dependency
= 1.0.17 =
* fix: clearing all caches on new page/post creation
* fix: composer autoload file not being loaded on some servers
* fix: autoptimize optimized files are not being injected with CDN usage
= 1.0.16 =
* feat: add compatibility to wordpress 5.6
* fix: don't strip lines in html
* fix: broken remove rule icon in options fixed
= 1.0.15 =
* fix: slash omitted in uucss job urls
= 1.0.14 =
* fix: don't force auto close html tags
= 1.0.13 =
* feat: improve getting current url in request
* fix: homepage with latest posts not running the jobs
= 1.0.12 =
* feat: improve inaccessible file system handling
* feat: refresh styles and scripts with plugin version
* fix: minor plugin option ui improvements
= 1.0.10 =
* fix: `getallheaders` undefined on some servers
= 1.0.9 =
* fix: plugin fails to access the wp filesystem breaks the activation
= 1.0.8 =
* feat: update support links in plugin
= 1.0.7 =
* fix: php warning in safelist option
* feat: improve user agent detection
= 1.0.6 =
* fix: simplehtmldom conflicts with other plugin
= 1.0.5.1 =
* Rebranding with name RapidLoad
* Animated logo added