mikehaertl / phpwkhtmltopdf

A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface
MIT License
1.6k stars 238 forks source link

Taking too long if too many results #327

Closed jaycee04 closed 5 years ago

jaycee04 commented 5 years ago

I have a problem if my query returns too many results.

The page is loading so long like forever. then like after how many hours, server connection timeout

How can i fix this?

mikehaertl commented 5 years ago

Sorry, but this is a matter of configuring your webserver and PHP and not an issue with this library.