javascript - Why is Firebug making website slow and how to fix it? -


I am trying to debug my web app and I have realized that firebug is doing it slow Is there any reason for this?

UPDATE is developing a web application that will be used primarily by developers. Now if I did not know what firebug was doing then slow down my website , I have to display one of those ugly Gmail style warnings. Firebug is very fast on the RAM. Some applications like Gmail show that the firebug is opened and warned. Users can experience their usual slow experience.

Just turn it off when you do not need it.

UPDATE is developing a web app that is primarily used by developers.

Edit : On the basis you edited, I remembered the article related to that firebug:

The new model, if you can see the firebug If so, its active. If you can not do this

I think the developers are using your website, they can think of themselves that if they have a firebug, then this website will slow down, okay? If I do not think you have any choice, then you will find out that FB is opened and displays an error message.

This part of the code can also help:

  if (window.console & window.console.firebug) {/ * Firebug found! There is also a way to disable some of the functionality:  
  if (! ('Console' in window) ||! (' In the 'Firebug' console) {var names = ['log', 'debug', 'info', 'warn', 'error', 'assert', 'dir', 'dirxml', 'group', 'groupEnd' 'Time', 'timeand', 'count', 'trace', 'profile', 'profileand']; Window.console = {}; For (var i = 0; i & lt; names.length; ++ i) window.console [names [i]] = function () {}; }  

I have not tested it (found here :)

Hope


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -