[firebug] Re: Firebug console incredibly slow

2017-05-08 Thread Sebastian Zartner
You have just excavated a five years old thread.

Note that Firebug is officially discontinued. Read more about that in the 
Mozilla 
Hacks blog 
. 
People are recommended to use the Firefox DevTools instead.

Sebastian

On Monday, May 8, 2017 at 7:51:57 AM UTC+2, Lord Doomer wrote:
>
> I've had the very same issue for at least 4 years/ They don't fix it. 
> Can't test my game with the firebug console in firefox lol. Gotta use some 
> alternate tool in chrome sorry i used to like very much firebug but it 
> seems to have an issue with chrome. Don't worry this is nothing compared to 
> the challenges I face against mobile browsers.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to firebug+unsubscr...@googlegroups.com.
To post to this group, send email to firebug@googlegroups.com.
Visit this group at https://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/c9199672-8b2d-469d-a4d2-dd07d6375c73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[firebug] Re: Firebug console incredibly slow

2017-05-07 Thread Lord Doomer
I've had the very same issue for at least 4 years/ They don't fix it. Can't 
test my game with the firebug console in firefox lol. Gotta use some 
alternate tool in chrome sorry i used to like very much firebug but it 
seems to have an issue with chrome. Don't worry this is nothing compared to 
the challenges I face against mobile browsers.

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to firebug+unsubscr...@googlegroups.com.
To post to this group, send email to firebug@googlegroups.com.
Visit this group at https://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/709a3042-fe5c-449a-9d40-ebf85715e90b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[firebug] Re: Firebug console incredibly slow

2012-04-02 Thread Jan Honza Odvarko
On Mar 31, 7:06 pm, John Alexander  wrote:
> Page is password protected - could send privately if you wish
Great, yes please.
odvarko at gmail dot com
Honza

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


Re: [firebug] Re: Firebug console incredibly slow

2012-03-31 Thread John Alexander
Page is password protected - could send privately if you wish

this line with incorrect syntax trying reference a datatable object causes
the problem in jQuery 1.7.1 minified, but not in non-minified

var nTr = dtbl.fnSettings().aoData[ a[row] ].nTr; // this line causes
firebug/firefox slowdow, must restart Firefox after to clear



On Sat, Mar 31, 2012 at 12:21 AM, Jan Honza Odvarko wrote:

> If you send me your test page so, I can see the problem on my machine
> I'll fix it.
>
> Honza
>
> On Mar 30, 10:17 pm, John  wrote:
> > I was having similar issues, switched to 1.10.0a5, and found immediate
> > improvement.  Then when a certain kind of error occurred both Firebug
> > and the page performance became incredibly slow whether logging to the
> > console or not.  I'm trying to pinpoint the error.  Only way to clear
> > it is to restart Firefox. Using FF 11.0 and jQuery 1.7.1 minified.  If
> > it happens again, I'll try tecfreak's idea -
> >
> > John
> >
> > On Mar 29, 3:56 am, Jan Honza Odvarko  wrote:
> >
> >
> >
> >
> >
> >
> >
> > > On Mar 28, 12:00 am, tecfreak  wrote:> I
> have been experiencing very similar issues using FF11 and FB 1.9.1
> > > > and the minified version of jQuery 1.6.2... I upgraded to 1.10a5 and
> > > > didn't notice much of a difference.
> >
> > > Could you please send me your test page so, I can also test this?
> > > One related bug is supposed to be fixed in1.10a5
> >
> > > Thanks!
> > > Honza
>
> --
> You received this message because you are subscribed to the Google
> Groups "Firebug" group.
> To post to this group, send email to firebug@googlegroups.com
> To unsubscribe from this group, send email to
> firebug+unsubscr...@googlegroups.com
> For more options, visit this group at
> https://groups.google.com/forum/#!forum/firebug
>



-- 
John Alexander

home:  +1-604-736-8220
  cell:   +1-604-805-3364
france: +011-33-(0)6 63 89 99 64
email:  jale...@gmail.com

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


[firebug] Re: Firebug console incredibly slow

2012-03-31 Thread Jan Honza Odvarko
If you send me your test page so, I can see the problem on my machine
I'll fix it.

Honza

On Mar 30, 10:17 pm, John  wrote:
> I was having similar issues, switched to 1.10.0a5, and found immediate
> improvement.  Then when a certain kind of error occurred both Firebug
> and the page performance became incredibly slow whether logging to the
> console or not.  I'm trying to pinpoint the error.  Only way to clear
> it is to restart Firefox. Using FF 11.0 and jQuery 1.7.1 minified.  If
> it happens again, I'll try tecfreak's idea -
>
> John
>
> On Mar 29, 3:56 am, Jan Honza Odvarko  wrote:
>
>
>
>
>
>
>
> > On Mar 28, 12:00 am, tecfreak  wrote:> I have 
> > been experiencing very similar issues using FF11 and FB 1.9.1
> > > and the minified version of jQuery 1.6.2... I upgraded to 1.10a5 and
> > > didn't notice much of a difference.
>
> > Could you please send me your test page so, I can also test this?
> > One related bug is supposed to be fixed in1.10a5
>
> > Thanks!
> > Honza

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


[firebug] Re: Firebug console incredibly slow

2012-03-31 Thread John
I was having similar issues, switched to 1.10.0a5, and found immediate
improvement.  Then when a certain kind of error occurred both Firebug
and the page performance became incredibly slow whether logging to the
console or not.  I'm trying to pinpoint the error.  Only way to clear
it is to restart Firefox. Using FF 11.0 and jQuery 1.7.1 minified.  If
it happens again, I'll try tecfreak's idea -

