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.