Hi.
I have been using ESP8266 (4MB) with webserver and FTP server. File system on SPIFFS.
Everything worked even ok, but I connected myself ESP32 (4MB) and I was so impressed by the ease of bluetooth operation,
that I modified the code and ported it to ESP32.
And I was very disappointed, because the pages load after 6-10 seconds, while before it took max. 3 seconds.
I don't switch to LittleFS because ftpserver doesn't work then. It connects and ..freezes. I found a thread about this, made the changes, but it didn't do anything.
Also I stayed with SPIFSS and seemingly everything works, but nightmarishly slow.
I'm now trying to figure out how to declare a web page in PROGMEM, but then I lose the ability to edit "on the fly" files "on disk" and view the changes in the browser.
I'm assuming that either the file system is so slow (maybe I have a module with such a poor memory bone - although I've tried on 2 different ones and it's the same everywhere), or the wifi itself is working so poorly.
The latter I can't think of, but that the libraries for SPIFFS have some bugs, I'll believe it.
Perhaps someone has had a similar problem ?
Thanks in advance for your help,
Mariusz
I have been using ESP8266 (4MB) with webserver and FTP server. File system on SPIFFS.
Everything worked even ok, but I connected myself ESP32 (4MB) and I was so impressed by the ease of bluetooth operation,
that I modified the code and ported it to ESP32.
And I was very disappointed, because the pages load after 6-10 seconds, while before it took max. 3 seconds.
I don't switch to LittleFS because ftpserver doesn't work then. It connects and ..freezes. I found a thread about this, made the changes, but it didn't do anything.
Also I stayed with SPIFSS and seemingly everything works, but nightmarishly slow.
I'm now trying to figure out how to declare a web page in PROGMEM, but then I lose the ability to edit "on the fly" files "on disk" and view the changes in the browser.
I'm assuming that either the file system is so slow (maybe I have a module with such a poor memory bone - although I've tried on 2 different ones and it's the same everywhere), or the wifi itself is working so poorly.
The latter I can't think of, but that the libraries for SPIFFS have some bugs, I'll believe it.
Perhaps someone has had a similar problem ?
Thanks in advance for your help,
Mariusz