Re: [qooxdoo-devel] performance issue with IE only

2015-09-03 Thread pragnesh patel
Thanks, I will check that way. From: John Spackman To: pragnesh patel ; qooxdoo Development 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

Re: [qooxdoo-devel] performance issue with IE only

2015-09-01 Thread John Spackman
nesh 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. IS

[qooxdoo-devel] performance issue with IE only

2015-09-01 Thread pragnesh patel
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 sp

Re: [qooxdoo-devel] Performance profiling in Firefox and the effect of qx.event.Idle

2012-02-08 Thread John Spackman
>> >>Please can this be reviewed for inclusion in the trunk? Here's the patch >> on >> github (is this a pull request??) >> >>https://github.com/johnspackman/qooxdoo/commit/0c7864e53316a150bbe4ebec5d >>eec >> 488020e2f48 > >Not quite :-). But if you look at the commit page, in the upper right >co

Re: [qooxdoo-devel] Performance profiling in Firefox and the effect of qx.event.Idle

2012-02-07 Thread thron7
> Please can this be reviewed for inclusion in the trunk? Here's the patch > on > github (is this a pull request??) > https://github.com/johnspackman/qooxdoo/commit/0c7864e53316a150bbe4ebec5deec > 488020e2f48 Not quite :-). But if you look at the commit page, in the upper right corner, right besi

[qooxdoo-devel] Performance profiling in Firefox and the effect of qx.event.Idle

2012-02-07 Thread John Spackman
Hi I've been trying to profile my app and found that there is a surprising amount of activity caused by qx.event.Idle ­ if I start my app, wait 10 seconds, and then run the Firebug profiler for the next 10 seconds I get 9,000 function calls logged and 13.9% of the time profiled is spent in qx.even

Re: [qooxdoo-devel] Performance Inline/Standalone

2011-10-24 Thread Fritz Zaucker
On Tue, 25 Oct 2011, Alexander Steitz wrote: > Hi Fritz, > > On Monday 24 October 2011 16:21:54 Fritz Zaucker wrote: >> I am wondering (in a not totally theoretical context): >> >> If I have two Qooxdoo-applications, one implemented as >> qx.application.Standalone, one implemeted as qx.application

Re: [qooxdoo-devel] Performance Inline/Standalone

2011-10-24 Thread Alexander Steitz
Hi Fritz, On Monday 24 October 2011 16:21:54 Fritz Zaucker wrote: > I am wondering (in a not totally theoretical context): > > If I have two Qooxdoo-applications, one implemented as > qx.application.Standalone, one implemeted as qx.application.Inline and > apart from that identical, what are the

[qooxdoo-devel] Performance Inline/Standalone

2011-10-24 Thread Fritz Zaucker
Hi, I am wondering (in a not totally theoretical context): If I have two Qooxdoo-applications, one implemented as qx.application.Standalone, one implemeted as qx.application.Inline and apart from that identical, what are the performance impacts? E.g., does the inline appplication have to do sign

Re: [qooxdoo-devel] Performance Problem

2010-01-29 Thread Jean-Baptiste BRIAUD -- Novlog
How did you put that file online ? Is it behind a Tomcat or any other web container ? If yes, this would serve the file dynamically while it doesn't change. Do prefer a web server (apache for eg) since that ressource is static, this will be a lot faster. Also, enable gz compression is another ver

Re: [qooxdoo-devel] Performance Problem

2010-01-29 Thread Sebastian Werner
For me it seems that your server has really long response times. Otherwise it's pretty fast loading. Using the Webkit Inspector I got a latency of 8-10 seconds for mapapp.js. This is reproducable every time I clear the cache and reload the app. Most qooxdoo apps otherwise have loading times under

Re: [qooxdoo-devel] Performance Problem

2010-01-29 Thread Burak Arslan
W&L Regionalberatung - Administration wrote: > Can you give me please some advice how to improve loading? hi, the official recommendation in this case is to look here: http://demo.qooxdoo.org/current/apiviewer/#qx.ui.progressive hope it helps burak -

