Likely due to the fact that you have hundreds of images that need to be loaded? Why not break things down a little and let people click on React, Django or whatever first, and then load the images?
It's really bad, I hate having to load this URL, but I have to from time to time to show web developers what we will be working with.
Frustrated,
Bob
A large number of images and resources loading simultaneously can contribute to slowdowns. The method you suggest, known as "lazy loading," is commonly used by webmasters to improve page speed. It significantly reduces the initial load time by only loading images as needed.
Der Beitrag über die langsame Ladegeschwindigkeit von Websites spricht ein wichtiges Thema an, das viele von uns betrifft. Ich habe auch oft mit dieser Herausforderung zu kämpfen. Manchmal wird einem gesagt, dass eine langsame Website nicht so schlimm sei, aber das ist ein märchen für erwachsene. In der heutigen digitalen Welt ist die Ladegeschwindigkeit entscheidend für den ersten Eindruck und die Nutzererfahrung. Faktoren wie unoptimierte Bilder, zu viele Plugins oder schlechtes Hosting können einen großen Unterschied machen. Ich finde die Tipps in diesem Artikel sehr hilfreich und werde versuchen, meine eigene Website zu optimieren. Vielen Dank für die wertvollen Informationen!
A slow-loading website is often due to large images being loaded all at once. To improve speed, consider using lazy loading for images and breaking down content by category—like React or Django—so that only relevant images load when selected. This approach can significantly enhance performance and user experience. For more insights on optimizing web performance, check out Xtrasaas.com!
Hi,
Thank you for your feedback.
May I know what is your browser and OS version? Is the browser cache not disabled on your browser? Is the loading time the same on other devices on your end?
As per Google page test results here the page is quite optimized for SEO and UI/UX. As you can see the Google page loading score is quite high(Over 90 from 100).
We load those thumbnails using lazy load techniques. During the initial page load only 10-15 thumbnails are loaded as per initial viewports. Only when u scroll other demos thumbnails are loaded.
We will check it further and try to improve the loading time further.
Regards.