The website I am currently developing is handled by a variety of classes that I have developed to ensure the best of my sites needs to run in tip-top shape.
The only thing I can think of right now is, how many questions(queries) should a user sending per page load?
This page does include the following:
Announcement – 5PER PAGE
USER LOGIN/VERIFICATION – EACH PAGE
VIDEO BLOG – CHECKS IF IT’S ENABLED OR OFF
8 queries on average are sent at a maximum of 3KB’s per page. Should I be worried or encouraged to keep continuing? 🙂
I know a site (a webshop) that performs quite well while executing a minimum of 400 queries per page and having over 2000 orders a day (let alone the page views).
Although I admit that is running on quite a heavy server and still could use some optimization.
But no, 8 queries is fine, and you could do with some more if you need to.