Re: Re: Can Tiki run a large site?
> One question: the DB access count for a single page generation is 40-80 accesses. 40 for a super basic static HTML page. That count is the total to generate the page in the cashe, right... not every time the page is accessed?
Every page afaik
There is a lot of information needed from the database to render the page, like permissions, statistics, etc. Some of these forum pages take upto 800 queries if you have tiki_p_admin or admin_forum permissions!
Tiki needs a lot of work in optimisation for the database queries. Something thats planned for a rewrite sometime i believe, Damian will be able to tell you more later
Berry