# URL Results — psiLynx > The URL detail page is the central place for analysing the performance of a specific page. It brings together Lighthouse metrics, trend charts, full check history, and report tools. ## Page navigation Click any URL in the project table to open its detail page. The header shows: - ← back button to the project - Full URL - Status: **Active** / **Paused** - Label (if set) - Page type — colour dot + name, click to change The page is divided into four tabs: **Check results · Charts · History · Reports** ## Tab: Check results ### Controls toolbar A unified panel at the top of the tab contains two controls: - **Batch selector** — dropdown with all completed runs. The most recent is labelled *latest*. A **Latest** button appears when an older batch is selected. - **Platform pills** — All / Mobile / Desktop / Both. Click to switch the view. ### Platform modes | Mode | What you see | |---|---| | **All** | Averaged scores and metrics across both platforms | | **Mobile** | Mobile-only data | | **Desktop** | Desktop-only data | | **Both** | Mobile and Desktop side-by-side in every section | ### Result sections The results are organised into collapsible cards. Click any card header to expand or collapse it. **1. Health** A colour-coded progress bar summarising the overall score (0–100). - Good (≥ 80) · Needs work (50–79) · Critical (< 50) **2. Scores** Four score tiles: Performance, Accessibility, Best Practices, SEO. Each tile shows the average score prominently, with Mobile and Desktop values below it. Colour scale: ≥ 90 good · 50–89 needs attention · < 50 critical. **3. Core Web Vitals — Lab Data** Metric tiles for LCP, FCP, CLS, INP, TTFB, TBT, SI, TTI. Values are shown as `1.5 s`, `200 ms`, or `0.12` with a colour indicator. In **Both** mode, Mobile and Desktop values appear side-by-side. | Metric | Good threshold | |---|---| | LCP | < 2.5 s | | FCP | < 1.8 s | | CLS | < 0.1 | | INP | < 200 ms | | TTFB | < 800 ms | **4. Field Data (CrUX)** Real-world performance data from the Google Chrome UX Report (collected automatically once a week). Five metric tiles: LCP, CLS, INP, FCP, TTFB — each shows the p75 value and the percentage of real users in the Good zone. If not enough traffic data is available for this URL, an explanation card is shown instead. Low-traffic pages, staging environments, and recently launched pages typically won't have CrUX data. **5. Audit details** Expandable list of individual Lighthouse audit results. Each audit shows: - Pass / Fail status - Score contribution - Detailed findings (resources, sizes, timing breakdowns) ## Tab: Charts Score trend charts over time: - **Performance**, **Accessibility**, **Best Practices**, **SEO** — line charts with a data point per batch - Time range selector: Last 7 / 30 / 90 days, or All time - Each data point shows the date and score on hover - Mobile and Desktop lines shown together for comparison ## Tab: History Complete list of all batches that included this URL: | Column | Contents | |---|---| | **Date** | Check date and time | | **Batch** | Batch identifier | | **Performance** | Mobile and desktop scores | | **LCP / CLS / FCP** | Core Web Vitals values | | **Status** | Success / Error | Click a row to expand the full CWV breakdown for that batch. ### Batch detail Expanding a row shows: - All eight Lab Data metrics - CrUX values for that week (if available) - Export CSV button (Pro / Business) ## Tab: Reports List of all reports that include this URL: | Action | Description | |---|---| | View | Open the report viewer | | Link | Copy the public share link (creates one if none exists) | | Delete | Delete the report (permanent) | > Reports are generated from the Reports tab at the project level, not from individual URL pages. The URL Reports tab only lists reports that already exist.