Open
Description
I've not been able to hunt down the exact reason, but it appears that I'm getting "double" entries for every web query. Even using command-line wget
on a specific page, it showing two entries in the tracking table and two calls into the library: one "extremely short" one. Usually with a speed of 0.04s or less. And one entry that is more representative of the actual time to download the page. This might be a quirk of Flask, but it is inflating the numbers.
Any ideas what might be causing this? Is the same procedure being called before and after the request?