build icon indicating copy to clipboard operation
build copied to clipboard

[config] chore: move envelope API call to fetch in parallel rather than sequentially

Open jasonbarry opened this issue 1 year ago • 1 comments

https://github.com/netlify/build/blob/main/packages/config/src/api/site_info.ts#L46-L59

Once all sites have migrated to the new environment variables experience, it will be safe to move this call to the Promise.all() call above it. Should make things a little bit faster for the bootup of ntl dev, ntl env, and any other commands that use the cached config's siteInfo.

jasonbarry avatar Feb 28 '23 16:02 jasonbarry

Blocked by https://github.com/netlify/bitballoon/issues/16952

jasonbarry avatar Nov 01 '23 17:11 jasonbarry