itsMU1X
itsMU1X
Explore posts from servers
KPCKevin Powell - Community
Created by itsMU1X on 1/24/2024 in #front-end
Performance things in lighthouse
interesting, it looks better than the srcset attr
33 replies
KPCKevin Powell - Community
Created by itsMU1X on 1/24/2024 in #front-end
Performance things in lighthouse
if you replied make sure to mention me, thanks
33 replies
KPCKevin Powell - Community
Created by itsMU1X on 1/24/2024 in #front-end
Performance things in lighthouse
<img class="aspect-video" srcset="{hero400} 400w, {hero600} 600w, {hero800} 800w, {hero1000} 1000w" sizes="(max-width: 400px) 400px, (max-width: 600px) 600px, (max-width: 800px) 800px, (min-width: 801px) 1000px" src={hero} alt="Hero" width="600" height="300" /> that's my img with the srcset and sizes, where's the wrong part and why?
33 replies
KPCKevin Powell - Community
Created by itsMU1X on 10/11/2023 in #front-end
FCP, LCP in web vitals.
sounds good to me
10 replies
KPCKevin Powell - Community
Created by itsMU1X on 10/11/2023 in #front-end
FCP, LCP in web vitals.
it was svg image, and i tried and the final result now is 95% on mobile, and 100% on desktop
10 replies
KPCKevin Powell - Community
Created by itsMU1X on 10/11/2023 in #front-end
FCP, LCP in web vitals.
the performance was 94% is it good enough? i'm tryin to make it 100%
10 replies
KPCKevin Powell - Community
Created by itsMU1X on 10/11/2023 in #front-end
FCP, LCP in web vitals.
same thing i was testing
10 replies
KPCKevin Powell - Community
Created by itsMU1X on 10/11/2023 in #front-end
FCP, LCP in web vitals.
it was without the px i was testing cuz i really tired of this, and sadly the image's size is only 8 kb!
10 replies
KPCKevin Powell - Community
Created by itsMU1X on 7/20/2023 in #back-end
NextJS 13.4 - how to get the ip address using server functions.
app router
4 replies