Given the performance-improving approach of this plugin, it would make sense to lazily load thumbnails to minimise the initial page load.
My concern is that adding lazy-load functionality might be too far out of the scope of this plugin and should ideally be handled by a dedicated lazy-load plugin. On the other hand, native lazy-loading is already available in Chrome and is very easy to add with no apparent downsides.
I want to do some testing for possible conflicts with popular lazy-load plugins, but it does seem like a nice improvement with minimal effort.
Given the performance-improving approach of this plugin, it would make sense to lazily load thumbnails to minimise the initial page load.
My concern is that adding lazy-load functionality might be too far out of the scope of this plugin and should ideally be handled by a dedicated lazy-load plugin. On the other hand, native lazy-loading is already available in Chrome and is very easy to add with no apparent downsides.
I want to do some testing for possible conflicts with popular lazy-load plugins, but it does seem like a nice improvement with minimal effort.