This repository was archived by the owner on Jun 10, 2019. It is now read-only.
Various Easy Performance Boosts #930
Closed
Description
Feature
Why is this feature being added?
- Raven is a non-critical asset that is acting as render-blocking item. Make it async or defer it to get a faster "first paint".
react-table
is an unused dependency.notification.css
is being requested separately from the main style bundle.
What should your feature do?
- Use
defer
orasync
on Raven. - Delete everything referencing
react-table
- Bundle
notification.css
viaimport
insrc/index.js