I'm working to improve my website's performance, and make it faster.
I'm actually working on musql queries, and I'm surprise to see this slow query:
select configuration_key as cfgKey, configuration_value as cfgValue from configurationWhich can reach 0.9s
For only 200 entry?
Why is it so slow?
How could I improve it?









