Revadike / SteamWebIntegration

Integrate your personal Steam information on the web, at your convenience!
MIT License
146 stars 20 forks source link

[Suggestion] Setting for time period regarding dynamicContent #28

Closed Eiion closed 2 years ago

Eiion commented 5 years ago

Add option to https://revadike.ga/swi/settings/ to let users set the time period for dynamicContent when the page gets checked. (Possibly with a minimum of 1.5 so they don't go overboard with it.)

Revadike commented 2 years ago

Done! Please check out https://github.com/Revadike/SteamWebIntegration/releases/tag/V1.12.0

Luckz commented 2 years ago

How do "observe" and "periodically" compare in performance terms (CPU, wakeups, RAM usage, browser slowdown)? Are there any use cases where observing isn't plainly better?

Revadike commented 2 years ago

How do "observe" and "periodically" compare in performance terms (CPU, wakeups, RAM usage, browser slowdown)? Are there any use cases where observing isn't plainly better?

When js causes a lot of page changes, observing can slow down the page quite a bit.