Re: [qooxdoo-devel] Performance Problem

2010-01-29 Thread benco
Hello, Why not Gzip your js file - if your server can manage it of course ? Best, Benoît. -- View this message in context: http://n2.nabble.com/Performance-Problem-tp4479328p4479480.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

[qooxdoo-devel] Performance Problem

2010-01-29 Thread W&L Regionalberatung - Administration
Hello, users complain about my qooxdoo-app's long loading time (whitescreen over 10sec, especially the very first time launching my "mapapp"). . Please have a look at my app: http://www2.komsis.at/administration/mapapp/build/index.html?gid=154&breite=850&hoehe=650&view=listekarte The js-file o

Re: [qooxdoo-devel] Performance tuning questions

2009-08-12 Thread MartinWittemann
Hello John, most of the time, the bottleneck in performance is creating the widgets. So if you have that huge number of widgets, it would be a good idea to start of with creating the widgets on demand. So just create the widgets shown on the first tab page. If another tab is clicked, create these

[qooxdoo-devel] Performance tuning questions

2009-08-12 Thread John Spackman
Hi guys, We have an app with a tabview that has 12 pages and approx 300-400 controls (plus labels), everything from simple text fields to a dozen or so tables; while this is ok in FF35 (albeit a little slow to start up) not surprisingly performance is poor in IE and even in IE8 you always get t

Re: [qooxdoo-devel] Performance of qx.Data.Array

2009-07-31 Thread Martin Wittemann
Hi, I made some profiling in the demo and it seems that your suggestion of creating the rawData array is really faster (1.68 ms) than the current implementation (1.76 ms). The creation of the data array takes a lot more time (17.474 ms). But all of these times are not really a problem compar

[qooxdoo-devel] Performance of qx.Data.Array

2009-07-30 Thread Fritz Zaucker
Hi, when trying http://demo.qooxdoo.org/current/demobrowser/#data~SearchAsYouType.html and changing the code to use an array of 600 elements instead of the 60 elements in the example, the code runs VERY slowly. It seems, that both var rawData = []; for (var i = 0; i < 600 i++)

Re: [qooxdoo-devel] Performance in different browsers

2009-07-17 Thread Daniel Wagner
ieto > > Message: 6 > Date: Fri, 17 Jul 2009 11:27:30 +0300 > From: Burak Arslan > Subject: Re: [qooxdoo-devel] Performance in different browsers > To: qooxdoo Development > Message-ID: <4a6035f2.9020...@arskom.com.tr> > Content-Type: text/plain; charset="iso-8

Re: [qooxdoo-devel] Performance in different browsers

2009-07-17 Thread monika.falk
optimisation techniques'. S pozdravem / Best regards, Monika Falk, Software Specialist Tieto Message: 6 Date: Fri, 17 Jul 2009 11:27:30 +0300 From: Burak Arslan Subject: Re: [qooxdoo-devel] Performance in different browsers To: qooxdoo Development Message-ID: <4a6035f2.9020...@arskom.com.tr&

Re: [qooxdoo-devel] Performance in different browsers

2009-07-17 Thread Burak Arslan
monika.f...@tieto.com wrote: Hi Everyone I want to ask how fast is your qooxdoo app in different browsers? Is there a huge difference between IE an for example FF? qooxdoo seems to be among the fastest. see: http://dante.dojotoolkit.org/taskspeed/ hope it helps burak ---

[qooxdoo-devel] Performance in different browsers

2009-07-16 Thread monika.falk
Hi Everyone I want to ask how fast is your qooxdoo app in different browsers? Is there a huge difference between IE an for example FF? S pozdravem / Best regards, Monika Falk, Software Specialist Tieto email monika.f...@tieto.com, direct +420597459905, fax +420597459928 Výstavní 292/13, 70200

Re: [qooxdoo-devel] performance issue with qx.ui.embed

