{{/* Left column section title & collapse */}}

{{ i18n `ScoreDetails` }}

{{ i18n `AboutScoreDetails` }}


{{ $label := i18n "ResultDetailsCalculationExplainedLabel" }} {{ $content := i18n "ResultDetailsCalculationExplainedContent" }} {{ $moreHref := i18n "HowDoesItWorksURL" }} {{ $moreLabel := i18n "HowDoesItWorksTitle" }} {{ partial "components/collapse" (dict "context" . "label" $label "content" $content "moreHref" $moreHref "moreLabel" $moreLabel) }}
{{/* Right column section content */}}
{{/* Weight result details */}} {{ $title := i18n "ResultDetailsResultWeightLabel" }} {{ $units := i18n "ResultDetailsResultWeightUnits" }} {{ $unitsLegend := i18n "ResultDetailsResultWeightUnitsLegend" }} {{ partial "components/result-load-range" (dict "title" $title "icon" "weight" "verdict" "Trop lourde" "rangeValue" "" "rangeValueMin" "0" "rangeValueMax" "4.82" "rangeValueTarget" "1.024" "units" $units "unitsLegend" $unitsLegend "dataValueKey" "size") }} {{/* Dom complexity result details */}} {{ $title := i18n "ResultDetailsResultComplexityLabel" }} {{ $units := i18n "ResultDetailsResultComplexityUnits" }} {{ $unitsLegend := i18n "ResultDetailsResultComplexityUnitsLegend" }} {{ partial "components/result-load-range" (dict "title" $title "icon" "complexity" "verdict" "Trop complexe" "rangeValue" "" "rangeValueMin" "0" "rangeValueMax" "1386" "rangeValueTarget" "600" "units" $units "unitsLegend" $unitsLegend "dataValueKey" "nodes") }} {{/* Request number result details */}} {{ $title := i18n "ResultDetailsResultRequestsLabel" }} {{ $units := i18n "ResultDetailsResultRequestsUnits" }} {{ $unitsLegend := i18n "ResultDetailsResultRequestsUnitsLegend" }} {{ partial "components/result-load-range" (dict "title" $title "icon" "request" "verdict" "Peu de requêtes" "rangeValue" "" "rangeValueMin" "0" "rangeValueMax" "156" "rangeValueTarget" "40" "units" $units "unitsLegend" $unitsLegend "dataValueKey" "requests") }}