I have a esp8266 operatimg as a webserver.
The esp also is a datalogger, and uses 32k of the heap for that purpose.
One of the files served, a javascript file is 225kb, this slows down the page load speed to around 10 seconds.
The esp is sposed to be very quick at serving from spiffs, megabits per second.
Would I be correct assuming my system is slow because I've cleared off with a big chunk of its memory for other parts of the program, or should I start looking into whats making it so slow.
I can live with 10 seconds to open a page if thats the best it'll do, I guess the next stage would be to use a sd card.
The esp also is a datalogger, and uses 32k of the heap for that purpose.
One of the files served, a javascript file is 225kb, this slows down the page load speed to around 10 seconds.
The esp is sposed to be very quick at serving from spiffs, megabits per second.
Would I be correct assuming my system is slow because I've cleared off with a big chunk of its memory for other parts of the program, or should I start looking into whats making it so slow.
I can live with 10 seconds to open a page if thats the best it'll do, I guess the next stage would be to use a sd card.