Archived topic
JS scripts for speed
1 reply · Started by Mary on May 1, 2021
Hi,
I'm working on speeding up my site for CWV but I'm running on some js scripts that I'm not sure how to work on. I'm not super techy but I've tried to do my best. I hope you can help with some of them.
I attached the private information from my concerns. If you can give me a hand on how to fix them that would be great.
Thanks a lot.
Mary
Hi there,
These files are likely being added by plugins you're using, and are likely necessary unless you're using unnecessary plugins.
Some things need to be render-blocking if you don't want to run into javascript errors or CLS issues.
If you'd like to share the URL to your site we can take a quick look, but from seeing the info you've provided I don't think there's much more you can do. The CSS and javascript seem to be combined into one or two files, which is a good way to prevent too many render-blocking resources.