Welcome Guest, Not a member yet? Register   Sign In
Impact on script execution time
#1

[eluser]Aniket[/eluser]
what is the impact of having multiple
Code:
$db1=$this->load->db('xyzdb',true);

my requirement is m connecting to same database and executing at least 20 "select" queries with different "where" parameters using active record class.
will it have impact on execution time of the script ?
I have set my scripts execution time to
Code:
set_time_limit(0);
I profiled the script on localhost and it takes around 4 seconds...but what if i execute on a live website ?
Actually i am writing a newsletter application which contains many different topics and is sends to more than 8000 users ?

Thanks in advance


Messages In This Thread
Impact on script execution time - by El Forum - 06-18-2009, 03:22 AM
Impact on script execution time - by El Forum - 06-18-2009, 03:44 AM
Impact on script execution time - by El Forum - 06-18-2009, 04:52 AM
Impact on script execution time - by El Forum - 06-18-2009, 01:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB