How do I disable Dexecure for debugging?

How do I disable Dexecure for debugging?

Written by Inian Parameshwaran
Last update: Sunday, Apr 21, 2019

Our optimizations can be disabled using one of the following 3 ways:

  1. To disable Dexecure locally for debugging, the easiest way is to disable Service workers on your browser temporarily. For example, on Google Chrome, this involves checking the Bypass for network option in the Application panel of the Chrome devTools. On Firefox, open your page in Private Browsing mode since Firefox disables Service Workers in private browsing mode.
  2. Reload the page using Cmd/Ctrl + Shift + R (This bypasses the service worker too).
  3. Change the optimisationsEnabled key to false in the Dexecure JS file that you were provided.


Installation / Integration - Service Worker Method

Installing Dexecure via a Service Worker

7 articles in this category.
Written by Inian Parameshwaran.