Hi,

>From your mails I still don't understand how exactly you measure the
memory consumption.
You have two options:
1) google for "javascript memory leak". You can add "Internet
explorer" in the search term too
I'm not sure whether IE has tools to deal with that but you can use
https://developers.google.com/chrome-developer-tools/docs/heap-profiling
and see whether it helps somehow

2) create a ticket in Wicket Jira with a quickstart and detailed
description how to reproduce and how to measure and let someone else
to debug it for you.

On Wed, Apr 11, 2012 at 1:50 PM, Heikki Uotinen
<heikki.uoti...@syncrontech.com> wrote:
> Hi,
>
> I tested against apache-wicket-6.0.0-beta1 with that simple example in the 
> first mail.
>
> Application still leaked memory on IE9 document mode, same behavior as with 
> 1.5.5.
>
> Confirmed that it is using jQuery:
>
> <script type="text/javascript" 
> src="../resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-ver-1334139767559.js"></script>
>
> <script type="text/javascript" 
> src="../resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery-ver-1334139767559.js"></script>
>
> <script type="text/javascript" 
> src="../resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-ajax-jquery-ver-1334139767559.js"></script>
>
> Suggestions ?
>
>
> -----Original Message-----
> From: Chris Colman [mailto:chr...@stepaheadsoftware.com]
> Sent: 11. huhtikuuta 2012 11:47
> To: users@wicket.apache.org
> Subject: RE: IE9 Memory leak when updating component with Ajax (Wicket 1.5.5)
>
>>> how exactly did you solve it with jQuery ?
>>
>>Since this leak seems to be caused by wicket-ajax calls then solution
> would
>>be bypassing
>>those, this would be the last resort.
>
> Wicket 6 uses jQuery for its AJAX backhauling. I wonder if, therefore, if 
> your app were ported to Wicket 6 if the IE9 problem goes away.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to