I am getting this timeout error when I try to read xlsx files using Laravel Excel. Xls files work fine though.
I increased memory limit in php.ini
but it still returns the same error.
Note that this doesn't happen in my local machine, only on the shared server that I use for prod and test.
I found a topic on stack overflow that recommends some settings to decrease memory consumption by activating caching and other things (link: How to fix memory getting exhausted with PHPExcel? ).
However this thread is for PHP Excel. Even though Laravel Excel is a PHP Excel child I don't know how to access the corresponding configuration.