How to Check If Speed Layer Is Running
Purpose
Help you confirm that Speed Layer is installed and running on your site.
Quick checks
Check 1: View page source
Open your homepage and view page source.
Confirm the script appears in the head near the top.
You should see:
- The script inside the head
- The script immediately after the title tag
- No async or defer
Check 2: Confirm the script loads
Open your browser dev tools and reload the page.
In the Network tab, filter for exo.autogenius.io.
You should see a request for the Speed Layer script.
If you do not see the script
Most common causes:
- The change was not published
- The script was added to a page level field instead of a global header
- The platform injects scripts late or strips head scripts
Next step
If the script is present and loaded, use the browser tools guide to confirm it is active:
- What to Look for in Browser Tools (Simple Version)