URL
https://www.akassanvision.se
Webperf_core version
2026.5.3
What environment are you running?
Has anyone else reported it already?
Expected Behavior
The page loads and the statement is rated on its merits.
Actual Behavior.
When running the public Docker image without an increased --shm-size, Chrome's
renderer crashes (tab crashed) on heavier pages and the page load times out.
The test then falls back to a false result. For test 26 (accessibility statement)
this reports an existing statement as missing (critical).
It also produces a contradictory score: Overall 2.48 vs A11y 1.0, because the
network warning and the not-applicable sub-checks dilute the overall rating while
a11y reflects the (false) critical failure.
fixed by larger shm:
docker run --rm --shm-size=2g webperfse/webperf-core
python3 default.py -t 26 -u https://www.akassanvision.se -r
Overall: 4.0
A11y: 4.0
- Accessibility statement, compatible word is missing (error)
- Accessibility statement, no evaluation method specified (error)
How to reproduce
docker run --rm webperfse/webperf-core \
python3 default.py -t 26 -u https://www.akassanvision.se -r
Log output
URL
https://www.akassanvision.se
Webperf_core version
2026.5.3
What environment are you running?
Has anyone else reported it already?
Expected Behavior
The page loads and the statement is rated on its merits.
Actual Behavior.
When running the public Docker image without an increased
--shm-size, Chrome'srenderer crashes (
tab crashed) on heavier pages and the page load times out.The test then falls back to a false result. For test 26 (accessibility statement)
this reports an existing statement as missing (critical).
It also produces a contradictory score: Overall 2.48 vs A11y 1.0, because the
network warning and the not-applicable sub-checks dilute the overall rating while
a11y reflects the (false) critical failure.
fixed by larger shm:
docker run --rm --shm-size=2g webperfse/webperf-core
python3 default.py -t 26 -u https://www.akassanvision.se -r
How to reproduce
docker run --rm webperfse/webperf-core \ python3 default.py -t 26 -u https://www.akassanvision.se -rLog output