{
    "success": true,
    "data": [],
    "debug": true,
    "timings": {
        "init": 0.0021457672119140625,
        "getShareholders": 0.7450580596923828,
        "getWebsites": 0.5738735198974609,
        "prepareYearMonths": 0.2760887145996094,
        "loadCashBookCache": 1.483917236328125,
        "cashBookCache_count": 0,
        "loadDivOutCache": 0,
        "divOutCache_queryCount": 1,
        "identifyNeedsCalculation": 0.00095367431640625,
        "needsCalculationCount": 0,
        "neededWebsiteIdsCount": 0,
        "neededYearMonthsCount": 0,
        "batchLoadAll": 0.00286102294921875,
        "calculateAllShareholders": 0.00095367431640625,
        "calculationStats": {
            "savedData": 0,
            "calculated": 0,
            "mcInCalls": 0,
            "mcOutCalls": 0,
            "expensesOutCalls": 0,
            "openingBalanceCalls": 0,
            "sharePercentageCalls": 0
        },
        "calculationAvg": 0,
        "calculationMin": 0,
        "calculationMax": 0,
        "sort": 0.017881393432617188,
        "total": 3.1321048736572266,
        "totalSeconds": 0.0031321048736572266
    },
    "stats": {
        "shareholdersCount": 0,
        "websitesCount": 0,
        "yearMonthsCount": 7,
        "resultCount": 0,
        "cacheHitRate": 0,
        "totalCalculations": 0,
        "cacheMissRate": 0
    },
    "performanceAnalysis": {
        "bottlenecks": [],
        "recommendations": [
            {
                "priority": "high",
                "issue": "缓存命中率低",
                "currentRate": "0%",
                "suggestion": "建议增加 CashBookSummary 数据的保存，提高缓存命中率。当前只有 0% 的数据使用缓存。"
            }
        ]
    },
    "parameters": {
        "year": null,
        "queryAllYears": true
    },
    "debugDetails": [],
    "divOutCacheSample": null
}
