Load tippy CSS via wp_enqueue_style
-
Hi, I am researching ways to optimize load time on our pages. I noticed that this plugin loads a library called tippy.js on every single page. This library injects a huge blob of CSS in the head of every page. This does not seem efficient.
Could you consider loading the different JS libraries separately instead of combining them via gulp and loading one single file?
And could you consider loading the tippy CSS via wp_enqueue_style, not inject it via JS?
This would make it easier to dequeue stuff that is not needed.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Load tippy CSS via wp_enqueue_style’ is closed to new replies.