Speed optimization question
-
Hi,
i love the plugin and i would like to ask one quick question about best practices when it comes to website loading speed.
Is it OK when i separately add many different custom CSS codes or could it be slowing my website down because it has to load everything separately and i should rather put all the code into one part?
_____________________________________How i do it now:
Custom CSS 1 (Some code inside)
Custom CSS 2 (Some code inside)
Custom CSS 3 (Some code inside)
.
.
.
Custom CSS 25 (Some code inside)
_____________________________________Would it be better like this?
Custom CSS 1 (All the code inside)
_____________________________________Yeah, so i would just like to know if adding all my code as one custom CSS addition will have any benefit in terms of loading speed than adding my custom CSS codes as many separate additions.
Thank you very much for your answer. 🙂
The topic ‘Speed optimization question’ is closed to new replies.