When I run my web app during development (as opposed to the release version) it loads 333 JS files. Trying to open a specific script using the dropdown in the "Script" tab is much too slow.
It takes a little more than four seconds until the dropdown opens! (On my i7 quad core, SSD, 16 GB.)
When it finally opens i can type to narrow the list, can use up/down to highlight a specific JS files, but I _cannot_ use enter to open the selected JS file: When I try to use ENTER Firebug never opens the highlighted JS file, but always the first JS of the unfiltered list.
I understand that hundreds of JS files is not you average web site, but nowadays RIAs are a common case.
> When I run my web app during development (as opposed to the release
> version) it loads 333 JS files.
> Trying to open a specific script using the dropdown in the "Script" tab is
> much too slow.
> It takes a little more than four seconds until the dropdown opens! (On my
> i7 quad core, SSD, 16 GB.)
> When it finally opens i can type to narrow the list, can use up/down to
> highlight a specific JS files, but I _cannot_ use enter to open the
> selected JS file:
> When I try to use ENTER Firebug never opens the highlighted JS file, but
> always the first JS of the unfiltered list.
> I understand that hundreds of JS files is not you average web site, but
> nowadays RIAs are a common case.
On Thursday, July 19, 2012 4:24:14 PM UTC+2, Jan Honza Odvarko wrote:
> Sounds like the menu would deserve some optimization.
> Would it be possible to access your page (debug version) > so, we can see the problem on our machines?
> Honza
> On Jul 19, 3:41 pm, Stephen Friedrich <stephen.friedr...@fortis-it.de> > wrote: > > When I run my web app during development (as opposed to the release > > version) it loads 333 JS files. > > Trying to open a specific script using the dropdown in the "Script" tab > is > > much too slow.
> > It takes a little more than four seconds until the dropdown opens! (On > my > > i7 quad core, SSD, 16 GB.)
> > When it finally opens i can type to narrow the list, can use up/down to > > highlight a specific JS files, but I _cannot_ use enter to open the > > selected JS file: > > When I try to use ENTER Firebug never opens the highlighted JS file, but > > always the first JS of the unfiltered list.
> > I understand that hundreds of JS files is not you average web site, but > > nowadays RIAs are a common case.
> I tried this with the attached test case and for me the Location Menu
> reacts normally fast on my old PC.
> Sebastian
> On Thursday, July 19, 2012 4:24:14 PM UTC+2, Jan Honza Odvarko wrote:
> > Sounds like the menu would deserve some optimization.
> > Would it be possible to access your page (debug version)
> > so, we can see the problem on our machines?
> > Honza
> > On Jul 19, 3:41 pm, Stephen Friedrich <stephen.friedr...@fortis-it.de>
> > wrote:
> > > When I run my web app during development (as opposed to the release
> > > version) it loads 333 JS files.
> > > Trying to open a specific script using the dropdown in the "Script" tab
> > is
> > > much too slow.
> > > It takes a little more than four seconds until the dropdown opens! (On
> > my
> > > i7 quad core, SSD, 16 GB.)
> > > When it finally opens i can type to narrow the list, can use up/down to
> > > highlight a specific JS files, but I _cannot_ use enter to open the
> > > selected JS file:
> > > When I try to use ENTER Firebug never opens the highlighted JS file, but
> > > always the first JS of the unfiltered list.
> > > I understand that hundreds of JS files is not you average web site, but
> > > nowadays RIAs are a common case.