John

On Mar 29, 3:56 am, Jan Honza Odvarko  wrote:
> On Mar 28, 12:00 am, tecfreak  wrote:> I have been 
> experiencing very similar issues using FF11 and FB 1.9.1
> > and the minified version of jQuery 1.6.2... I upgraded to 1.10a5 and
> > didn't notice much of a difference.
>
> Could you please send me your test page so, I can also test this?
> One related bug is supposed to be fixed in1.10a5
>
> Thanks!
> Honza

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


[firebug] Re: Firebug console incredibly slow

2012-03-29 Thread Jan Honza Odvarko
On Mar 28, 12:00 am, tecfreak  wrote:
> I have been experiencing very similar issues using FF11 and FB 1.9.1
> and the minified version of jQuery 1.6.2... I upgraded to 1.10a5 and
> didn't notice much of a difference.
Could you please send me your test page so, I can also test this?
One related bug is supposed to be fixed in1.10a5

Thanks!
Honza

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


[firebug] Re: Firebug console incredibly slow

2012-03-29 Thread tecfreak
I have been experiencing very similar issues using FF11 and FB 1.9.1
and the minified version of jQuery 1.6.2... I upgraded to 1.10a5 and
didn't notice much of a difference.  I was able to resolve the issues
by using the unminified of jQuery 1.6.2.. all newer versions of jQuery
also worked!

On Mar 26, 5:05 am, Sebo  wrote:
> Did you try Firebug 1.10a5 as Honza wrote?
>
>
>
>
>
>
>
> On Thursday, March 22, 2012 5:49:27 PM UTC+1, Whittet wrote:
>
> > Firefox 11 is now producing slow messages for dojo and jquery 1.6.2.
> > Performance was fine in Firefox 10.

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


[firebug] Re: Firebug console incredibly slow

2012-03-26 Thread Sebo
Did you try Firebug 1.10a5 as Honza wrote?

On Thursday, March 22, 2012 5:49:27 PM UTC+1, Whittet wrote:
>
> Firefox 11 is now producing slow messages for dojo and jquery 1.6.2.  
> Performance was fine in Firefox 10. 

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


[firebug] Re: Firebug console incredibly slow

2012-03-25 Thread Whittet
Firefox 11 is now producing slow messages for dojo and jquery 1.6.2.  
Performance was fine in Firefox 10. 

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


[firebug] Re: Firebug console incredibly slow

2012-03-16 Thread AntranigBasman
Thanks, yes, the performance is hugely better, by at least 2 orders of
magnitude. Thanks so much for the pointer, and for your work on this.
Cheers,
Antranig.

On Mar 16, 2:58 pm, Jan Honza Odvarko  wrote:
> Please try Firebug 
> 1.10a5http://getfirebug.com/releases/firebug/1.10/firebug-1.10.0a5.xpi
>
> (it's an alpha, but pretty stable)
>
> ...and let us know whether is better.
>
> Hozna
>
>
>
>
>
>
>
> On Friday, March 16, 2012 9:54:22 PM UTC+1, AntranigBasman wrote:
>
> > For the last several version of Firefox, I've noticed extremely bad
> > performance when sending logging messages to an open console in
> > Firebug using console.log(). I didn't notice exactly when they began,
> > but it could have been around the Firefox 8 or 9 era. Upgrading this
> > week to the lastest Firefox 11 and Firebug 1.9.1 doesn't improve the
> > issue, and neither does installing Firebug on an empty profile.
>
> > As an idea of the scale of the problems, a page which loads in a few
> > hundred ms with no logging, takes 5 seconds with about 80 logging
> > messages, and 30 seconds with a few hundred. This is sort of back in
> > the realms of performance of the IE8/9 console logger - and Chrome can
> > show both sets of logs in well under 1 second.
>
> > Has there been some huge regression in logging performance some time
> > within the last few months?
>
> > As mentioned above, I am using FF11 and FB 1.9.1, this is a Windows 7
> > machine with AMD 64, but colleagues have reported similar problems on
> > MacOS as well.
>
> > Thanks for any help,
> > Antranig.

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug


[firebug] Re: Firebug console incredibly slow

2012-03-16 Thread Jan Honza Odvarko
Please try Firebug 1.10a5
http://getfirebug.com/releases/firebug/1.10/firebug-1.10.0a5.xpi

(it's an alpha, but pretty stable)

...and let us know whether is better.

Hozna


On Friday, March 16, 2012 9:54:22 PM UTC+1, AntranigBasman wrote:
>
> For the last several version of Firefox, I've noticed extremely bad 
> performance when sending logging messages to an open console in 
> Firebug using console.log(). I didn't notice exactly when they began, 
> but it could have been around the Firefox 8 or 9 era. Upgrading this 
> week to the lastest Firefox 11 and Firebug 1.9.1 doesn't improve the 
> issue, and neither does installing Firebug on an empty profile. 
>
> As an idea of the scale of the problems, a page which loads in a few 
> hundred ms with no logging, takes 5 seconds with about 80 logging 
> messages, and 30 seconds with a few hundred. This is sort of back in 
> the realms of performance of the IE8/9 console logger - and Chrome can 
> show both sets of logs in well under 1 second. 
>
> Has there been some huge regression in logging performance some time 
> within the last few months? 
>
> As mentioned above, I am using FF11 and FB 1.9.1, this is a Windows 7 
> machine with AMD 64, but colleagues have reported similar problems on 
> MacOS as well. 
>
> Thanks for any help, 
> Antranig.

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug