Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-13 Thread Hugh Gibson
> The google toolbar, it is a huge memory leaker. After a couple > hours of > browsing firefox will be using 300mb for just one page and be > uselessly > slow. Ah, thanks for the hint. Disabled now. I hate to say this, but I've moved to just using FF for debugging our app and for using IE for n

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-13 Thread vbaspcppguy
Nope, firebug isnt great for mem usage, but the ...oh i said firefox toolbar... waha The google toolbar, it is a huge memory leaker. After a couple hours of browsing firefox will be using 300mb for just one page and be uselessly slow. Hugh Gibson wrote: > >> If you have the firefox toolbar, ge

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-13 Thread Hugh Gibson
> If you have the firefox toolbar, get rid of it. It has huge memory > leaks and > causes the slow down over time. I had that problem myself. Do you mean Firebug toolbar? It uses up lots of memory because it doesn't ever forget about AJAX requests. Useful if that's what you want to do. Hugh

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-10 Thread vbaspcppguy
If you have the firefox toolbar, get rid of it. It has huge memory leaks and causes the slow down over time. I had that problem myself. Hugh Gibson wrote: > >> When testing with source in Firefox the load times are painfully >> slow even >> loading from a file:// location because its doing 30

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-10 Thread Hugh Gibson
> When testing with source in Firefox the load times are painfully > slow even > loading from a file:// location because its doing 300+ requests. > (On my pc > > 30 seconds.) Where as loading from the single compiled build is a > matter of > a couple seconds. I have observed that FF slows down

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-09 Thread Nick Glencross
vbaspcppguy wrote: > When testing with source in Firefox the load times are painfully slow even > loading from a file:// location because its doing 300+ requests. (On my pc > > 30 seconds.) Where as loading from the single compiled build is a matter of > a couple seconds. > > I was wondering if th

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-09 Thread vbaspcppguy
I went strait for the SDK, didn't realize there would be difference :/ Thanks much for the quick reply. Leander Hanwald wrote: > > Hi, > > did you tried to use the precompiled qooxdoo package from the homepage > (quickstart was, the name, I think :) ). > This should do what you want. > > Dow

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-09 Thread Leander Hanwald
Hi, did you tried to use the precompiled qooxdoo package from the homepage (quickstart was, the name, I think :) ). This should do what you want. Download it and inlcude the js file of qooxdoo in your source html file. Greetings, Leander vbaspcppguy schrieb: > When testing with source in Fire

[qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-09 Thread vbaspcppguy
When testing with source in Firefox the load times are painfully slow even loading from a file:// location because its doing 300+ requests. (On my pc > 30 seconds.) Where as loading from the single compiled build is a matter of a couple seconds. I was wondering if theres a way to create a ...ehm.