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
Base on google lighthouse i think we can improve the perfomance on the website.
Things to update :
Does not use passive listeners to improve scrolling performance
Browsers can't know if an event listener will prevent scrolling, so they always wait for the listener to finish executing before scrolling the page.
Serve static assets with an efficient cache policy
HTTP caching can speed up your page load time on repeat visits.
sol address : 7xCxNe86R4UG7e2DroBrJj3MMZ6FNebaEAxUpoREGZCn
[ ]
[ ]
The text was updated successfully, but these errors were encountered:
Base on google lighthouse i think we can improve the perfomance on the website.
Things to update :
Does not use passive listeners to improve scrolling performance
Browsers can't know if an event listener will prevent scrolling, so they always wait for the listener to finish executing before scrolling the page.
Serve static assets with an efficient cache policy
HTTP caching can speed up your page load time on repeat visits.
sol address : 7xCxNe86R4UG7e2DroBrJj3MMZ6FNebaEAxUpoREGZCn
[ ]
[ ]
The text was updated successfully, but these errors were encountered: