I am getting an XML file through web service and converting it to array using the built in Cakephp function (_toArray). The xml file is fairly and big and when I assign the array to the template its showing a blank screen. It happens after the loading the page for 30 seconds.
When I print the array in the controller page, its printing the data correctly, but when passing the to template file its timing out (blank screen)
I would like to get suggestions to solve this issue