Array ( [:fromdate] => 2025-11-01 [:todate] => 2025-12-01 [:rightrailelement] => knowledge_graph ) SELECT count(*) as number , source as source FROM `brandserprightrailontologies` where date>=:fromdate and date <:todate and rightrailelement=:rightrailelement GROUP BY source order by number desc SLOW Select time: 0.412s Array ( [:fromdate] => 2025-11-01 [:todate] => 2025-12-01 [:rightrailelement] => knowledge_graph ) SELECT COUNT(DISTINCT(brandid)) as total FROM `brandserprightrailontologies` where date>=:fromdate and date <:todate and rightrailelement=:rightrailelement SLOW Select time: 0.362s