Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34286
47b0b47a fix(nx-dev): fix double-counting and exclude assets from page tracking ## Current Behavior 1. track-asset-requests runs twice per request due to redundant path patterns: `['/*.txt', '/**/*.txt', '/*.md', '/**/*.md']` 2. track-page-requests runs on many asset requests (fonts, images, pagefind) even though it only tracks HTML page views ## Expected Behavior 1. Asset tracking should only fire once per request 2. Page tracking should exclude all non-HTML assets at Netlify level ## Changes - Simplified track-asset-requests paths to `['/**/*.txt', '/**/*.md']` (the `/**/*` pattern already matches root level) - Added comprehensive excludedPath to track-page-requests for fonts, images, pagefind, and OG images ## Related Issue(s) Fixes DOC-395
1 day ago
by jaysoo
j
Canceled
34286
a72b460b fix(nx-dev): exclude fonts, images, and pagefind from page tracking ## Current Behavior The track-page-requests edge function runs on many asset requests (fonts, images, pagefind search index, og images) even though it only intends to track HTML page views. ## Expected Behavior Asset requests should be excluded at the Netlify level via excludedPath so the edge function doesn't execute at all for these paths. ## Related Issue(s) Fixes DOC-395
1 day ago
by jaysoo
j
Previous page
Previous
Next
Next page