• Resolved Nabil Sikder

    (@mdnabilsikder)


    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Magazine3

    (@magazine3)

    We’re extremely sorry for the inconvenience. Can you please share the website URL once? So that we will look into it and get back to you immediately.

    Thread Starter Nabil Sikder

    (@mdnabilsikder)

    Sorry, my client doesn’t want that, and it doesn’t require website url for check them as i added all example and checked personally, if you need more example you can ask, i am pretty sure you can reproduce all of them in your development area.

    I feel that you can improve, so that’s the reason i listed all of this issues.

    Plugin Author Magazine3

    (@magazine3)

    Thank you for the amazing feedback. Sure, we will improve our plugin and we are working on a big update now and it will improve things significantly.

    For this, We have raised a GitHub ticket in our repository and surely we will work on these improvements and get back to you with an update.

    For reference please follow the following ticket: https://github.com/ahmedkaludi/core-web-vitals-pagespeed-booster/issues/40

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple Improvement Required’ is closed to new replies.