Page 1 of 1

Optimizing the performance of a website running on an ESP32-S3

Posted: Tue Jan 09, 2024 1:24 pm
by Mykyta_Markovskyi
Hi,
I am currently working on optimizing the performance of a website running on an ESP32-S3 with the W5500 Ethernet module, utilizing the ESP HTTP server example provided here: https://docs.espressif.com/projects/esp ... erver.html.

The website contains various resources, including HTML, CSS, JavaScript, SVG, TTF, WOFF, and WOFF2 data. I have already optimized the HTML, CSS, and JavaScript files. The maximum count of open sockets is set to 13 (max_open_sockets), and the CPU frequency is at its maximum - 240 MHz.

Despite these efforts, certain pages still take between 4 to 9 seconds to load. I'm seeking advice on further time optimizations.

Do you have any suggestions on how to enhance performance in this scenario?

Thank you for your assistance.