1
Maybe I am too blind (must be my age), but are there ANY banner on the backend? Doubt that!
So why theses queries? You get them (nearly) everywhere, where database action happens (e. g. modifying files within an module):
SELECT COUNT(*) FROM xoopstrue_banner
SELECT * FROM xoopstrue_banner LIMIT 2, 1
blabla something else
SELECT COUNT(*) FROM xoopstrue_banner
SELECT * FROM xoopstrue_banner LIMIT 2, 1
These queries do not consume too much time, but they are useless IMO. Not a bug really, but worth a bug report? Maybe there should be another tracker on sourceforge only for performance issues?