PluginProbe ʕ •ᴥ•ʔ
Core Web Vitals & PageSpeed Booster / 1.0.12
Core Web Vitals & PageSpeed Booster v1.0.12
trunk 1.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.7.1 1.0.7.2 1.0.8 1.0.9
core-web-vitals-pagespeed-booster / readme.txt
core-web-vitals-pagespeed-booster Last commit date
css-extractor 3 years ago images 3 years ago includes 3 years ago languages 3 years ago core-web-vitals-pagespeed-booster.php 3 years ago readme.txt 3 years ago uninstall.php 3 years ago
readme.txt
112 lines
1 === Core Web Vitals & PageSpeed Booster ===
2 Contributors: magazine3
3 Requires at least: 3.0
4 Tested up to: 6.1
5 Stable tag: 1.0.12
6 License: GPLv2 or later
7 License URI: http://www.gnu.org/licenses/gpl-2.0.html
8 Tags: core web vitals, optimization, pagespeed, performance, cache
9
10 == Description ==
11 <h4>CWV or Core Web Vitals optimization in 1-Click! Boost Your Pagespeed score performance to 100 with Core Web Vital & Pagespeed Booster plugin</h4>
12
13 Google announced that "Core Web Vitals" are going to be a significant ranking signal for websites. In fact, Core Web Vitals or the page experience signal is going to become a requirement for a page to appear in Google's Top Stories.
14
15 ### Features
16
17 * <strong>Webp images</strong>: If images are slowing down your website, then converting them to WebP format can improve your page load speed test scores.
18 * <strong>Lazy Load</strong>: Lazy loading allows your website to only load images when a user scrolls down to a specific image, which reduces website load time and improves website performance.
19 * <strong>Minification</strong>: If you are trying to achieve 100/100 score on Google Pagespeed or GTMetrix tool, then minifying CSS and JavaScript will significantly improve your score.
20 * <strong>Remove Unused CSS</strong>:Unused CSS is any CSS code added by your WordPress theme or plugins that you don’t really need. Removing this CSS code improves WordPress performance and user experience.
21 * <strong>Google Fonts Optimizations</strong>: You may start noticing external resources like fonts affecting Google PageSpeed + load times. This is where loading Google Fonts locally comes into play.
22 * <strong>Delay JavaScript Execution</strong>:You can delay JavaScript based on user interaction. This can be a great way to speed up the paint of the page for Google PageSpeed when something isn't needed right away. Especially heavy third-party scripts like Google Adsense, Google Analytics etc.
23 * <strong>Cache</strong>: Caching is one of the most important and easiest ways to speed up WordPress! it reduces the amount of work required to generate a page view. As a result, your web pages load much faster, directly from cache.
24
25 ### Support
26
27 We try our best to provide support on WordPress.org forums. However, We have a special [team support](https://webvitalsdev.com/#text-3) where you can ask us questions and get help. Delivering a good user experience means a lot to us and so we try our best to reply each and every question that gets asked.
28
29 ### Bug Reports
30
31 Bug reports for Core Web Vitals & PageSpeed Booster are [welcomed on GitHub](https://github.com/ahmedkaludi/core-web-vitals-pagespeed-booster/issues). Please note GitHub is not a support forum, and issues that aren't properly qualified as bugs will be closed.
32
33 ### Credits
34
35 * PHP CSS Parser library used https://github.com/sabberworm/PHP-CSS-Parser - License URI: https://github.com/sabberworm/PHP-CSS-Parser#license (PHP-CSS-Parser is freely distributable under the terms of an MIT-style license.)
36
37 == Changelog ==
38
39 = 1.0.12 (14 April 2023) =
40
41 * Fixed: TypeError jQuery is not a function on console #84
42 * Fixed: Google fonts not loading on PHP 8.0+ #83
43 * Fixed: Conflict with the Google reCAPTCHA v3 #82
44 * Fixed: Warning Undefined array key "advance_support" #80
45 * Improvement : Add a label to the Exclude URL box #81
46 * Improvement : Exclude Google analytics from js delay #62
47
48 = 1.0.11 (17 February 2023) =
49 * Fixed: Woocommerce payment page is not working. #77
50 * Improvement : Remove plugin dependency from file_get_contents function #78
51
52 = 1.0.10 (02 February 2023) =
53 * Improvement: Optimized code and fixed frontend js issue
54
55 = 1.0.9 (17 January 2023) =
56 * Fixed: DataTables warning: table id=table_page_cc_style_completed – Ajax error. #73
57 * Fixed: In multisite setup it shows "Sorry, you are not allowed to access this page." #74
58
59 = 1.0.8 (10 January 2023) =
60 * Improvement: Improved Critical CSS generation.
61
62 = 1.0.7.2 (23rd December 2022) =
63 * Improvement: CSS optimization
64
65 = 1.0.7.1 (14th December 2022) =
66 * Fixed: Critical CSS not generating
67
68 = 1.0.7 (25th November 2022) =
69 * Improvement: Updated Critical CSS Optimisation
70 * Improvement: Code improvements and fixes
71 * Added: Support Tab
72
73 = 1.0.6 (21st April 2022) =
74 * Improvement: Centralize all cache in single cache folder
75 * Fixed: Improve exclude JS and combine
76 * Added: Created option to clear all cache on one click
77 * Added: Added lazy load on inline style background images also
78 * Fixed: Improvement for AMP, AMP for WP, AMP Stories and AMPforWP Stories not apply optimization
79
80 = 1.0.5 (12th April 2022) =
81 * Fixed: Removed minify AMP #49
82 * Fixed: Removed version from exclude js for gzip
83 * Fixed: Critical css build by normal javascript
84 * Fixed: Critical css file not create if content is blank
85 * Added: Created Static cache method for caching strategy
86 * Fixed: Proper fix for image lazy load
87 * Fixed: Exclude merged javascript from js delay
88 * Fixed: create disk cache and serve disk cache on php cache
89 * Fixed: Minify html by replace new line
90 * Added: Added exclude js from delay for ads load or any thing else
91
92 = 1.0.4 (31th March 2022) =
93 * Fixed: Feed url not shows properly #42
94 * Fixed: Minification should not apply on feed #42
95 * Resolved: Critical error with PHP Version 8.0 #38
96 * Improvement: Added Module for Critical CSS
97
98 = 1.0.3 (16th February 2022) =
99 * Fixed: Icons not loading issue fixed #16
100
101 = 1.0.2 (21th January 2022) =
102 * Improvements: Added module where we can test all optimization on a particular URL #17
103 * Improvements: UI Improvements #13
104 * Fixed: Bugs with the latest user case #16
105
106 = 1.0.1 (20th December 2021) =
107 * Improvements: Added Gravatar Caching #11
108 * Improvements: Option Panel Improved #2 #5 #6 #8
109 * Fixed: Debug error #7 #10
110
111 = 1.0 (24th September 2021) =
112 * Version 1.0 Released