Thanks, I will check that way.

      From: John Spackman <john-li...@zenesis.com>
 To: pragnesh patel <pragnesh_2...@yahoo.com>; qooxdoo Development 
<qooxdoo-devel@lists.sourceforge.net> 
 Sent: Tuesday, 1 September 2015 7:24 PM
 Subject: Re: [qooxdoo-devel] performance issue with IE only
   
Without more information it’s difficult to make suggestions, but I think I’d 
start by checking for memory leaks or at least trying to narrow down whether it 
could be related to memory consumption; this page might help: 
http://manual.qooxdoo.org/devel/pages/development/memory_management.html 
As a simple monitor on the number of Qooxdoo widgets, you could try pasting 
this into the console of your browser:
setInterval(function() { console.log("Number of Objects: " + 
Object.keys(qx.core.ObjectRegistry.getRegistry()).length); }, 1000)
John


From:  pragnesh patel
Reply-To:  pragnesh patel, qooxdoo Development
Date:  Tuesday, 1 September 2015 13:21
To:  "qooxdoo-devel@lists.sourceforge.net"
Subject:  [qooxdoo-devel] performance issue with IE only

Hi,
We have one large application and we have created many customize components 
using qooxdoo library.
ISSUE:
When we run the application in IE, after some time (specifically speaking after 
12 to 15 mins) the application becomes very slow.After slowness, If I run 
CLTR+F5  command, it gets its speed again.

The application works fine in Chrome and Firefox.
Please guide me.
Thanks,Pragnesh
------------------------------------------------------------------------------_______________________________________________qooxdoo-devel
 mailing 
listqooxdoo-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

  
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to