reducing process time while creating pdf in laravel

179 Views Asked by At

Hello I'm working on a WMS project using laravel and I need to print a table (to pdf), this table consist form 3 tables (heavy process time ) each row in this table have an image that is converted to base64 to be printed in the pdf (also heavy process time) this is taking sooooo much time to create the pdf I've tried using: 1- Laravel queue job 2- datatable pdf (laravel package) 3- laravel snappy-pdf (laravel package) 4- Laravel Dump-pdf (laravel package) NONE of them worked in reducing process time please help me... note: i have so many products in the table

0

There are 0 best solutions below