• On Wednesday, 19th February between 10:00 and 11:00 UTC, the forum will go down for maintenance. Read More

Post with 100 pictures will make the page slow?

Unrealworld

Senior Member
Joined
Mar 28, 2016
Messages
827
Reaction score
181
Sorry for the stupid question but does post with 100 pictures of 800x800 size each one will make the page too slow or it is normal? I'm using shared hosting.
 
You could use Smush or EWWW Wordpress plugins to reduce the size of your images to speed up your site.
 
Without a doubt. Too many large images in one page. What do you want to achieve?
 
Of course it will lag your legs as hell. At least try to optimize a bit.
 
e stupid question but does post with 100 pictures of 800x800 size each one will make the page too slow or it is normal?
You just open the page and you will see how its slow. compare to other site. Images make it slow mate.
 
No doubt about it. For sure page is going to be slow use image compression
 
Sorry for the stupid question but does post with 100 pictures of 800x800 size each one will make the page too slow or it is normal? I'm using shared hosting.
yeah, it will make it slow.
Why don't you use CDN for your image?
 
100 PICTURES on a single page and with a shared hosting - Best Way to disasters speed...
giphy.gif
 
Yupp it will. Lazy load the images instead of loading them at once.
 
Use plugins to reduce image size. Why would someone embed such number of images in a page?
 
Without a doubt. Too many large images in one page. What do you want to achieve?
I want to make visitors to share the images on social media. Many blogs have 100 pictures and it's not that slow the pages, it's just opening the pictures from top to bottom.
Of course it will lag your legs as hell. At least try to optimize a bit.
You just open the page and you will see how its slow. compare to other site. Images make it slow mate.
No doubt about it. For sure page is going to be slow use image compression
100 PICTURES on a single page and with a shared hosting - Best Way to disasters speed...
giphy.gif
Yupp it will. Lazy load the images instead of loading them at once.
Use plugins to reduce image size. Why would someone embed such number of images in a page?
I just wanna make the visitors to share my images. These images are motivational quotes and I know it will open the pictures slowly from top to bottom so it's not big problem.

I have one more question: How hard is it to rank for the keyword "motivational quotes"?
 
I have one more question: How hard is it to rank for the keyword "motivational quotes"?
That's out of my alley. :D



I want to make visitors to share the images on social media. Many blogs have 100 pictures and it's not that slow the pages, it's just opening the pictures from top to bottom.
It is better to load those images one by one after document is ready. That way, you will have a normal page loading time, and yet have 100 images in one page. I guess those blogs you are talking about use lazy loading too.

I made one lazy loading plugin for jquery myself. You could try it out if you like..

Demo:
Code:
https://noc2spam.github.io/yalil/

Github Project:
Code:
https://github.com/noc2spam/yalil
VT (if needed):
Code:
https://www.virustotal.com/gui/file/7191827f7ccadb0a278d9676fb822e23225e46393286c705aebb81f59475e993/detection

Let me know if you face any issue. :)
 
Obviously. But you can reduce the time period but decreasing the weight of images.
 
Lazy loading the images is your best bet. You do not need to load all 100 images on page load. There are jQuery plugins that can do this for you. You could also rework your post and split it into subpages with X amount of images on each page, but that seems like more work.
 
Lazy loading the images is your best bet. You do not need to load all 100 images on page load. There are jQuery plugins that can do this for you. You could also rework your post and split it into subpages with X amount of images on each page, but that seems like more work.
Thank you. I would like to know how competitive is the keyword "motivational quotes" because I'm gonna try to rank for it.
 
Here's what i'd do to have a page with 100 pics

- implement lazy loading (like the name sounds - images load AFTER the page has loaded and AFTER the image is in VIEW)
- implement CDN on images so that your server isnt slowed down (imgur can be used as well)
 
Back
Top