WiFi speed too low
Posted: Fri Sep 09, 2016 4:22 pm
I have ESP8266-12E under Arduino IDE 2.3.0. Is it normal that WiFi speed is too low? I use SPIFFS for my files. I want to use jQuery which size is about 80Kb, gzipped is about 30 Kb. Also there are other files (about 5 images, 4 js, 1 css, 2 json - 30Kb if not gzipped). It takes about 10-15 seconds to display page. Is it normal? I thought that WiFi should be faster! How can I optimize my project? I know only 1 solution-cache, but i don't want use it. AsyncWebServer project doesn't work, I don't know why. Help me as you can.