Saturday 15 February 2014

javascript - What takes so much memory on my almost static web page? -



javascript - What takes so much memory on my almost static web page? -

i loaded web page in chrome, , opened chrome's task manager(shift_esc). process loads page consumes on 100m of memory, while other tabs takes 20-30m.

my page simple product landing page, static. set in gif animation, know chrome has memory leak bug when handling gif files, remove gif , utilize png files, , write javascript animation(mostly jquery.hide .animate calls). solves memory leak problem(with gif memory leak, chrome consumes close 1g of memory in minute), page still takes much more memory other web pages.

then thought maybe there memory leaks in js code, unlikely, because has little js. anyway, commented js code, , reload page(kill every chrome process , restart), still takes on 100m of memory...

now @ wit's end. static resources (css, html) take much memory? happening within browser?

javascript css google-chrome web memory-leaks

No comments:

Post a Comment