Slow Report and Timeout

Slow Report and Timeout

by Manuel Rodriguez -
Number of replies: 1

Hello Folks

I have some problems when I execute some report of all users in moodle

Now I have Moodle inside AWS and my FrontEnd is behing a Elastic Load Balancer

When I start a tiny report I don't have any problems but when I start a big report moodle send time out messages

How can I resolve this issue?

Thanks a lot

Average of ratings: -
In reply to Manuel Rodriguez

Re: Slow Report and Timeout

by Madhu Avasarala -

It maybe limited bu the

max_execution_time
setting in your php.ini. The default is usually 30s and may not be enough. Try increasing that to some large number and once your report runs change it back to default. You can find this information by looking at your php info under server under site admin in your moodle install.