Pragma: public for images
-
Hi,
I’m currently optimizing my WordPress setup and discovered that a bunch of graphics cannot be cached by the browser due to “Pragma: no-cache”. I added the following to wp-includes/ms-files.php:
header("Pragma: public");Wouldn’t it be a good idea to add this line in a following release?
The topic ‘Pragma: public for images’ is closed to new replies.