You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2019. It is now read-only.
We should leverage browser caching where we can.
ex: When an issue is not altered and no new comments are placed, we can just send the 304 status header and quite building the response.
To do this efficiently, we might need to create a table holding all last modifier timestamps. This way no extra data needs to be queried.