>
> I'm running Chrome latest on win10 latested, when I hit F5 or click on the 
> reload button, the text all updates, but the graphs don't update unless i 
> force it with SHIFT+refresh.    Do I need to change some setting or another 
> ?
>


ok, i added a Cache-Control directive to my .htaccess, and that seems to 
have fixed it.

<filesMatch ".(png)$">
    Header set Cache-Control "max-age=60, public"
</filesMatch>

(60 seconds because I'm updating every 120...)

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/35a4fd08-d57f-44a9-a941-008f6d4a367co%40googlegroups.com.

Reply via email to