Skip to content

More webpack splitting

Nick Sellen requested to merge better-webpack-splitting into master

What does this MR do?

Allowing it up to 5 initial requests (default is 3) means it can do significantly more splitting, most pages will then have 2 fully cached chunks so it won't be loading 5 in parallel on most page loads anyway.

How confident are you it won't break things if deployed?

All should be well :)

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... not really testable... well if they pass it's worked!
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Nick Sellen

Merge request reports