Seeking various opinions here - my goal is to enhance the loading speed of my website, and a suggestion from Google Pagespeed is to remove unused CSS from the CSS file for each page.
Currently, I am utilizing a single master CSS file for all pages on the site.
My inquiry is: would having separate CSS files for each page improve overall loading times? One might assume the initial page would load faster, but then each subsequent page would have a unique CSS file, potentially leading to longer loading times throughout the site visit.
Additionally, Pagespeed advises against including multiple CSS files, which may prohibit the ability to 'layer' them up...