Closed
Description
Basic Infos
- This issue complies with the issue POLICY doc.
- I have read the documentation at readthedocs and the issue is not addressed there.
- I have tested that the issue is present in current master branch (aka latest git).
- I have searched the issue tracker for a similar issue.
- If there is a stack dump, I have decoded it.
- I have filled out all fields below.
Platform
- Hardware: [ESP-12|ESP-01|ESP-07|ESP8285 device|other]
- Core Version: [0fd86a0]
- Development Env: [Platformio]
- Operating System: [Windows|Ubuntu]
Settings in IDE
- Module: [Generic ESP8266 Module|other]
- Flash Mode: [dio]
- Flash Size: [4MB/1MB]
- lwip Variant: [PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH]
- Reset Method: [-]
- Flash Frequency: [40Mhz]
- CPU Frequency: [80Mhz]
- Upload Using: [OTA|SERIAL]
- Upload Speed: [115200] (serial upload only)
Problem Description
Loop Count in loops per sec. is much lower than with core 2.4.2. It was also mentioned here: #5476 (comment)
I have several test setups running core 2.4.2 and core 2.5.0 (see latest nightly builds of ESPeasy)
For example 2 Sonoff POW r2 nodes running the exact same configuration, the loopcount (per sec) of both differs quite a lot:
N.B. Not sure yet why in the node running 2.4.2 less things are being shown.
In general (among my test nodes) the loop-count is:
- 4000 - 11000 when using core 2.4.2
- 1100 - 2300 when using core 2.5.0 (4200 when doing nothing)
As can be seen from both Sonoff POW r2 nodes, the loop-count is:
- 4200 for core 2.4.2
- 1148 for core 2.5.0