Multiple Improvement Required
-
Hello Dev,
1. Pages/Post screen pages except admin dashboard i see “cwvlazyloadscript” it’s applied, but they are not loaded, because script missing for load them, so in admin this replace process should be stopped, even disable for logged in user will be best.
2.add_filter( 'cwvpsb_complete_html_after_dom_loaded', '__return_false' );
this filter should stop all things done by this plugin, but it’s still adding “Delay JS load Script”
3. Plugin should introduce a request/get parameter like?no_cwvpsb
, so people can debug this
4.Warning: in_array() expects parameter 2 to be array, null given in /xxxx/wp-content/plugins/core-web-vitals-pagespeed-booster/includes/style-sanitizer.php on line 433
5. Elementor Preview Editor not loading, but it works fine if #2 filter used for logged in user, looks like related to #4 error
6. https://snippi.com/s/r0pkwl6, this scripts breaks in middle, and source look like https://snippi.com/s/9uoiq4e, not good
7. What does it means JS/PHP method?
doesn’t making sense both name, anyways both are somehow mirror of rocket&perfmatter, at least rename them, maybe you will face legal issue.
8. Add Option for on/off optimization
9. Minify html should be removed, already removed on many optimization plugin
10. Delay JS exclude box/filter should be introduced
11. used css style tag should have a indentical or dynamic id, like “cwvpsb-used-css-uniquehash”
12./*# sourceURL=web-vital-custom.css */
this should be removed
13.<style></style>
blank style tag added right after used css, this should be removed
14./**/
such things added in wp emoji css, it should not be there
15. Inline css should be untouched, it will create lots of issue like filling DB, JS error(if depend on style tag id mostly divi and plugin issues)sorry for not adding url, but you can reproduce them easily.
can’t remember more issues for now. I will look on this plugin after above changes, thanks for this plugin
- The topic ‘Multiple Improvement Required’ is closed to new replies.