A real audit, unedited
One page of one live store.
Here is everything Visora found.
Captured on 9 September 2026 from the homepage of a live Shopify store (shown with the owner's permission, name withheld). Every number and file reference below comes straight from the audit — nothing staged, nothing rounded up.
Scores — lab-measured, both form factors
Mobile
Desktop
A perfect SEO score next to a 34 in performance is exactly why one number is never the story — the pages rank fine and load slowly. The audit found 274 issues: 15 critical, 215 warnings, 44 informational, across the page, the theme and the site configuration.
The theme scan — 200 files, 32,938 lines of Liquid
Visora reads the published theme's source through Shopify's Theme API and points at lines. These are real findings from this store's theme:
eval() in theme code — a security risk and a CSP violation
Merchants rarely know this is in a theme they bought. Their developer fixes it in minutes once someone points at the line.
all_products — deprecated and extremely slow (N+1 queries)
Found twice in this theme. Each use fetches products one by one on every page load.
182 uses of the deprecated include tag
Plus 22 uses of the deprecated img_url filter. The fix
list groups them by file so a developer works through them in one
sitting instead of hunting.
The page itself
- 1,200 ms estimated saving from removing unused JavaScript on mobile — the single biggest win on this page.
- 780 ms lost to a chain of page redirects before the page even starts rendering.
- 62 images on the page — 61 load eagerly (no lazy loading), 61 are missing width/height (layout shift), 4 have no alt text.
- Title tag is 70 characters — long enough that search results cut it off.
- Organization structured data is present but invalid — missing its
name, so it does nothing for rich results.
Each finding carries a severity, an estimated saving, and — where it lives in code — the file and line. The whole list exports as Markdown to hand to a developer.
Your store has a list like this too
Install, pick one page, and read it in about three minutes. Free plan, no card, never expires.