How to Install Dexecure on Custom Websites via Service Worker Method

How to Install Dexecure on Custom Websites via Service Worker Method

Written by Inian Parameshwaran
Last update: Wednesday, Sep 11, 2019

There are two methods of integrating Dexecure with custom built websites. In this article, we will look at integrating Dexecure via the Service Worker method.

Integrating Dexecure this way is as simple as uploading a script to your server and calling it in your pages. Contact us if you need help with this.

Let's optimize assets being served from example.com

Getting your Dexecure Installation Script

  1. Login to Dexecure Dashboard and create a Dexecure domain at https://app.dexecure.com/dashboard.

  2. Add your domain you want to optimize

  3. Using the Dexecure domain, generate the service worker script from this Github repo.

  4. Now, download the file you would need to host on your website and host it at the root of your website like https://example.com/xxx-dexecure.js

  5. We now need to call this script in your HTML pages. Here is the installation code that you would need to insert into your webpages.

That's it!

Now all assets going through Dexecure would automatically be optimized based on the browser, device, network, screen resolution, etc. automatically!

Installation Guides

Integrate Dexecure with your website

5 articles in this category.
Written by Inian Parameshwaran.