Skip to content

Commit 5db515b

Browse files
committed
add scope to performance scout
1 parent 07e5703 commit 5db515b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
meta:
3+
title: Why This Shopify Store Has a Mobile Score of 6
4+
description: A deep dive into what's slowing down a major e-commerce site and how to fix it
5+
date: "2025-01-10T00:00:00.000Z"
6+
image: ""
7+
tags: ["shopify", "performance", "core-web-vitals", "e-commerce"]
8+
---
9+
10+
(WebPageTest results and findings go here)

packages/performance-scout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "performance-scout",
3-
"version": "1.1.0",
2+
"name": "@cutting/performance-scout",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "CLI tool to discover and test UK Shopify sites for performance",
66
"scripts": {

plans/income-diversification.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ Coding is the comfort zone. Resist hiding there.
4949
- Mobile: 6
5050
- Desktop: 38
5151
- SEO: 92
52-
- Status: not started
52+
- Status: run WebPageTest
53+
- WebPageTest URL: (add here)
5354
- Findings: (add here)
55+
- Blog post: `blog-posts/2025-01-10-shopify-performance-audit/index.md`
5456

5557
## Next
5658

0 commit comments

Comments
 (0)