[email protected] Posted June 12, 2008 Share Posted June 12, 2008 Would it be faster load-time wise to have, at the end of my files: include("footer.php"); OR: renderFooter(); // (as in a function that would display the footer text) Link to comment https://forums.phpfreaks.com/topic/109976-simple-loading-speed-question/ Share on other sites More sharing options...
awpti Posted June 12, 2008 Share Posted June 12, 2008 Difference will be negligible. Use the include. Link to comment https://forums.phpfreaks.com/topic/109976-simple-loading-speed-question/#findComment-564386 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.