

The overlay as seen by a visitor after the idle period.
Eco Mode displays a soft overlay on pages that have been inactive for a configurable amount of time. The overlay can lower power draw on OLED/AMOLED screens, reduce visual fatigue, and act as a gentle reminder to visitors who have walked away from their screen.
Key features
prefers-reduced-motion.For developers
Two filters are provided for advanced customization:
eco_mode_should_run — return false to disable the overlay for the current request.eco_mode_frontend_config — modify the configuration object passed to the frontend script.A note on energy savings
Dark pixels consume less power only on OLED/AMOLED screens. On traditional LCD monitors the backlight is constant and the energy saving is negligible. Eco Mode also reduces visual load and lets the visitor know the session has been idle.