Is there some benchmark test done for php vs simple php scripts for server loads?
I am planning to create a bunch of facebook apps, some would be kinda complex, others would be a single php file without any db access. I was thinking about using codeigniter for this so I can learn a little more about the framework (im quite new), but I am worried that it could add unnecessary server load with the simple “one php file” apps.