2009-02-06 Thread Fabian Jakobs
Hi Torsten, > Hi Fabian, > > I would post all to the list, but it is quiet a lot. > Is it possible to send an attachment ? > In the meanwhile I send it to your office. > from a quick look at your code I see one significant difference. In the version you sent to me you have optimized the "paint"

[qooxdoo-devel] performance issue with qx.ui.embed

2009-02-05 Thread PilotBlankenfelde
Hi Fabian, I would post all to the list, but it is quiet a lot. Is it possible to send an attachment ? In the meanwhile I send it to your office. Thank you Torsten -- Create and Deploy Rich Internet Apps outside the brow

Re: [qooxdoo-devel] performance issue with qx.ui.embed

2009-02-04 Thread Fabian Jakobs
PilotBlankenfelde schrieb: > Hi Fabian, > > may I send you the original html/js (as zip) for comparison ? > Sure, you can send it to my office mail address if you don't want to post it in the list. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 4

[qooxdoo-devel] performance issue with qx.ui.embed

2009-02-04 Thread PilotBlankenfelde
Hi Fabian, may I send you the original html/js (as zip) for comparison ? Thank you Torsten -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can us

Re: [qooxdoo-devel] performance issue with qx.ui.embed

2009-02-04 Thread Fabian Jakobs
Hi Torsten, I've profiled your code and it looks like 80% of the run time is spend in the method "embed.setHtml(html)...". This method is nothing more than a thin wrapper for "element.innerHTML = html". Since the HTML string is really large (about 10 characters) the browser parsing and rend

[qooxdoo-devel] performance issue with qx.ui.embed

2009-02-04 Thread PilotBlankenfelde
Hello, I'm new to qooxdoo and try to get include a html/js solution to qx. How it work: a timer starts the following process: 1) compute an array of numbers 2) create a div element for each number 3) apply all these computed div's to one parent element See below the implementation of my tr

Re: [qooxdoo-devel] performance, scallability and reliability

2008-11-26 Thread Jean-Baptiste BRIAUD -- Novlog
On 26 Nov 2008, at 10:06, Fritz Zaucker wrote: > On Tue, 25 Nov 2008, Burak Arslan wrote: > >> first, we're not straying too much off-topic, are we? if so please >> tell. > > Another (border line) comment: > > Adding additional components to a system (SW or HW) will in general > decrease > th

Re: [qooxdoo-devel] performance, scallability and reliability

2008-11-26 Thread Fritz Zaucker
On Tue, 25 Nov 2008, Burak Arslan wrote: > first, we're not straying too much off-topic, are we? if so please tell. Another (border line) comment: Adding additional components to a system (SW or HW) will in general decrease the reliability, as it will add additional bugs and ways for failure. A

Re: [qooxdoo-devel] performance, scallability and reliability

2008-11-25 Thread Burak Arslan
Hey :) first, we're not straying too much off-topic, are we? if so please tell. Jean-Baptiste BRIAUD -- Novlog wrote: This is different problems : performance and scallability in one hand and reliability in one another. well, i'm against this school because reliability has first-degree ef

[qooxdoo-devel] performance, scallability and reliability Was: stateless backend and security

2008-11-24 Thread Jean-Baptiste BRIAUD -- Novlog
Hi again ;-) On 24 Nov 2008, at 22:09, Burak Arslan wrote: > Jean-Baptiste BRIAUD -- Novlog wrote: >> ( >> The architecture I have in mind and that I should have described to >> be >> clear is the following : >> 1 load balancer : the backend entry point for all incomming HTTP >> request. >> * se

Re: [qooxdoo-devel] Performance on IE vs FireFox

2008-08-19 Thread Petr Kobalíček
Hi Jim, can you specify your hardware ? I'm developing quite complex application. I'm not using object pooling and performance is very good for me (1.6Ghz, qx0.7.3). Performance killer can be for example too many items in tree, etc:) Regards - Petr 2008/8/19 Jim Hunter <[EMAIL PROTECTED]>: > Th

Re: [qooxdoo-devel] Performance on IE vs FireFox

