Describe the bug
Overall, site performance is poor and seems to stem from repeated re-rendering of the page. Insert a console.log() call into the Home component and it appears to be called 4 times. A few other components were checked and it does seem like the site is rendered repeatedly around 3-4 times per component.
To Reproduce
Steps to reproduce the behavior:
Insert a console.log() call in the Home function/component
Load the page
Check browser console in developer tools
Expected behavior
Page should load blazingly fast...pls.
Describe the bug Overall, site performance is poor and seems to stem from repeated re-rendering of the page. Insert a console.log() call into the Home component and it appears to be called 4 times. A few other components were checked and it does seem like the site is rendered repeatedly around 3-4 times per component.
To Reproduce Steps to reproduce the behavior:
Expected behavior Page should load blazingly fast...pls.
Screenshots