I'm creating an IOT device that has limited storage.
The device is controlled via a web page loaded into a browser that uses google gauges to display some status.
The works perfect when my IOT device is connected to a wifi router.
I'm trying to add support for letting my IOT device work as an access point with no internet connection.
That means I'll have to host my website and the google gauges code on my device.
I noticed in my browser that the version of
https://www.gstatic.com/charts/45.1/js/jsapi_compiled_format_module.js that is loaded is 33,962 bytes but if I save the source for that link as a file then the size is 104K. The same goes for the other related google gauge files. The network trace in the browser shows them as way smaller than when I save them.
Any help would be appreciated.
Chris Ouellette