How should I address the memory usage of my Google Chrome extension?
I made a small extension which takes up about 20000k total memory when installed. I want to reduce this usage.
开发者_StackOverflow社区How should I start so that I address the problems having the greatest impact on the memory usage first?
There is a powerful Heap Profiler built into Chrome dev tools.
精彩评论