Hello, I am using Koolreport to get some graphics. It is working well in general, but I am facing an "error" I cannot understand. I have a MySQL query which takes around 1s 547ms executing it on phpMyAdmin or PhpStorm console. But making same query with Koolreport takes around 15/16 seconds. I am using MySQLDataSource, and debugging with Xdebug I found that is on this line where it get "stuck":
"$stmt->execute()" is where most time is "wasted", so it looks like the problem is on query executing, not drawing graphic or whatelse. I have checked that is the same query, so I cannot find a reason why through Koolreport it takes several seconds and "directly to database" it takes less than 2 seconds.
Thank you.