Hi Sebastian, I moved some calculations outside of the child components and just passed the results as props. I did not know that arrow functions have slower performance, is that happening even if you have a compiler like webpacker? I moved them out of the render, just in case. Thanks for your help!!