Skip to content

Commit

Permalink
Remove the caddy/ value for Framer Sites (#95)
Browse files Browse the repository at this point in the history
We have stopped using this prefix end of April, so it no longer should identify a Framer site, and more likely
is "some other caddy".

The number of sites in ttfb.json did change slightly now, but this looks like it could indeed be false positives.
  • Loading branch information
ankon authored Jun 17, 2024
1 parent 9cd41ca commit b99eafb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions ttfb.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
}, {
"platform": "Framer",
"client": "desktop",
"n": "3064",
"fast": "0.89327676240208875",
"avg": "0.10280678851174935",
"slow": "0.0039164490861618795"
"n": "3062",
"fast": "0.89320705421293267",
"avg": "0.10287393860222077",
"slow": "0.0039190071848465057"
}, {
"platform": "Squarespace",
"client": "desktop",
Expand Down Expand Up @@ -162,10 +162,10 @@
}, {
"platform": "Framer",
"client": "mobile",
"n": "2412",
"fast": "0.58747927031509117",
"avg": "0.38349917081260365",
"slow": "0.029021558872305141"
"n": "2401",
"fast": "0.5855893377759267",
"avg": "0.385256143273636",
"slow": "0.029154518950437316"
}, {
"platform": "WP Engine Atlas",
"client": "mobile",
Expand Down Expand Up @@ -376,4 +376,4 @@
"fast": "0.14307520097690038",
"avg": "0.46097486516739594",
"slow": "0.39594993385570365"
}]
}]
1 change: 0 additions & 1 deletion ttfb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ DECLARE PLATFORMS ARRAY<STRUCT<regex STRING, name STRING>> DEFAULT [
('wordpress.com', 'Automattic'),
('a9130478a60e5f9135f765b23f26593b', 'Automattic'),
('flywheel', 'Flywheel'),
('caddy/', 'Framer'),
('framer/', 'Framer'),
('fly-request-id', 'Fly.io'),
('x-github-request', 'GitHub Pages'),
Expand Down

0 comments on commit b99eafb

Please sign in to comment.