Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 4243

Optimise the loading (2 replies)

$
0
0
Hello,

Into:
stat/core/Piwik.php
public function serveStaticFile($file, $contentType, $expireFarFuture = true)
I have do:
//self::overrideCacheControlHeaders('public');
@header('Cache-Control:max-age=31536000');
@header('Pragma: cache');
That's do a clear advantage on 3g internet connexion like mine (with latency). (10s -> 1s).

You should considere use it.

Viewing all articles
Browse latest Browse all 4243

Trending Articles