mbutki / ember-vendor-split

Splits the vendor.js into a dynamic (vendor.js) and static (vendor-static.js) half
MIT License
8 stars 9 forks source link

Add performance marker for vendor-static.js #11

Closed tsubomii closed 4 years ago

tsubomii commented 4 years ago

vendor-static.js is the critical resource for ember app to boot. In order to gain precise data of when this resource is downloaded and finish eval, I added this performance marker.