I've run into issue with Request history panel. It calls generate_stats of every panel while processing response. The instrumentation has not been disabled, as a result SQL panel records extra queries triggered by Request panel (session data). Then in Debug toolbar I see, "1 query in x ms". But when I open the panel, I see no queries. Supposedly because Request history panel provides stats for other panels and by the time SQL panel got to generate stats no extra queries were executed.
I've run into issue with Request history panel. It calls
generate_statsof every panel while processing response. The instrumentation has not been disabled, as a result SQL panel records extra queries triggered by Request panel (session data). Then in Debug toolbar I see, "1 query in x ms". But when I open the panel, I see no queries. Supposedly because Request history panel provides stats for other panels and by the time SQL panel got to generate stats no extra queries were executed.