Single Page AJAX site with Multiple Models

Hi. My site is like an event management system. It has multiple models
like to-do lists, events,etc which have CRUD operations. I am thinking
of using a single page ajax for the entire website. Will this affect the
performance of the website due to more number of database calls? please
comment on this. Assume there are 10 models.

Thanks in advance