emojitracker
emojitracker copied to clipboard
Performance: Use PageVisibility API to avoid burning CPU when invisible?
The tool uses a ton of energy even when the tab is not visible. Could you use the [PageVisibility API] (https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API) to pause updates when the tab is not visible to the user?
