Namanl2001 / MERN-Gurujii-dev

⭐️ Helps! in finding Tutors.
https://guru-jii.herokuapp.com/
MIT License
34 stars 85 forks source link

Code splitting #197

Closed akshay1027 closed 3 years ago

akshay1027 commented 3 years ago

Related Issue

Implemented code splitting and improved application s performance from 29 to 62 and accessibility from 86 to 100 ( in google dev tools performance metric)

Closes: #189

Describe the changes you've made

Since the home takes a 100vh, we can take some more time to load the footer in home and other routes, so implemented lazy loading! Also made the 404 page lazy-loaded

What sort of change have you made:

Mention any unusual behaviour of your code (Write NA if not)

Any unusual behaviour of your code

Checklist:

Additional Info (optional)

Any additional information you want to give

akshay1027 commented 3 years ago

before code splitting:

2021-05-18 (3)

after code splitting:

2021-05-18 (5)

akshay1027 commented 3 years ago

@Namanl2001 please let me know about the changes!