This question is a result of the answers provided to me for my previous question. I was asked to use Eclipse MAT to investigate what is eating up my heap. Below are my observations (Top Consumers):
I am thinking in moving all JS and images from webserver to another server to mitigate the load on my webserver. then i will use parallel module to get this stuff from the other server.
I have an application written in asp.net c# and hosted on IIS6. There are an \'Image\' folder with 3-subfolders. These folders contained images of type \'jpg\',\'gif\',\'png\' etc. Images are very hug
My images should be cached so that they are not downloaded more than once. They should only be updated if an image name is not currently stored lo开发者_JAVA百科cally.
I\'m using imagecache_create_path() and getimagesize() to get the path of a imagecache-generated image and its dimensions. However, if it\'s the first time we access the page that image doesn\'t exist
I just installed Google\'s Page Speed plugin to Firebug, and everything looks good except for caching.I have set head开发者_JAVA百科ers to cache my JS and CSS files, but it says the images aren\'t bei
I\'m seeking a tutorial on how to cache images loaded from a url into cells of a uitableview. I found an example here
I am doing image caching and I am saving the files to a temporary directory NSTemporaryDirectory. Its seen in log as /var/folder开发者_如何学JAVAs/.... .Where is this thing present. I am currently doi