I'm interested in my Wordpress pages loading as quickly as possible. I see in my code that there is a LOT of CSS written into the <head> of my child theme. This leads me to ask how best to add custom CSS.
-- in the styles.css?
-- in the Customizer?
-- in a plugin like Simple CSS?
-- enqueue it some other way?
I mostly use the Customizer since access to it is so easy. But I'm not sure this is the best approach.
Probably pluses and minuses to each method -- would appreciate your guidance. Thanks!