This is most likely a result of loading a large relationship data in a loop, when the database records grow larger it poses a problem. for example in my case, I had a loop loading subscriptions relationship data: {{ $service->subscriptions->count() }}
Once I removed the above dependency it worked fine.