docs/en/api-guides/performance/index.rst
:link_to_translation:zh_CN:[中文]
ESP-IDF ships with default settings that are designed for a trade-off between performance, resource usage, and available functionality.
These guides describe how to optimize a firmware application for a particular aspect of performance. Usually this involves some trade-off in terms of limiting available functions, or swapping one aspect of performance (such as execution speed) for another (such as RAM usage).
.. toctree:: :maxdepth: 2
speed size ram-usage