I saw that it is possible to make a system in PHP that responds in parts, I did not apply, but basically it would use this function:
ob_implicit_flush()
So any output would be sent directly to the browser's browser, as opposed to waiting for the system to finish sending everything to output.
Well, this has big impacts on performance, could this be bad in any way?
The idea is to list products, and to print as PHP gives the output (echo), so it would be possible to see some products without needing them all to be processed to successively give the output.