Fusebox File Exists
I hacked my local copies of the fusebox core files (for version 4 and version 5) to NOT check if a file exists before including it. This seems to have sped things up a bit.
I think the file_exists() check is somewhat helpful for programmers during development. When you go live, either the file is there or it isn't. No reason to sacrifice performance for the sake of hand-holding.
I hear you ask, "Why are you using fusebox if you're concerned about performance!" - well... that's a topic for another time... for now, it's not terribly slow.
Trackback: http://philsown.org/2007/04/fusebox-file-exists/trackback
How to Put Your Face Next to Your Comment