Tagged Questions
2
votes
1answer
170 views
Reduce HTTP Requests method for js and css
Is these way can Reduce HTTP Requests?
multiple javascript files with & symbol
<script type="text/javascript"
...
12
votes
4answers
987 views
Loading main javascript on every page? Or breaking it up to relevant pages?
I have a 700kb decompressed JS file which is loaded on every page. Before I had 12 javascript files on each page but to reduce http requests I compressed them all into 1 file.
This file is ~130kb ...
3
votes
2answers
167 views
What MIME type are you meant to use for JavaScript files?
In the html we always use <script type="text/javascript" charset="utf-8" src="???"></script> (the ECMA stuff confuses some browsers) but on the HTTP side what are you meant to use as the ...
3
votes
2answers
73 views
Browser privacy improvement implications for websites
On https://panopticlick.eff.org/ EFF let you test the number of uniquely identifying bits that the browser gives a website. Among these are HTTP header fields such as User-Agent, Accept, ...