Automatically detect images "above the fold" and avoid lazyloading them on every page #622
Labels
doc-needed
This issue requires documentation updates or additions once it has been completed.
new feature
Request for a new feature or functionality to be added to the project.
What problem does this address?
Currently, you can exclude a certain amount of images from Optimole's lazyload feature per page (defaults to 3). However, the amount of images above the fold often varies per pages, and when this happens, it only betters the performances of the pages which has an amount of above the fold images match that number.
What is your proposed solution?
At the very least, avoid lazyloading images that are detected as hero images (seems like hero image detection is already a feature from version 3.9.0). At best, use a system similar to LiteSpeed cache's VPI feature, like so:
Will this feature require documentation? (Optional)
Yes, it requires documentation.
The text was updated successfully, but these errors were encountered: