blumilksoftware / interns-2022c-internships

Intership programme application made by interns themselves.
MIT License
5 stars 5 forks source link

Caching system for assets #59

Open brzozka opened 3 years ago

brzozka commented 3 years ago

In order for our app to be fast Kamil suggested to implement some caching system, so that our app images, fonts, css, and js files can be loaded from cache.

plencka commented 2 years ago

That's a welcome change to improve performance.

We need to check a few things first:

It's also worth to cache database when it's implemented.