Have you ever enabled the Output Profiler (Admin > System Administration > Output and Debugging) on one of your sites to see how many DB queries it takes to load a given page? I did it on one of my sites out of curiosity and was horrified by the results. Some of my simpler content pages were still taking between 30-40 queries to load, and the more complex listing pages with lots of conditional and embedded templates were into the 200s (especially the ones that are pulling data from Matrix fields). I was wondering if these numbers are comparable to yours if you’ve ever checked or if I’m doing something VERY wrong when I build sites. Any input would be hugely appreciated!