I've recently encountered a serious memory leak issue with IE 11 that doesn't occur at all with Google Chrome. (It does occur with Firefox, but not to the same extent).
To observe it, follow these steps:
- Open an IE 11 window and a task manager window side-by-side. (It doesn't matter if you open IE in normal or no-extensions mode.)
- Go to IMDB.COM and open a movie page. Observe how much memory IE is consuming.
- Refresh the page 10 times and again observe the memory usage.
You'll see that IE is now consuming about 90 MEG more memory than when you first loaded the page. Repeating the same test with Google Chrome results in no significant additional memory consumption.
The behavior doesn't seem to occur with other websites -- just with IMDB.COM. Unfortunately, I have to scrape this site for a movie festival, and accessing too many pages always results in a crash. I've fashioned a workaround (closing and reopening the IE object every 50 pages), but I'd like to know if there's some way I can get IE to behave like Google Chrome at this site.