|
I don't, no. I've got nothing to do with the administration of any of the Joomla.org sites, and am just restating what they've said in the past.
I think, but don't have evidence at the moment (I did some caculations a few weeks ago, and we've launched another couple of sites since then, both of which have been getting a lot of publicity, and fairly steady visitor growth, so I've extrapolated), that we are doing an average of about 27 queries per page, which includes SEF resolution and some fairly query heavy custom components. Of course, it's an average, so some pages will have more (I know some of the custom components can make 30 or more queries per page - they pull a lot of data), but the majority will do less. The database for the sites on the server (14 Joomla DBs, but they vary in the amount of content they hold) dumps to just over 10Mb of SQL files, and is a bit larger on the server because it has all the generated indices and so on.
The server runs on Apache 2.0.55, PHP 5.1.2 and MySQL 5.0.18, the caching is provided by APC 3.0.12p2 and the MySQL built in query cache. APC has 128Mb to play with, and the MySQL query cache is 50Mb (sounds small, but most of the cached queries are related to SEF URLs, so they don't need that much space). We serve about 99.8% of files from memory (according to APC), and about 25% of queries (it doesn't cache any queries involving dates, which all the custom components use heavily. I need to fix that, but until then, it keeps the page load times for most pages down)
_________________ FlexAdvert - the _improved_ Banner Management Suite. Find it at extensions.joomla.org under Advertising Banners Bleurgh Joomla Extensions - http://www.bleurgh.co.uk - usage instructions, updates and so on Performance FAQ: http://forum.joomla.org/index.php/topic,88070.0.html
|