Hey, I have a problem, I have to handle many database requests, but it tooks to much time. The user can upload a xml file, then I am running a foreach, to create an array from the data of the xml file. Then I am saving this data with the save() method, but it tooks to much time. For testing I have uploaded a file with 1,200 datasets and it tooks 24 seconds to read all datasets, create the arrays and save it into the database. I don't know what I can do to rush it up. Can anyone help me please?
Thanks Alex -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
