An Interesting Speed Observation
Posted: Thu Sep 17, 2015 11:51 pm
I have Esp11's, Esp12's, and Esp13's to play with.
I just noticed that when I run my ERB-EspWebServer on different types of Esp's, that the Esp13 creates HTML Web Pages 2 to 3 times faster than the Esp11 (Info Page, typical 0.078 vs 0.028 seconds) . This observation was done when both were running the same "REV" code (except: the Esp11 code was compiled for its 512KB Flash, and the Esp13 was compiled for its 4MB Flash).
I have a page lap timer, page character counters, and a little math for a Display on each page created, and therefore this observation was easy.
In my App, most of the Web Pages are sourced from PROGMEM, and therefore FLASH speed could be a factor, but I was not expecting any real difference.
Has anyone seen any general performance difference between Esp11's and Esp13's?
I plan to do the same tests on a Esp12.
Eldon - WA0UWH
I just noticed that when I run my ERB-EspWebServer on different types of Esp's, that the Esp13 creates HTML Web Pages 2 to 3 times faster than the Esp11 (Info Page, typical 0.078 vs 0.028 seconds) . This observation was done when both were running the same "REV" code (except: the Esp11 code was compiled for its 512KB Flash, and the Esp13 was compiled for its 4MB Flash).
I have a page lap timer, page character counters, and a little math for a Display on each page created, and therefore this observation was easy.
In my App, most of the Web Pages are sourced from PROGMEM, and therefore FLASH speed could be a factor, but I was not expecting any real difference.
Has anyone seen any general performance difference between Esp11's and Esp13's?
I plan to do the same tests on a Esp12.
Eldon - WA0UWH