Serving Bootstrap content quickly with SPIFFS
Posted: Tue Mar 06, 2018 7:30 am
I used an example from Asyncwebserver and put all my files for the webpage in SPIFFS, these files ranged from the index.html (1KB) to bootstrap.min.css (142KB) bootstrap.min.js (37KB) styles.min.css (3KB) font files (300KB) and jquery.min.js (95K)
When I pull up the index.html the webpages are served very very slowly and most of the times do not complete.
I also tried coding all the files to const char arrays and serving them up the old fashion way win server.on() and still it does not work.
I am using Arduino 1.8.5 and also the ESP8266 support files for it 2.4.0
Hope to find some experts in the crowd!
Thanks!
RIchardS
When I pull up the index.html the webpages are served very very slowly and most of the times do not complete.
I also tried coding all the files to const char arrays and serving them up the old fashion way win server.on() and still it does not work.
I am using Arduino 1.8.5 and also the ESP8266 support files for it 2.4.0
Hope to find some experts in the crowd!
Thanks!
RIchardS