• PageSpeed Insights suggests me to optimize CSS delivery. I read online that it can be done by importing all css files in one call, rather than doing a request for each style seperately. The problem is that I can’t find how to enqueue multiple stylesheets in one call by using wp_enqueue_style() method. Is it even possible? If not, then what else can I do?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple styles in one enqueue’ is closed to new replies.