'Does ServiceWorker affects to Web Performance when store cache?

I have two question.

  1. Does ServiceWorker affects to Web Performance when install ServiceWorker on browser?
  2. Does ServiceWorker affects to Web Performance when store cache?

I thought ServiceWorker does not affects to web performance. Because it run in worker thread different from the main thread.

But I wasn't sure if this idea was correct.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source