Open GoogleCodeExporter opened 9 years ago
Thanks for reporting. Looks like that page inserts DOM elements continuously,
which triggers an ad removal pass
each time, which allocates new arrays every time. Javascript is
garbage-collected but there is an explicit delete
statement which I've added to that part of the code. Please try 0.9.8.
Original comment by ttjos...@gmail.com
on 28 May 2010 at 5:00
I've had another go with AdThwart 0.9.8
The environment isn't quite the same - I'm on a different machine using Chrome
5.0.375.55 (stable rather than beta) but still Windows XP
However, memory usage still climbs with AdThwart on (went to ~50MB after a bit
over
an hour) and is steady (~20MB climbing to ~25MB over the same period) with
AdThwart off.
That might mean that it is climbing more slowly than before, but since I am
using a
different machine (and the cricket commentary hadn't started when I tested with
AdThwart on, so that may have affected the amount of information passing
between my
computer and the CricInfo server) I don't know whether the figures are
comparable.
I'm afraid that my javascript isn't good enough to be able to work out a minimal
reproduction for you :-(
Original comment by tim.bel...@gmail.com
on 29 May 2010 at 11:36
Issue 268 has been merged into this issue.
Original comment by ttjos...@gmail.com
on 25 Oct 2010 at 10:08
Original issue reported on code.google.com by
tim.bel...@gmail.com
on 28 May 2010 at 4:08