Website too laggy
Answered
Pigeon tremex posted this in #help-forum
Pigeon tremexOP
My web application gets lagged at points when there is image loading. What could have caused this issue ? The image is just 3.4mb. Like suppose the image is about to appear to the viewport then at that moment the scroll feels very sticky like it's forced to not scroll.
Answered by joulev
3.4 MB is very large. Optimise it, either by next/image or by hand using any X->webp converter you can find. It should be a couple of hundred kB at most
2 Replies
@Pigeon tremex My web application gets lagged at points when there is image loading. What could have caused this issue ? The image is just 3.4mb. Like suppose the image is about to appear to the viewport then at that moment the scroll feels very sticky like it's forced to not scroll.
3.4 MB is very large. Optimise it, either by next/image or by hand using any X->webp converter you can find. It should be a couple of hundred kB at most
Answer
@joulev 3.4 MB is *very* large. Optimise it, either by next/image or by hand using any X->webp converter you can find. It should be a couple of hundred kB at most
Pigeon tremexOP
Ok. Thank you for the reply â¤ï¸