Hi I am developing small school app using angular.js and php that captures images from canvas and then stores it in mySql db.
The images are stored image/png
;base64 string
.
My problem is that when I load these images (300 images of 11.2Kb) it takes lot of time to display it on screen (approx 1 minute for 3Mb HTML).
Are there any libraries or angular directives that I can use to cache these images when displaying?