Won’t adding JavaScript slow down my website further?

Won’t adding JavaScript slow down my website further?

Written by Inian Parameshwaran
Last update: Wednesday, Jun 19, 2019

Service Worker scripts are very different from traditional JavaScript that you add on to your page. They run on a separate thread and do not block the rendering or any other task that takes place on the main thread.

Our service worker script is extremely light weight. The actual heavy lifting of optimizing your assets happens on our servers. The job of the service worker script is just to collect minimal information about the user’s environment and route the request to Dexecure instead of your origin server.

Installation / Integration - Service Worker Method

Installing Dexecure via a Service Worker

7 articles in this category.
Written by Inian Parameshwaran.