microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
47 stars 45 forks source link

Impove perf of initial load #85

Closed ostreifel closed 5 years ago

ostreifel commented 5 years ago

To fix ab#1402207 Inline html assets (css & sdk)

split the bundle so that the initial load of the extension is faster.

Test Wi with field values https://ottost.visualstudio.com/Sample%20Project/_workitems/edit/122776/ Test wi with empty field https://ottost.visualstudio.com/Sample%20Project/_workitems/edit/122500/

image

ostreifel commented 5 years ago

Given the other issue we found loading extensions I want to do less splitting of the bundle b/c it slighly degrades performance in the case that the field has a value.