I have a memory_limit problem and a max execution time problem doing a complex query in a huge database.
The easy way to solve it would be to increase the value of these parameters in php.ini, but I have been reading and it's not recommended and splitting the query is not possible too.
So, are there any way to modify these parameters or increase their just for some requests?
Thanks