there are other, more robust ways to accomplish this, for example by
using cached data.

but really, make it work, then make it work better. keep in mind that
this might be something you'll revisit later, i wouldn't get too hung
up on the performance, because it sounds like you are pretty early in
your project.

On Sep 22, 7:53 am, Bookrock <[EMAIL PROTECTED]> wrote:
> Hi,
> I am working on a dynamic content website. I want to implement home
> page. This home page
> of my site needs to have a lot of dynamic content generated on it.
> Dynamic contents are coming from different module.
>
> I have implemented it like this.
>
> 1 Make HomesController
> 2 Use of $uses = array('module1', 'module2', 'module3', 'module4',
> 'module5');
> 3 Make a index action
> 4 configure routes.php
>
> It's working fine..but in terms of page performance , I don't know is
> it good?
>
> Can any one suggest me any other good way?
>
> Please help me
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to