HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.38k stars 2.91k forks source link

Lazy load images #1106

Closed gcushen closed 4 years ago

gcushen commented 5 years ago

An approach to speed up page load time.

See: https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video/

Todo:

Notes:

Notes on videos:

Do not attempt to lazy load videos yet as there are a number of additional considerations and an issue still open to add video support:

Solution if/when add video support: Edit Video shortcode so that all videos lazy load by default by adding params as per links above (inc. data-autoplay, data-poster).

nebrelbug commented 5 years ago

Any updates?