3

So my boss tells me that industry standard for serving images is that you have one image on the server that is approximately 3x larger than the largest size you need it to be and resize it on the client side as you need. However, a lot of the tutorials I have seen online lead me to believe that is not true. Is it? Because I have to serve up a whole lot of 150kb images for something I didn't even want to do in the first place and it's causing serious performance issues, even with lazy loading.

Comments
  • 5
    His prefered language is malbolge?
  • 6
    The industry standard in the torture industry? I guess he's unaware of sourcesets.
  • 5
    Did He tell you that on April Fool's?
  • 0
    I knew that shit didn't add up.
  • 1
    Nah, that's the opposite of industry standard. That's garage startup standard. Industry standard is serving images in all required resolutions between largest and first to be loaded. For even lower res versions loaded later you can just use that one and rely on caching.
Add Comment