2008-08-19 Thread Jim Hunter
Thanks, I'l let you know if I can find any way to squeeze more speed out of the IE7 beast. Thanks, Jim On Tue, Aug 19, 2008 at 2:31 PM, Sebastian Werner <[EMAIL PROTECTED] > wrote: > Jim, > > Firefox 2 and IE7 were nearly on the same performance level (with the > performance tweaks applied thro

Re: [qooxdoo-devel] Performance on IE vs FireFox

2008-08-19 Thread Sebastian Werner
Jim, Firefox 2 and IE7 were nearly on the same performance level (with the performance tweaks applied through the generator). With the release of Firefox 3 things have changed. Firefox 3 is about 3-4 times faster in most JavaScript operations compared to Firefox 2. This means that IE7 may

[qooxdoo-devel] Performance on IE vs FireFox

2008-08-19 Thread Jim Hunter
Has anyone seen a huge difference in performance between FireFox 3 and IE7? I finally got my application running fast on FF3 and was very excited but when I tested it on IE7 it was much slower. On my test computer, a certain page I have loads and renders in FireFox 3 in 5 seconds (it is around 1 se

Re: [qooxdoo-devel] performance IE6 + IE7

2007-08-08 Thread Fabian Jakobs
Tobias Koller (GERMO GmbH) schrieb: > > Hi, > > I found out ( I guess like all of you;) ) that the performance of IE6 > is very bad. > > Is there a way to get better performance out of IE6? What is IE6’s > problem? > > Is the performance of the new IE7 better? Comparable to FireFox? > > I’m not a

Re: [qooxdoo-devel] performance IE6 + IE7

2007-08-08 Thread Tobias Koller (GERMO GmbH)
oxdoo Development Betreff: Re: [qooxdoo-devel] performance IE6 + IE7 Before rejoicing you might check the memory imprint of IE7. IE7 leaks huge amounts of memory. FF is at least 100 times better than IE7. - Original Message From: Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]>

Re: [qooxdoo-devel] performance IE6 + IE7

2007-08-08 Thread Phaneesh N
ct: Re: [qooxdoo-devel] performance IE6 + IE7 I installed „multiple_IE“ and it works very good! In IE7, my application is so much faster…maybe faster than FF. I hate IE6 ;) Tobias Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftr

Re: [qooxdoo-devel] performance IE6 + IE7

2007-08-08 Thread Tobias Koller (GERMO GmbH)
nt Betreff: Re: [qooxdoo-devel] performance IE6 + IE7 MS solution for this case is to run virtualization: http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-sin gle-machine.aspx They should release soon a new VPC image as old one expires in a few days. asaris Matthias Hellri

Re: [qooxdoo-devel] performance IE6 + IE7

2007-08-08 Thread Matthias Hellriegel
try this one: http://tredosoft.com/Multiple_IE I'm not able to install IE7 right now ( IE6 + IE7 cannot be installed on the same machine). Thanks Tobias - This SF.net email is spon

Re: [qooxdoo-devel] performance IE6 + IE7

2007-08-08 Thread asaris
MS solution for this case is to run virtualization: http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx They should release soon a new VPC image as old one expires in a few days. asaris Matthias Hellriegel wrote: try this one: http://tredosof

[qooxdoo-devel] performance IE6 + IE7

2007-08-08 Thread Tobias Koller (GERMO GmbH)
Hi, I found out ( I guess like all of you;) ) that the performance of IE6 is very bad. Is there a way to get better performance out of IE6? What is IE6's problem? Is the performance of the new IE7 better? Comparable to FireFox? I'm not able to install IE7 right now ( IE6 + IE7 cannot b

Re: [qooxdoo-devel] Performance for Table

2007-08-02 Thread Bart van der Werf
EMAIL PROTECTED] Sent: Thursday, August 02, 2007 9:43 AM To: qooxdoo-devel@lists.sourceforge.net Subject: [qooxdoo-devel] Performance for Table Using Qooxdoo 0.7 we are encountering performance problems on large tables with a higher number of

[qooxdoo-devel] Performance for Table

