On Oct 14, 5:52 am, baikis <melito...@gmail.com> wrote: > I have made a test casehttp://seklys.eu/up/test.html > You can see the results in firebug console. > > Firefox (firebug open, page freshly loaded) > Request with "evalScripts:true" result is ~233 while Request.JSON > ~1800
What is 'evalScripts:true'? > > Firefox (firebug closed, page freshly loaded) > Request with "evalScripts:true" result is ~230 while Request.JSON ~240 > > Google Chrome (page freshly loaded) > Request with "evalScripts:true" result is ~185-240 while Request.JSON > ~185-240 > > any way to have firebug open and JSON fast loading ? If your code uses "eval()" and you want to debug it, no. If you code uses eval() and you don't want to debug it, set Firebug > Script > limiter menu from 'all' to 'static'. If eval() is not involved, then the issue could be something altogether different, but that would require profiling the execution. jjb -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to fire...@googlegroups.com. To unsubscribe from this group, send email to firebug+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.