PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 4.1.16
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v4.1.16
4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 1.9.4 1.9.5 1.9.6 All 170 releases
← All changes | inc/initialize.php +17 -1 4.0.294.1.16 View file →
@@ -59,9 +59,9 @@
59 59 update_option('berqwp_preload_yt_poster', 0, false);
60 60 }
61 61
62 62 if (get_option('berqwp_javascript_execution_mode') === false) {
63 - update_option('berqwp_javascript_execution_mode', 4, false);
63 + update_option('berqwp_javascript_execution_mode', 5, false);
64 64 }
65 65
66 66 if (get_option('berqwp_interaction_delay') === false) {
67 67 update_option('berqwp_interaction_delay', '', false);
@@ -124,8 +124,24 @@
124 124
125 125 // if (get_option('berq_exclude_js_css') === false) {
126 126 // update_option('berq_exclude_js_css', [], false);
127 127 // }
128 +
129 +if (get_option('berqwp_heartbeat_mode') === false) {
130 + update_option('berqwp_heartbeat_mode', 'default', false);
131 +}
132 +
133 +if (get_option('berqwp_db_schedule_frequency') === false) {
134 + update_option('berqwp_db_schedule_frequency', 'weekly', false);
135 +}
136 +
137 +if (get_option('berqwp_db_revision_limit') === false) {
138 + update_option('berqwp_db_revision_limit', 5, false);
139 +}
140 +
141 +if (get_option('berqwp_db_scheduled_tasks') === false) {
142 + update_option('berqwp_db_scheduled_tasks', ['revisions', 'transients', 'spam_comments'], false);
143 +}
128 144
129 145
130 146
131 147 if (get_option('berq_exclude_cdn') === false) {