1
In my quest to save DB Queries, I was thinking maybe the XOOPS Config stuff like site name, description, etc should be stored in a php file rather than in the DB. This is needed for every page and calling it from a DB is kind of a waste.
Less DB queries = less page time gen.
But seriously, that info is used for every page, why not make it faster...