Note that there are some explanatory texts on larger screens.

plurals
  1. USJAMES
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COSo think I found the source of the issue. My application is heavily ajax based. In fact the only time an actual page navigation occurs is when the user logs out (otherwise what users perceive as different pages are actually dynamically loaded segments of HTML). It seems IE is only calling a full GC when window.top is unloaded. The workaround i'm going to employ is simply an occasional page navigation (as opposed to an ajax event) when the record context the user is viewing is changed. Hopefully memory mgmt. in IE10 is better...(but will leave that to another day...)
      singulars
    2. COUpdate - after trolling through many lines of code, I found one reliable leak source, inserting '<img src="/btms/resources/images/back.png"/>' repeatedly via the html method leaks slowly at about 8MB per 15K iterations, not sure why, but it appears IE is holding onto some data associated with the image....any ideas?
      singulars
    3. COChrome (v. 27) as always seems to handle it without issue. The memory does rise above 100MB, but around 150MB it begins reclaiming memory again and never rises much above that number...I should add i've only tested this in those two browser versions (as those are the only two my application is supporting...)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload