FckEditor is a lot slower when using Firebug 1.4

View: New views
9 Messages — Rating Filter:   Alert me  

FckEditor is a lot slower when using Firebug 1.4

by bigben-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I'm working on a web application with ExtJS and in some forms, I need
to use FckEditor.
Since I have updated to Firebug 1.4, FckEditor is a bit slower to
load : at least 15s, and sometimes 30s !
The same pages with Firebug 1.3 load in 2 - 3 s.
I noticed that it was far better when disabling Console tab, which is
a bit frustating because it's the more useful tab when working with
javascript.
Does anyone know where it could come from ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: FckEditor is a lot slower when using Firebug 1.4

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Only a guess. In 1.3 you can have the Script tab disabled and the
Console enabled. In 1.4, if you enable the Console you enable the
Script tab. The performance issue could be the script tab.

You can try setting the Script tab Script Limiter from "all" to
"static" and let us know. (next to the file list on the Script panel).

jjb

On Jul 29, 8:03 am, bigben <bigben...@...> wrote:
> I'm working on a web application with ExtJS and in some forms, I need
> to use FckEditor.
> Since I have updated to Firebug 1.4, FckEditor is a bit slower to
> load : at least 15s, and sometimes 30s !
> The same pages with Firebug 1.3 load in 2 - 3 s.
> I noticed that it was far better when disabling Console tab, which is
> a bit frustating because it's the more useful tab when working with
> javascript.
> Does anyone know where it could come from ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: FckEditor is a lot slower when using Firebug 1.4

by bigben-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks for the response.

I change setting to static, but it didn't change anything.
I even try disabling Script and Network tabs, it is still very slow.
It goes fast only when I disable Console tab.
Obviously I need console tag, so I have to switch back to 1.3 version.

On 29 juil, 17:27, johnjbarton <johnjbar...@...> wrote:
> Only a guess. In 1.3 you can have the Script tab disabled and the
> Console enabled. In 1.4, if you enable the Console you enable the
> Script tab. The performance issue could be the script tab.
>
> You can try setting the Script tab Script Limiter from "all" to
> "static" and let us know. (next to the file list on the Script panel).
>
> jjb
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: FckEditor is a lot slower when using Firebug 1.4

by Ventzy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Same here (Firebug 1.4.2, YUI, no ExtJS)
My page is loaded for 3-4 seconds with disabled console. With enabled
console it takes 1 minute! And during that minute the whole browser is
terribly slow, practically unusable.
The states of Script and Network tabs doesn't make any difference.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: FckEditor is a lot slower when using Firebug 1.4

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message




On Aug 23, 4:28 am, Ventzy <v.ku...@...> wrote:
> Same here (Firebug 1.4.2, YUI, no ExtJS)
> My page is loaded for 3-4 seconds with disabled console. With enabled
> console it takes 1 minute! And during that minute the whole browser is
> terribly slow, practically unusable.
> The states of Script and Network tabs doesn't make any difference.

So far we have two test cases for performance in 1.4:

"Net panel visible" affecting load time
  http://code.google.com/p/fbug/issues/detail?id=2253

Memory increases on reload when Firebug is open in new window.
  http://code.google.com/p/fbug/issues/detail?id=2187

If your case is not similar to these, then we need a test case.

jjb
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: FckEditor is a lot slower when using Firebug 1.4

by giles (v)-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Aug 23, 11:14 am, johnjbarton <johnjbar...@...> wrote:

> So far we have two test cases for performance in 1.4:
>
> "Net panel visible" affecting load time
>  http://code.google.com/p/fbug/issues/detail?id=2253
>
> Memory increases on reload when Firebug is open in new window.
>  http://code.google.com/p/fbug/issues/detail?id=2187
>
> If your case is not similar to these, then we need a test case.
>
> jjb

I have assembled a test case which shows this issue for me.  It
requires other tabs open though.  Information is on the page:
http://versionindustries.com/testzone/FCK_FB_TestCase/

Giles

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@...
To unsubscribe from this group, send email to firebug+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: FckEditor is a lot slower when using Firebug 1.4

by pixelaté :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have had the same issue. Particularly bad when there are two panels.
I've waited up to 3 minutes with FB on or ~5 seconds with FB off.

Cheers

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: FckEditor is a lot slower when using Firebug 1.4

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Just to check: do you have javascript.options.strict equal true?

On Oct 27, 7:21 pm, pixelaté <hegga...@...> wrote:
> I have had the same issue. Particularly bad when there are two panels.
> I've waited up to 3 minutes with FB on or ~5 seconds with FB off.
>
> Cheers

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: FckEditor is a lot slower when using Firebug 1.4

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Oct 1, 9:48 am, "giles (v)" <version.industr...@...> wrote:

> On Aug 23, 11:14 am, johnjbarton <johnjbar...@...> wrote:
>
> > So far we have two test cases for performance in 1.4:
>
> > "Net panel visible" affecting load time
> >  http://code.google.com/p/fbug/issues/detail?id=2253
>
> > Memory increases on reload when Firebug is open in new window.
> >  http://code.google.com/p/fbug/issues/detail?id=2187
>
> > If your case is not similar to these, then we need a test case.
>
> > jjb
>
> I have assembled a test case which shows this issue for me.  It
> requires other tabs open though.  Information is on the page:http://versionindustries.com/testzone/FCK_FB_TestCase/

With Firebug 1.5b1 on Firefox 3.5.3 on Linux the test case loads the
FCK page in 6 secs.
jjb
>
> Giles

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.