I’m creating chat. This chat is refreshing every 2 seconds but in messages cold be images.
They reloading every 2 seconds. How to cache images or something like this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should not be concerned about caching. Almost all modern browsers automatically cache the resources. If you inspect the images you can see that the status will be
Explanation here: http://www.w3.org/Protocols/HTTP/HTRESP.html ( at bottom )
That being said, if your application is enterprise level this becomes a different ball game altogether. With huge traffic you should resort to techniques like