Jump to content



Latest News: (loading..)

- - - - -

slow_query configuration


  • Please log in to reply
No replies to this topic

#1   gotcha5832

gotcha5832
  • Members
  • 16 posts
  • Real Name:gotcha

Posted 10 July 2012 - 08:20 AM

Hi everyone,

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 configuration
Which can reach 0.9s
For only 200 entry?
Why is it so slow?
How could I improve it?