Try setting debug to 2 and look at the SQL times. If that doesn't help, PHP's xdebug might assist you in code sniffing. If that's too much (xdebug), you might also want to try the DebugKit plugin (it can be found on www.thechaw.com), but I don't think it'll give *too* much more information than debug level 2.
On Apr 29, 8:46 pm, starkey <[email protected]> wrote: > Hello, > > I'm creating an Excel spreadsheet data dump using 1.2. I'm trying to > figure out why I'm having to bump my memory limit up to 20M to > generate a 250K CSV file (about 2100 lines). I've checked all queries > involved and they have recursive set to -1. Debug is 0, I don't see > where I'm creating any arrays that could possibly grow that big... > Could you offer some places to look? > > Thanks! > Shawn --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
