I am trying to improve our site speed and have noticed that some tabs under Assets are blank and some other sections under “Edit Code” for the Theme. I have duplicated the current version so that any changes can be reversed, but I wanted to know if deleting these ‘empty coding sections’ (like in the screenshot below) would disrupt anything else that deals with the coding format.
Hi @ZFF-RolfS
Removing spaces will affect negligible on speed. The screenshot that you shared above, and the lank space is not correct as you can see that is a PNG image in asset folder.
If you still want to remove the spaces in files, then do in only .liquid, .css, and .js.
To increase the website speed, you can do some common changes like compress the images, defer loading the JS files, lazy load images etc.
Thanks
