The Grav Youtube Plugin has a lazy-load function. It should increase performance of website.
After enabling lazy-load function the pageSpeed Insights test still warns me about:
Remove unused JavaScript :
en_US/base.js(www.youtube.com)
www-embed-player.vflset/www-embed-player.js(www.youtube.com)
and
Remove unused CSS
www-player.css(www.youtube.com)
Is it normal behavior or lazy-load is not functioning properly in my case?
Placed it as shortcode in Custom HTML particle in Gantry 5 framework, Process shortcodes is turned on.
Could someone confirm?