Code review comment for lp:~allenap/launchpad/bug-index-performance-bug-430288-vocab-picker

Revision history for this message
Gavin Panella (allenap) wrote :

Currently the creation of the vocabulary picker widget happens as a page is being parsed. The picker widget runs a non-trivial amount of code, so this branch defers the creation of the widget to within the click handler of the activation ("Choose...") link.

« Back to merge proposal