Depends. One argument could be that if the requested page use all sizes then there will be a lot of image calls (slower response, bandwidth etc) but you can bypass that i.e. by loading images with JS. Also more sizes means more disk space usage. I don’t think there is any significant performance concern related to back-end, meaning the db calls / queries etc.
Also if the images are compressed from the begging a few pixels down in width or height won’t be a difference in performance.
You can have an image with 600×900 dimension and cover a lot of intermediate sizes adjusting with CSS and keep a good aspect ratio and have a good quality for retina monitors. Better to have a bigger, in dimension, image and shrink it than to have a smaller image and scale it up.
Related Posts:
- Steps to optimize WordPress in regard to server load and website speed?
- Website is slow: advice on optimization
- Speeding Up Bulk Post Creation – wp_insert_post & update_post_meta
- How to properly insert a stylesheet in wp_head
- Using Multiple Queries of “home_url” vs. Calling a Variable Multiple Times
- Page taking time in loading. Also used lazy loading but doesn’t work?
- Optimizing site speed by localizing paths
- get_the_id, get_the_permalink, and get_the_title all with one DB call
- High traffic management in WP
- wp_get_attachment_image_src() regenerate custom size images everytime
- admin.php taking 14 seconds
- How to optimize recaptcha__en.js
- How can I optimize my website for improved speed? [closed]
- Measure the time it takes to execute a t-sql query
- How can you profile a Python script?
- Which Python memory profiler is recommended? [closed]
- What is the difference between spark.sql.shuffle.partitions and spark.default.parallelism?
- Java check if boolean is null
- the asymptotic growth of n choose floor(n/2)
- How well does WordPress scale?
- Slow Query for the wp_options table
- What is the best caching option for WordPress multi-site on non-shared hosting?
- Why is home (a lot) slower than other pages?
- WordPress SLOW, tried everything!
- WordPress so slow to load on MAMP
- Do multiple revisions really slow down WordPress?
- get_adjacent_post alternative on a very large db
- Fastest server stack configuration for WordPress?
- Refresh external feeds only in cron?
- What is the proper use of https in a modern E-Commerce environment?
- What are best practices for configuring a server for WordPress sites?
- Utilize WordPress Authentication Only
- WordPress tries to load “next page” after done loading current page
- Performance impact of using functions in WordPress?
- How to solve slow WordPress site caused by attachment_metadata
- Minimal WordPress load for only `get_option` to work (because ajax…)
- Localization / textdomain is slow and chaotic
- WordPress performance issue. Can I debug it?
- Image sizes and order of operations
- What other plugins are there available to track app performance for wordpress?
- wp_redirection_404 table has grown to 7GB
- Combining multiple javascript and css files
- Why can’t /wp-login.php be load balanced?
- WordPress Meta description – is it better to use manual configuration?
- Preload external PHP information
- Removing translation textdomain
- AWS (or others) vs VPS
- Do I manually minify css code in my main theme or child theme?
- WordPress 3+ slow load times on Ubuntu 10.10
- WP Optimization: Removing Orphaned wp_options (especially the autoload ones)
- I’m designing a plugin to create database indexes. Suggestions?
- WP Responsive images – upload custom image sizes
- Faster way to put images into a blog post by using Add Media dialog
- Does using WP-cron make the site slower for the user?
- How to preload images through Code Snippets wp_head for specific pages?
- TTFB increased for no reason
- Can the page load time depend on incidence of visiting?
- Preload Cache for thousands of posts may be on non-production environment
- Page Loading Issue [closed]
- How to optimize on-the-fly theme switching for mobile browsers?
- Wordress importing scripts
- Server Hardware for WordPress [closed]
- WordPress network vs Separate installs
- Optimizing function that automatically creates internal links based on post title string
- Optimising uploads folder then re-uploading?
- Performance testing a WordPress site locally?
- wordpress extremely slow on NAS
- Minifing js files with w3 total cache and expiring the combined file [closed]
- My authors need to be able to preview their upload images and manipulate and scale
- Does fixing PHP notices improves website performance?
- How do you make a site load faster when offloading is not an option?
- Optimal image size for wordpress?
- Lazy Loading of all Images
- how to embed Pdf and Video Without effecting page speed?
- Slow issues with Website running WordPress on Azure
- WordPress is very slow, even it’s not opening sometimes
- Write/saved logs in WordPress
- Best way of coding a theme with multiple languages in WordPress
- What is the best way to host a site with many images without it being too slow?
- How fast can I expect WordPress to be on a fresh install locally?
- Change loading order of blocks
- get_template_part calls amount and performance?
- Can lots of tags affect performance?
- REST api v2 how can modify respond types and make custom DTO for better performance
- Website is loading twice unnecessarily
- Performance of wp_get_attachment_image_srcset() and wp_get_attachment_image_url()
- Why is the server response time slowing my site down? [closed]
- High I/O load when hosting lots of wordpress sites
- How to handle high load of traffic of my server
- How to preload the entire site with javascript?
- How we can reduce wordpress page loading time? [closed]
- How to Aggregate, minify and compress (AMC) static and dynamic resources?
- How to improve my site’s loading time?
- WordPress and TTFB (time to first byte) stats
- What’s a good tool for speed benchmarking? [closed]
- Load Webp Version of Image if it exists
- How can a single disk in a hardware SATA RAID-10 array bring the entire array to a screeching halt?
- High load average, low CPU usage – why?
- Very long initial loading (20sec)
- How to add fetchpriority to first 2 images in wordpress?