Putting header of page in separate php file
I have read that it is good practice to put the header of page in separate php file, so that when the changes are done, they are done at one place and reflected throughout the site.
But including headers in separate file increases the download time of the page. What do you suggest in this case?
Also, is it fine that all the pages of a website bear .php extension. Are there any tradeoffs.
