View Issue Details

IDProjectCategoryView StatusLast Update
0001133savapage-server[All Projects] Generalpublic2020-06-23 16:31
ReporterrijkrAssigned Torijkr 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.1.0 
Target Version1.2.0Fixed in Version1.2.0 
Summary0001133: Improve .js and .css loading
DescriptionIST-1: SavaPage Javascript and CSS files are loaded with a unique URL that contains current link time as URL parameter. This is to prevent loading of any cached browser version.
IST-2: Some CSS files are loaded by @import from other CSS files. However, @import URLs do not contain unique (timestamp) IDs to bypass browser cache.
SOLL-1: Use the build timestamp of the SavaPage executable to make URLs of .js and .css files unique. In this way browser cache can be consistently used for a SavaPage instance.
SOLL-2: Do not use CSS @import, but <link> all CSS in HTML.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-06-23 10:40 rijkr New Issue
2020-06-23 10:40 rijkr Status new => assigned
2020-06-23 10:40 rijkr Assigned To => rijkr
2020-06-23 16:31 rijkr Status assigned => resolved
2020-06-23 16:31 rijkr Resolution open => fixed
2020-06-23 16:31 rijkr Fixed in Version => 1.2.0