pert:
The AT instruction set v2.0.0 documentation(from http://bbs.espressif.com/viewtopic.php?f=51&t=1023) for AT+UART_DEF and AT+UART_CUR says:The datasheet for the ATmega328P shows the max baud rate @16MHz is 2Mbps so I suppose that's the theoretical maximum. I'm not sure if that will be reliable in real life. It's worth giving it a try. Please post your results. That's only if you're using hardware serial, SoftwareSerial on the Arduino supports a much lower maximum speed. I know people have reported issues using it at 115200 baud.I've only used mine with hardware serial at 115200 just because that's the ESP8266 AT firmware default value and my application didn't require speed.
I did try setting the baud rate of the ESP higher than 115200, and in the setup function for the library, and I could seem to get the page to download from the arduino to my web browser.
Not sure if I was doing anything else wrong though.
I have used this web page to compress all my html and javascript:
https://htmlcompressor.com/compressor/
But I am having trouble with my web page taking longer to download from the arduino than I would like - about 15 seconds or so.
I have incorporated a message along the lines of "be patient" that display immediately and then is hidden ones the rest of the page is downloaded and rendered.
But are there any other trick that people have used to speed up the process further?