This query always keep executing with every request which effect the performance extensively
select * from `users` where `id` = ? limit 1\'
I