I’m using an esp32 microcontroller for my web server backend. I use a template processor function to build the page on the backend because i can’t use more then 8 socket connection because the MCU will crash. In order to load my page faster, i try to save a relatively huge language JSON file on the client’s localStorage. The backend