How can i increase execution time of PHP for processing large set of records?

by 3 replies
4
How can i increase execution time of PHP for processing large set of records?
#programming #execution #hire php developer #increase #large #php #processing #records #set #time
  • Use set_time_limit(0);
  • You really want to increase time, that is make it SLOWER, right?

    You can use the sleep(1) command here and there and it will pause for 1 second.

    Ciao!
    • [ 1 ] Thanks
  • Great information. Thanks!

Next Topics on Trending Feed