Should i cache manifest.json in service worker

Viewed 5484

I am using service worker. Should I cache my manifest.json file. Does it makes sense? Also how frequently does the browser fetch this file.

2 Answers
Related