Query optimization

I’ve disabled query cache (immediatly execution time increased a lot) and added the following:

Percona

log_slow_filter = full_scan,full_join,tmp_table_on_disk,filesort,filesort_on_disk
slow_query_log_file = /var/log/mysql/slow.log
long_query_time = 10
slow_query_log = ON

I don’t see anything logged, thus all executed query are properly using indexes and not making full scans or similiar.