Ticket #10889 (closed bug: invalid)
Memory utilized by the browser keeps rising - sizcache is incrementing with every refresh
| Reported by: | sumant.panda@… | Owned by: | sumant.panda@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
We are using Primefaces provided JSF components in the application. There are a few scenarios in which we do some datatable refresh, but on every refresh the memory utilized by the browser keeps rising. There’s an attribute sizcache and it keeps increasing on each refresh, it’s associated with tbody, td, tr, div etc… <DIV id=sidebar1 class="ui-widget-content ui-corner-all ui-helper-clearfix sidebar" sizcache="9118" sizset="0"> <UL sizcache="9118" sizset="0"> <LI sizcache="9118" sizset="0"> <TABLE sizcache="9118" sizset="0"> <TBODY sizcache="9118" sizset="0"> <TR> <TD style="PADDING-BOTTOM: 8px; PADDING-LEFT: 8px; PADDING-RIGHT: 8px; PADDING-TOP: 8px" colSpan=2 align=left> Having googled a loty around the issue, I've zeroed in on a probable bug in JQuery that I need to resolve with real urgency.Please help in identifying the reason for the issue and resolving it .
You could replicate the same issue on the primefaces showcase - http://www.primefaces.org/showcase/ui/datatableComplex.jsf
How to replicate - Navigate between page 1 to 5 multiple times, try doing some sorting on a few of the columns, monitor the memory utilized, you can see it constantly rising… Thanks and Regards Sumant
Change History
comment:2 Changed 18 months ago by rwaldron
- Owner set to sumant.panda@…
- Status changed from new to pending
comment:3 Changed 17 months ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.