App Telemetry

Front-end app scanner for your Shopify storefront

Know Exactly What's Running on Your Storefront (and What It's Costing You)

Shopify merchants install apps to grow their business. Reviews, upsells, analytics, chat widgets, loyalty programs. But every app injects JavaScript into your storefront, and over time that stack compounds. Pages slow down. Core Web Vitals drop. Conversion rates suffer. And when something breaks, it's nearly impossible to figure out which app caused it.

App Telemetry scans your storefront the way a real customer experiences it. Using an actual Chrome browser, it visits your homepage, collection page, and product page. It detects every script running on your site, matches them against 300+ known Shopify app signatures, measures their performance impact, and flags conflicts. Unknown scripts get classified by AI so nothing slips through.

Instead of guessing which apps are the problem, you get a health score from 0 to 100, per-app impact ratings, conflict detection, and specific recommendations. You'll know exactly what to keep, what to fix, and what to remove.

Already Uninstalled Apps but Still Seeing Slowdowns?

Shopify apps often leave behind JavaScript, tracking pixels, and injected code even after you uninstall them. App Telemetry detects this leftover code and tells you exactly what's still running, so you can clean up what other tools miss.

See App Telemetry in Action

A quick walkthrough of how scanning works and what you'll find.

What You Get

Health Score

  • Single 0 to 100 score for your full app stack
  • Weighted: analytics and tracking pixels don't count against you
  • Per-app scores show individual impact

App Detection

  • 300+ known apps matched by script signature
  • AI classifies unknown or custom scripts
  • Flags leftover code from uninstalled apps

Core Web Vitals

  • Measures LCP, CLS, and total load time
  • Scans homepage, collection, and product pages
  • The same metrics Google uses to rank your store

Conflict Analysis

  • Detects duplicate functionality across apps
  • Flags render-blocking scripts
  • Identifies leftover code from removed apps

JS Error Detection

  • Captures JavaScript errors thrown during page load
  • Pinpoints which scripts are breaking
  • Catch issues before your customers do

Recommendations

  • Actionable insights to improve performance
  • Specific guidance on which apps to address
  • PDF export for sharing with your team or agency

Automate Scanning with the API

Pro plan users get full REST API access to run scans programmatically. Authenticate with your API key and integrate App Telemetry into any workflow, whether that's CI/CD pipelines, agency dashboards, or automated monitoring.

  • Scan before every deploy with CI/CD integration
  • Monitor all client stores from a single agency dashboard
  • Get alerts when health scores drop
  • Bulk-scan hundreds of stores programmatically
  • 20 API scans per day on the Pro plan

# Start a scan
curl -X POST https://app-telemetry.com/api/v1/scan \
-H "X-API-Key: your_api_key" \
-d '{"url": "https://your-store.myshopify.com"}'

# Get results
curl https://app-telemetry.com/api/v1/scan/:scanId \
-H "X-API-Key: your_api_key"

# Check daily usage
curl https://app-telemetry.com/api/v1/usage \
-H "X-API-Key: your_api_key"

 

Ready to See What's Really Running on Your Storefront?

App Telemetry is free to start. Install from the Shopify App Store and run your first scan in under a minute.