After reading about how file based PHP sessions are not the greatest for performance, it has me thinking. Does this mean a PHP script including a lot of files is bad as wel
Including a lot of small files is less performant than including a big file, that's why cache engines like APC exist.