[PHP] Re: PHP execute very slow : PHP Version 5.2.6

2010-04-11 Thread Al
On 4/10/2010 9:07 PM, Kristijan Marin wrote: Hi, I'm experiencing very slow performance of my php scripts ... At first and for a long time I thought it was Oracle fault cause I didn't use binding (I rewrote the code ), but the performance is still bad. So I tested my sql statement and did

Re: [PHP] Re: PHP execute very slow : PHP Version 5.2.6

2010-04-11 Thread kranthi
have you tried using a profiler like xdebug? or may be it is not a php issue at all.. i find https://addons.mozilla.org/en-US/firefox/addon/1843 to be helpful in these situations -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP execute very slow : PHP Version 5.2.6

2010-04-10 Thread Kristijan Marin
one more thing ... I use lot of includes in the code to display some specific content BR, Kris ""Kristijan Marin"" wrote in message news:06.35.16158.4e021...@pb1.pair.com... > Hi, > > > > I'm experiencing very slow performance of my php scripts ... At first and > for a long time I though