---
title: "Sources and method · WebConsulting"
url: https://web-consulting.fr/en/sources/
updated: 2026-08-27
---
# Sources and method

This page states where every figure shown on web-consulting.fr comes from. Performance measurements are taken with Lighthouse 13.4.1 on the homepage, mobile profile then desktop, on 26 August 2026. The exact commands are given below: anyone can repeat the measurement and get the same result, network variability aside. The published page count is the number of loc tags in the XML sitemap, checked automatically on every publication — if the displayed figure diverges from the real sitemap, the release fails.

## What we measure ourselves

Primary data. Measured on 26 August 2026, page measured: https://web-consulting.fr/

What we measure ourselves

Metric

Value

Lighthouse score (performance)

98/100 mobile · 100/100 desktop

Lighthouse score (accessibility)

100/100

Largest Contentful Paint

2,1 s mobile · 0,6 s desktop

Cumulative Layout Shift

0

Total Blocking Time

0 ms

Published pages

212

Sites online in portfolio

20 (8 demos)

[Check in one click, nothing to install → PageSpeed Insights](https://pagespeed.web.dev/analysis?url=https%3A%2F%2Fweb-consulting.fr%2F)

## Reproduce the measurement

These commands produce the values in the table above. Node.js required, nothing permanently installed.

```
npx lighthouse@13.4.1 https://web-consulting.fr/ \
  --form-factor=mobile --screenEmulation.mobile \
  --only-categories=performance,accessibility,best-practices,seo \
  --chrome-flags="--headless=new" --output=json
```

```
npx lighthouse@13.4.1 https://web-consulting.fr/ \
  --preset=desktop --chrome-flags="--headless=new" --output=json
```

```
curl -s https://web-consulting.fr/sitemap-0.xml | grep -o '<loc>' | wc -l
```

## What we quote from third parties

The figures below are not ours: we quote them from third-party studies. We name the issuer so you can judge. A borrowed figure is worth what its author is worth.

70%

of SMB websites lack a clear call to action — WPBeginner

75%

of users judge a company's credibility on the quality of its website — Stanford Web Credibility Project (Persuasive Technology Lab, B. J. Fogg)

53%

of mobile visitors abandon a site taking more than 3 seconds to load — Google Research

32%

increase in bounce probability when load time goes from 1 to 3 seconds — Google Research

46%

of Google searches have local intent — GoGulf

## What we do not claim

For symmetry, here is what these figures do not say.

-   Lighthouse scores are lab measurements on a simulated connection. They do not replace CrUX field data, which web-consulting.fr does not yet have enough traffic to feed.
-   The accessibility score is automated: it covers only part of the RGAA criteria. See the accessibility statement.
-   The portfolio count includes demonstrations, labelled as such on each page. They are not client commissions.
-   No traffic, conversion or average-position figure is displayed on this site: we do not yet have a long enough series for them to mean anything.

Page updated on 26 August 2026.
