Forum Discussion
Introducing Sleeping Tabs Experiment: Improving Memory Usage in Microsoft Edge
The sleeping tabs have been driving me crazy the last months. I use a program for power control of electricity in my home to warn me of over-usage that is billed yearly from the electricity company. Every kWh electricity used in one hour adds 100 usd to my bill so i really need my program to work all the time! I had tried everything in the Edge settings to disable sleeping tabs but it never solved the horrible problem. The sleeping tabs have already added 300 usd to my electicity fee!
Today i see there is now a possibility to control the sleeping tabs and to add pages to never sleep. I see the example url *.domain.com but my program runs in localhost http://localhost:1880/ui/#!/1?socketid=ELP63alysfIYYMAcAABM#%2F0. So i tried to add it to the exeption list and will see if it now til work reliable if i decide to use another tab for browsing so i dont need to use the computer only for my program but for other browsing at the same time without "killing" my warnings i need so much.
My program is made in Node-Red and Node-Red runs locally in my computer. The display is Web user interface in Node-red and Microsoft Edge is the browser displaying the control panel and plays voice warning messages. So Edge must never ever go to sleep when my program is running! Edge even put my important electricity control panel page to sleep when running as Edge app!
Video of the working program at: https://youtu.be/GQTypW9Wxrg
Deleted
- sungtrollFeb 12, 2021Brass Contributor
The setting edge://flags/#automatic-tab-discarding is missing from both edge standard and beta.
- sungtrollFeb 12, 2021Brass Contributor
Today i was lucky to find an extention to disable the terrible funktion that makes Chrome and edge totally unrialable to display critical running webpages always in the background. Finally. thanks to this thread, i was able to find the fault by the edge://discards/
The only way to solve the problem now is to use an extention to bring the browser back to be reliable for us that need it to be reliable for critical running applications.
Https://chrome.google.com/webstore/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok?hl=en
Sorry that i blamed the sleeping tabs to be the cause of the problem. The problem seems to be from chrome all the way back to 2015 when they introduced the tab discarding experiment: https://developers.google.com/web/updates/2015/09/tab-discarding
The solution did not need any extention, it is just to toggle the Auto discard setting in edge://discards/
Now i know. Please inform the world about this, the people deserves to know about this solution to make edge reliable for critical running applications!