Open mkoncz opened 3 years ago
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Code-split using a third-party library such as loadable-components.
https://web.dev/unused-javascript/?utm_source=lighthouse&utm_medium=lr https://loadable-components.com/docs/getting-started/
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Code-split using a third-party library such as loadable-components.