I did a speed test on Google and I had good grades and bad grades for my CSS. Bad grades are due to inefficient CSS. What is it? And how can I fix it?
Very inefficient rules (good to fix on any page):
#menu ul ul li:first-child a:after Tag key with 4 descendant selectors
#menu ul ul li:first-child a:hover:after Tag key with 4 descendant selectors
source
share