Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By martinayotte
#48645 I've never measure it systematically, but doing a quick test of SPIFFS.read() sent thru Telnet, I'm able to get around 250-300Kbps with a file about 180K. For a HTTP transaction, since there are more handshaking, results would be slower, therefore probably your results.
User avatar
By Vicne
#48673
martinayotte wrote:I've never measure it systematically, but doing a quick test of SPIFFS.read() sent thru Telnet, I'm able to get around 250-300Kbps with a file about 180K. For a HTTP transaction, since there are more handshaking, results would be slower, therefore probably your results.

OK. Thanks.
The difference is of course also due to the 2-step operation Server to SPIFFS + SPIFFS to Client, and it seems SPIFFS write is much slower than read, which is not surprising.
Kind regards,

Vicne