timer icon indicating copy to clipboard operation
timer copied to clipboard

[BUG] Firefox Memory Leak

Open python273 opened this issue 3 months ago • 2 comments

(Similar to https://github.com/proginosko/LeechBlockNG/issues/124)

  1. Open about:memory (about:processes will also show grow of memory usage over time)
  2. Measure and search set/{a8cf72f7-09b7-4cd4-9aaa-7a023bf09916}
  3. Running GC clears memory (so technically not 'leak'), but still annoying
Image

python273 avatar Nov 02 '25 03:11 python273

@python273 thanks for your feedback! i ll look into it

sheepzh avatar Nov 02 '25 11:11 sheepzh

checked it already. this situation is mostly caused by frequent invokings of sendRuntimeMessage and storage.onChanged. i ll try to refactor them with multiple caching structure. hope it works

sheepzh avatar Nov 02 '25 15:11 sheepzh