Query:	SELECT *
	FROM phpbb_pa_cat
	ORDER BY cat_order ASC

table type possible_keys key key_len ref rows affected_rows Extra
phpbb_pa_cat  ALL          Using filesort 


Query:	SELECT *
	FROM phpbb_pa_files
	WHERE file_approved = '1'
	ORDER BY file_time DESC

table type possible_keys key key_len ref rows affected_rows Extra
phpbb_pa_files  ALL          14  14  where used; Using filesort 


Query:	SELECT *
	FROM phpbb_pa_cat
	ORDER BY cat_order ASC

table type possible_keys key key_len ref rows affected_rows Extra
phpbb_pa_cat  ALL          Using filesort 


The pafiledb Mod generated 3 queries,
spending 0.0809090137482 doing MySQL queries and 4.12479794025 doing PHP things.