<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
If you (as tool maintainer) haven't already: Consider using <br>
- <a class="moz-txt-link-freetext" href="http://tools.wmflabs.org/static/">http://tools.wmflabs.org/static/</a><br>
for your website's static resources like jquery, bootstrap etc.<br>
<br>
- It now runs with 10 lighty-processes in parallel (static only) <br>
and provides all optimal settings for <br>
- necessary requests per https(s) connection <br>
- proper cache-control directives<br>
- CORS settings (if applicable)<br>
<br>
Advantages:<br>
- fast<br>
- unloads your webservice from static resource handling (if hosted
by yourself)<br>
- avoids accessing external sources ( and thus potential tracking)<br>
- if an enduser uses several Tool Labs tools, these resources are
already cached<br>
<br>
<br>
- Hedonil<br>
<br>
CORS / Cache-control headers:<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
Access-Control-Allow-Methods:POST, GET, HEAD, OPTIONS<br>
Access-Control-Allow-Origin:*<br>
Cache-Control:public, max-age=86400, s-maxage=86400<br>
</body>
</html>