alexchrysovergis / alexchrysovergis.github.io

https://alexchrysovergis.github.io/
MIT License
1 stars 3 forks source link

Mobile Perfomance Improvements #1

Open alexchrysovergis opened 2 weeks ago

alexchrysovergis commented 2 weeks ago

When visiting the website on a mobile device, some styles take longer to load compared to the desktop version. For instance, the loading backdrop doesn't appear right away on mobile.

Objective

Optimize the performance of scripts and styles to improve loading times and overall user experience on mobile devices.

SahilWMI commented 2 weeks ago

i'll do it.

SahilWMI commented 5 days ago

Hey @alexchrysovergis I've made some changes that i'd like you to review in #8 , if it doesn't affect the improvement in mobile devices much then i'll be implementing fetch priorities for img assets and implement other changes as mentioned in the PR. lemme know.

alexchrysovergis commented 5 days ago

Hi @SahilWMI. It certainly is faster, but we probably need to optimize a few more things, like the LCP on mobile, which is currently in the red at 6.3s.

SahilWMI commented 5 days ago

In that case I'll try and check if making the carousel movement manual from automatic increases the performance drastically as it seems to be the main culprit.