summaryrefslogtreecommitdiffstats
path: root/tests/exampleSiteWithImage/budget.mobile.json
blob: 2917d78a1d2cf2b3bea2837e5634ed791390f3e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "budget": {
        "requests": {
            "total": 9
        },
        "transferSize": {
            "total": 321024
        },
        "thirdParty": {
            "requests": 4
        },
        "score": {
            "bestpractice": 93,
            "privacy": 72,
            "performance": 86
        }
    }
}