I am writing a javascript application which fetches data as JSON from a PHP based API. Currently images URLs are received from the API which are then used to display them using the <img>
tag.
Is it practical and efficient to use dataURI instead of regular image URLs ? My application is intended mainly for mobile phones.So will this need additional processing power in the client side ?