i'm creating a website and i'm thinking of ways to make it load as fast as possible. My website, as it happens with most, has a layout that is the same for every page. For instance, the header, the external divs and so on are defined once in a layout and used likewise for every page that loads. The menu is always on the leftest div and never changes, and so on.
So, think of 5 areas. Top, left, center, right and footer. In my case, only the center has to change, depending on the page that i want to load. Therefore, i was thinking that using Ajax to do that would make loading way faster, since all other elements would already be loaded, right ?
So, i would like to ask whether there is a good resource or online tutorial that discusses this matter, as i would like to take a close look.
Thank you for reading that :)