You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fully replaced remaining fa icons with bootstrap equivalents
- standardized icons to use individual components rather than the BIcon
helper component
* attempt to do some tree shaking and only bundle the bootstrap icons we
are using failed, need to revisit later
ref #834
Remaining client-side tasks:
Server performance needs to be looked at independently (sentry performance monitoring, game server load testing, etc.)
previous performance related issues:
#788
#666
Treemap of the gzipped bundle:
webpack chunk splitting: https://webpack.js.org/plugins/split-chunks-plugin/
lazy loading routes (for splitting game components from web content): https://v3.router.vuejs.org/guide/advanced/lazy-loading.html#lazy-loading-routes
The text was updated successfully, but these errors were encountered: