I'm currently working on a website in which some pages are written in PHP, but not all of them.
I'm considering including the menu as a PHP file (so when the menu has to be changed I only have to change it in one file, instead of all my pages). But that requires converting my HTML pages into PHP.
Aside from the fact that changing for example the menus will be easier, will it make a difference in loading time at the clients side?
Just curious if it will make a noticeable difference.