When I'm running a query for the first time, it takes x miliseconds to be executed. When I run it the second time it takes a lot less time. I assume that it is some caching involved in this mechanism, but I need to know what is the real speed of my queries.
- Can I reset the caching after the query instruction, or something like that?
- In the developement stage, what are you using to see the speed of your queries?
- Can you provide me a useful resource/tool/tutorial/blog to read about this thing/feature/problem?
BTW I'm using Apache, MySQL and PHP in Windows (XAMPP).