On Nov 22, 3:27 am, pww <
pwt...@gmail.com> wrote:
> there are users who experience delays and other problems with my pages
> when Firebug is enabled (even though not activated for the page).
This will happen if your page has lots of errors and warnings. Firebug
adds quite a lot of overhead to error processing, partly to try to
sort out which window is reporting the error.
Firebug 1.4 and 1.5 will autosuspend so if they are using those
versions and the Firebug icon is gray, then the problem is not
Firebug.
If your users continue to have problems you can report it as a bug.
http://code.google.com/p/fbug/issues/list
>
> Is there any way to disable Firebug for a particular page from the
> page itself ?
No, and there won't be. The Web page is not in control here, it is up
to the user.
>
> Or even better would be, to disable all addons for a particular page
> from the page itself , because other addons also happen to cause
> problems.
Better to get the addons fixed then.
jjb
>
> Thanks