I am little confused on how cached external javascript file linked to HTML page helps HTML page to load fast? Shouldn't the internal javascript make the HTML file load faster than external javascript file?
#solved:
cached files will load fast as they are more closer to cpu as they are in the SRAM while internal HTML files are in the DRAM which is slower than SRAM.