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 list 
qooxdoo-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to