Changes between Version 3 and Version 4 of Ticket #18542, comment 19


Ignore:
Timestamp:
2020-02-24T18:03:43+01:00 (6 years ago)
Author:
stoecker

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18542, comment 19

    v3 v4  
    44After setup of caching in #18599 I see following result "Query string present but no explicit expiration time" for sophox. Do you have any influence in the server sending the data? If so, it would be fine if the server would send an Expire header for the sparql request answers, so that caching works. That would also reduce load on the server.
    55
    6 I.e. like wikipedia add something like {{{Cache-Control: public, max-age=300}}} or any other valid time. More important is probably the Last-Modified line.
     6I.e. like wikipedia add something like {{{Cache-Control: public, max-age=300}}} or any other valid time. More important is probably the {{{Last-Modified}}} line.