Thanks for the straws. Better than nothing. Remember, things were fine for the first few months of coding. I changed nothing in Vista.
Not sure if this is related: when I disable all models by setting $uses = null; in every controller, then page load times go down to 1-2 seconds. Is it possible to slow an app down by declaring too many models in each controller? Some of my controllers have as many as 10 models declared. The thing is, as I incrementally included models in just ONE controller, and my page load increases; with one model added, it goes to 10 sec. With two, it times out again! ? On Jul 1, 9:56 am, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote: > Yeah, what about security on your machine? I haven't tried Vista yet > (but I've been told it's a PITA), could it be that Windoze is running > security checks every time apache/php tries to read a file? > > On Jul 1, 1:51 pm, "Jonathan Snook" <[EMAIL PROTECTED]> wrote: > > > You can submit it but I don't think they'll be much help. I feel like > > this is environment specific. > > > Between lines 1 and 2 are mostly file includes and function/class > > declarations. There's very little that would would take 9 secs to > >load. However, these delays could be related to delayed file reads. > > Are there any bad sectors on the drive? Are there any files referenced > > on another network resource that maybe isn't available? (I'm grasping > > at straws here but it's a weird issue. :) > > > On Tue, Jul 1, 2008 at 4:56 AM, Alessio <[EMAIL PROTECTED]> wrote: > > > > I have similar problems...I think it is good to submit this real > > > problem to the team...because this is not only your problem... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
