Seems like there isn’t much we can do on our end, as you are fetching a lot of data (more than 128kb) in getStaticProps, as it seems like all product images are being returned from there, so the warning is pretty much warranted, maybe some delay on parts of the request (ones that would require some scrolling to be viewed) and not just request everything on getStaticProps should be the way to go here