About the html part, it would very nice to "clear" the application cache as this is absolutelu useless; the application cache has been created for Offline application. Domoticz is not an Offline application so it doesn't have to create and use an application cache which create a lot of trouble about updates and load 2 times all files at the first time.
The application cache has jsut to cache the offline page and an image:
So, would it be possible to change the html5.appcache file to following code ?
Code: Select all
CACHE MANIFEST
# ref 1 //#BuildHash //forces a cache refresh on every new build
CACHE:
# Images
images/iphone-icon.png
favicon.ico
# HTML pages
views/offline.html
# Resources that require the user to be online.
NETWORK:
index.html
json.htm
ozwcp/ozwcp.html
ozwcp/cp.html
*
# Fallback content
FALLBACK:
images images/iphone-icon.png
/ views/offline.html