I included 2 files(header,footer) in one page
and normal page without include function (header and footer in one page)
Which methods are faster and which method is les load on server ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a total irrelevant tweaking of performance.
If you put everything into one file it may be 0.000000000001% faster, but you can’t read the code anymore.
If you have many files (which is way better for organizing your code) use APC or something to accerlerate your code.