Its a lib for canvas gauges on one page the Esp serves, and about 9k for google charts on another, but that directs the browser to download it from google anyway.
The reason I'd ike the Esp to serve the 225k gauge file is that I cant find a server online that will serve the file without the pc's at work disallowng it.
I looked at the memory map for the Esp, seems there is 16k of dram, I have to assume the arduino Ide is using some flash as well, as my memeory allocation is higher than 16k.
There is flash within the Esp, but the memory map implies that its only program memory.
So does my datalogger code use the spi flash?, sounds like it, and that would also explain the slow page opening.
I dont actually use the instruction 'spiffs' to save data, I just declare an array and fill it up till it reaches my defined max, the Ide might be using the flash though.
Seems I dont understand the Esp that well.
As I understand it you can read the flash as much as you like, its just writing that wears it out, that being the case I can serve my page fine, but maybe not datalogging.