Please I need your review
The form loads fine on desktop but it takes time to load on mobile, what could be the issue?
https://rebornay.github.io/ASSIGNMENT-4
4 Replies
this prolly brlongs to #showcase
since u want some code review
but ig just wait for a mod to respond
Mobile loading speed depends very much on your mobile internet speed. Something to consider: your logo image is rendered at 40px by 40px but the actual file is 1935px x 1927px, and it's a PNG. Consider replacing the file with a WEBP filetype and supplying it at the size you actually use.
I've throttled this in devtools and ran it in Lighthouse and it loads quickly on my / google's end: https://pagespeed.web.dev/analysis/https-rebornay-github-io-ASSIGNMENT-4/xo2v0zsfvb?form_factor=mobile
The only thing that doesn't load quickly is the image like Alex said
This channel is for code-specific questions. This question is not directly related to code and, as glutonium pointed out, is better suited to #showcase with the
feedback
tag.