Vasi
Vasi

Reputation: 1227

What are the possible way to cache static assets in web application?

I want to cache static assets of my web application for performance improvement. Now I have add Cache-Control header to cache that. I want to know about different caching mechanism of web application.

Thanks in advance!

Upvotes: 0

Views: 44

Answers (1)

Sv Sv
Sv Sv

Reputation: 345

Just use ServiceWorker. It is one way to cache everything you need.

Upvotes: 1

Related Questions