[pgAdmin][RM4681] Increase cache control max age for static files

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM4681] Increase cache control max age for static files
Date: 2019-08-28 08:01:17
Message-ID: CAM9w-_n_yao4qbLxS3-ZttOAHJTGF1uYFsf+R+geCmpUAuVqzQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the patch to increase cache control max age (in http header)
for static files to improve performance over longer run.
By default it is 43200 seconds (12 hrs), which means that the static files
like vendor.js, etc. will be fetched again from server after 12hrs. This is
not required as these files won't change.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM4681.patch application/octet-stream 547 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-28 08:05:48 pgAdmin 4 commit: Fix an issue where oid column should not be pasted wh
Previous Message Akshay Joshi 2019-08-28 07:20:28 Re: Resql test cases for views and fix for bug: 4650