I've just learned that you can make just one request to the server for the whole website like a trick below:
<!doctype html><html lang="en">
#Head
#CSSfile
<body>
#Navigation_main
#MainContainer
#Footer
#JSfile
</body></html>
Code (markup):
At the server, I replace a hastag like #Footer with block of code like something below:
<div id="footer">
Footer Stuffs
<div>
Code (markup):
Should I make one request for the whole web site or separated requests, which is better
from HTML & Website Design https://ift.tt/2UCHRfL
via IFTTT
0 Comments