Jump to content

couple of question about php speed


dreamwest

Recommended Posts

I have alot of ifelse clauses in my search script which adds up to 20KB.

 

I wondering if i put these into an external file as functions or include the ifelse script

 

if(somethin == true){
function stuff(one,two);
}

 

or a ifelse include

 

include_once('ifelse.php');

 

Would this increase my loading time and wich would be faster?

Link to comment
https://forums.phpfreaks.com/topic/166142-couple-of-question-about-php-speed/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.