Replies: 1 comment 1 reply
-
Firstly please make sure you've read the first section of https://github.com/cefsharp/CefSharp/wiki/General-Usage
You could navigate to a https://peter.sh/experiments/chromium-command-line-switches/#disable-back-forward-cache |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I'm looking for a way to unload a website's resources when it's inactive, unlike the usual behavior where a site stays loaded until further action is taken. Specifically, I want the browser to automatically unload the site after a set period of user inactivity.
The idea is to detect when the user becomes inactive (e.g., no interaction for a few minutes) and then free up resources by unloading the site. Ideally, the site would reload when the user returns.
Is there a method to achieve this? Any suggestions or best practices would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions