Roundup Tracker - Issues

Message6179

Author rouilj
Recipients rouilj
Date 2018-08-11.02:26:05
Message-id <1533954365.72.0.56676864532.issue2550991@psf.upfronthosting.co.za>
In-reply-to
The roundup-server doesn't set any cache control (max-age, expires)
headers on static files.

This means javascript, image and other static resources have to be
retrieved on each page load.

I think for initial implementation setting a max-age by
data type:

  .js text/javascript maxage=2weeks,
 .css text/css maxage=2months

is sufficient for @@file assets and attached assets.

Also setting a max-age for attached assets otherwise not specified
(e.g. a file attached to an issue accessed via: 
https://mytracker.example.com/demo/file1/android-chrome-192x192.png)
should work for initial implementation.
History
Date User Action Args
2018-08-11 02:26:05rouiljsetrecipients: + rouilj
2018-08-11 02:26:05rouiljsetmessageid: <1533954365.72.0.56676864532.issue2550991@psf.upfronthosting.co.za>
2018-08-11 02:26:05rouiljlinkissue2550991 messages
2018-08-11 02:26:05rouiljcreate