2007-08-02 Thread Carsten Harnisch
Using Qooxdoo 0.7 we are encountering performance problems on large tables with a higher number of cols. The table-widget is undesirable slow using it with a larger number of cols. Operating on a table with ~ 30 rows using a page-size of 50 results into a huge DIV-structure with a few thousand

[qooxdoo-devel] Performance and common questions

2007-04-04 Thread Tobias Koller (GERMO GmbH)
Hello, i have some question about programming with qooxdoo. Maybe some of you could help me :) I need to know some "best practices" ;) My questions are based on a simple test-project I created. on the left of my screen is a FullControlTree-Widget (width:200, height:"100%") and the rest i

Re: [qooxdoo-devel] Performance of object.set(...)

2007-03-23 Thread Sebastian Werner
set() is a wrapper around the setPropName functions. This means that is is slower by nature - but I don't know directly how much slower. The translation from the lowercase propertyName eg. width => setWidth could be the major performance impact of the setter. Sebastian Dietrich Streifert schr

[qooxdoo-devel] Performance of object.set(...)

2007-03-23 Thread Dietrich Streifert
Hello List, I have a big widget stack with more than 120 input widgets (textfields, radiobuttons,comboboxes,checkboxes). Currently all properties which can not be set at instatiation time are set using the set method: instance1.set({top:10,left:10,width:100,height:20,prop1:"val1",prop2:"v

Re: [qooxdoo-devel] Performance influence of the new OO system in 0.7

2007-03-01 Thread Hugh Gibson
> The new properties are not yet ready. The development of them > continue next week. Following our current plan they will be part of > 0.7. The current property are not the fastest solution in some cases. > The new system will try to enhance the performance of the property by > a great extend.

Re: [qooxdoo-devel] Performance influence of the new OO system in 0.7

2007-03-01 Thread Sebastian Werner
The part which is done - the OO system itself, namely qx.Class.define is not directly faster. It includes more and much more powerful features like interfaces and mixins. This is the major ascect of the new OO system. The new properties are not yet ready. The development of them continue next w

[qooxdoo-devel] Performance influence of the new OO system in 0.7

2007-02-28 Thread Dietrich Streifert
Hello List has anyone tested the performance impact of the new OO system in 0.7? As I remember correctly one of the goals was to improve performance of the property system which seems to be rewritten from the ground. Thank you for your comments. Best regards.. -- Mit freundlichen Grüßen Diet

Re: [qooxdoo-devel] Performance issues (maybe ListView?)

2006-09-14 Thread Alex D.
Table widget is only in qooxdoo 0.6 verison. Just see the online examples(Table 1) Cheers alex.d Have you tried the new qx.ui.table.Table? I haven't compared timings with ListView, becasue I use always the Table component. It is prepared to load data on the fly. I didn't fin

Re: [qooxdoo-devel] Performance issues (maybe ListView?)

2006-09-14 Thread Robert
> Have you tried the new qx.ui.table.Table? > I haven't compared timings with ListView, becasue I use always the Table > component. > It is prepared to load data on the fly. I didn't find this Table component you mentioned. Can you provide a small example of how this should be used? Or, direct me

Re: [qooxdoo-devel] Performance issues (maybe ListView?)

2006-09-13 Thread Chris Banford
Now it works for me as well. Maybe I was a bit too quick ? :-) -Chris > It loads OK for me under FF 1.5 > > > Chris Banford wrote: > >> Hi Robert, >> >> Tried to view both your main app, and the reduced test version, but >> Firefox just spins (loading the page). No Javascript timeout error or

Re: [qooxdoo-devel] Performance issues (maybe ListView?)

2006-09-13 Thread dperez
Have you tried the new qx.ui.table.Table? I haven't compared timings with ListView, becasue I use always the Table component. It is prepared to load data on the fly. Robert-85 wrote: > > > Hello all, > > We are using Qooxdoo to build a Personal Information Manager (PIM). > You can see how it

Re: [qooxdoo-devel] Performance issues (maybe ListView?)

2006-09-13 Thread dperez
It loads OK for me under FF 1.5 Chris Banford wrote: > > Hi Robert, > > Tried to view both your main app, and the reduced test version, but > Firefox just spins (loading the page). No Javascript timeout error or > anything, but neither link actually ran or displayed anything... > > -Chris >

Re: [qooxdoo-devel] Performance issues (maybe ListView?)

2006-09-13 Thread Chris Banford
Hi Robert, Tried to view both your main app, and the reduced test version, but Firefox just spins (loading the page). No Javascript timeout error or anything, but neither link actually ran or displayed anything... -Chris > Hello all, > > We are using Qooxdoo to build a Personal Information Man

[qooxdoo-devel] Performance issues (maybe ListView?)

2006-09-13 Thread Robert
Hello all, We are using Qooxdoo to build a Personal Information Manager (PIM). You can see how it looks now: http://www.publicpim.org/ria/php/new.php We got pretty far with the development, and now time is to focus on performance. Enabled the debugger, and managed to increase the speed in some

Re: [qooxdoo-devel] Performance

2006-09-11 Thread Hugh Gibson
> In any case, the original article is a post to the IEBlog from Peter > Gurevich, Performance PM for IE7: > > http://blogs.msdn.com/ie/archive/2006/08/28/728654.aspx See comment from Tino reference: "Friday, September 01, 2006 7:17 PM by Tino Zijdel" - shows that some of the tricks don't actua

Re: [qooxdoo-devel] Performance

2006-09-11 Thread Alex D.
Thanks a lot. It is really useful article. Best Regards, alex.d Hello, On 9/6/06, Jim Hunter <[EMAIL PROTECTED]> wrote: Yes, IE does not work as nicely as all the rest of the browsers. I don't know why this is and I can't tell you if it's going to change any time soon. I have trie

Re: [qooxdoo-devel] Performance

2006-09-11 Thread Andreas Ecker
Howdy! Jose Leon wrote: > Maybe the directions pointed on this article could be useful to > improve IE performance. > > http://www.ajaxpath.com/javascript-performance Apparently, no information on the authors or any credit is given for _any_ of the articles at http://www.ajaxpath.com/. In legal

Re: [qooxdoo-devel] Performance

2006-09-10 Thread Jim Hunter
That was a very informative article. I will apply it's recommendations to my code first to see if I can get more speed, then look to see if there are any places in the source that could use improvement (not that I expect the source code to have many problems in this respect). Thanks,JimOn 9/10/06,

Re: [qooxdoo-devel] Performance

2006-09-10 Thread Jose Leon
Hello, On 9/6/06, Jim Hunter <[EMAIL PROTECTED]> wrote: > Yes, IE does not work as nicely as all the rest of the browsers. I don't > know why this is and I can't tell you if it's going to change any time soon. > I have tried qooxdoo in IE 7 and I don't see much of an improvement. Maybe the directio

Re: [qooxdoo-devel] Performance

2006-09-06 Thread dperez
Hi, In addition IE is the most buggy and used browser. I develop first with FF (I have better debugging and development tools like FireBug) and then check to see how it works with IE. Jim Hunter-2 wrote: > > Yes, IE does not work as nicely as all the rest of the browsers. I don't > know why th

Re: [qooxdoo-devel] Performance

2006-09-06 Thread Jim Hunter
Yes, IE does not work as nicely as all the rest of the browsers. I don't know why this is and I can't tell you if it's going to change any time soon. I have tried qooxdoo in IE 7 and I don't see much of an improvement. JimOn 9/6/06, Jose Leon <[EMAIL PROTECTED]> wrote: Hello,  Is there serious per

[qooxdoo-devel] Performance

2006-09-06 Thread Jose Leon
Hello, Is there serious performance differences between IE and Firefox, in my case, Firefox runs smooth as hell, while IE is sluggish. I'm working with the Tree, adding nodes at runtime when clicking a button and I don't know if I'm doing something wrong or this is the way it should work. Regar