[eluser]WanWizard[/eluser]
last_query() will always shows one query (namely the last one executed).
You could activate the profiler to see all queries executed.
If you see only one there as well, it could be that your page is requested twice (this can happen if you use the default rewrite rules and one of your assets, or a favicon, is missing). To see if this the case, check your CI and/or server logfiles.