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 has been archived by the owner on Feb 4, 2023. It is now read-only.
Lemmur could benefit greatly from request caching. Currently, other than images, nothing is cached. This means everything is refetched every time some data is needed. Additionally, this prevents lemmur from working offline. Most of the work has to be done in LAC and then utilized by lemmur.
Instance pages are cached
Community pages are cached
User profiles are cached
Posts are cached
The text was updated successfully, but these errors were encountered:
Lemmur could benefit greatly from request caching. Currently, other than images, nothing is cached. This means everything is refetched every time some data is needed. Additionally, this prevents lemmur from working offline. Most of the work has to be done in LAC and then utilized by lemmur.
The text was updated successfully, but these errors were encountered: