In order to increase my store speed I was suggested to remove the unused js and css code from different files, I have figured out with coverage tab in dev tool about the files but I am not able to locate those files. The coverage tab shows URLS of the files and I can’t figured out that files in theme editor. I am sorry if I sound silly but my goal is to remove the unused js and css codes from the pointed files. v=121143898703629829411627061587
Be very careful how you do this, just because certain code is not being executed for the current page does not mean that another part of your site somewhere else is not using it. Don’t start deleting code that is not covered.
Shopify’s cdn changes the file structure but the names correspond to what is actually in your site’s theme code. In your example there are some hashes to cache the file but the link you posted is in the theme code under assets > theme.min.css
Thanks so much for your reply, I found the file but the file looks entirely different from what it looks like in coverage tab, lines don’t match, code doesn’t match. I am totally confused.