Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
913 views
in Q2A Core by
Q2A version: 1.5

1 Answer

0 votes
by

"The caching of images in the end user's browser is unrelated to the way in which the images are stored on the server. When outputting a blob (including an image), Q2A adds an HTTP header to encourage caching at the client end (see qa-blob.php)." quoting gidgreen

see http://www.question2answer.org/qa/13219/upload-images-instead-database-possible-recommended-ckeditor

by
you are totally correct. i already seen that header. But images generated from database don't show "304 Not Modified". For other images its working fine.
by
It uses the max-age directive, which tells the browser to cache the image for 30 days. In this case no Last Modified value is needed.
...