Reputation: 18699
I am wondering if there is a performance difference between using pictures as base64, compared to using actual files, that user has to download on fly.
Upvotes: 0
Views: 64
Reputation: 943564
An image with an HTTP URL of its own:
Upvotes: 1
Reputation: 153
using pictures as base 64 would be reduced the loading of images in webpage rather than downloading the source images.
dont really sure because external source images would be got cached by browser anyway after first load.
and looks like the base64 did not got cahced from browser
you can do some research from this:
https://varvy.com/pagespeed/base64-images.html
Upvotes: 0