Hi,
I’ve tried to export ten of thousands of data using phpmaker but it takes a long time and in the end, it’s failed. It there any best practice to export large number of data?Thanks!
You need to make sure memory and the max execution time is enough, read:
https://www.php.net/manual/en/info.configuration.php#ini.max-execution-time
https://www.php.net/manual/en/ini.core.php#ini.memory-limit
I have changed the memory limit. But it looks like it’s not enough. I wonder if there is another way besides upgrading my server? (right now it already has 8GB of ram)
I have the same problem with export.
Any thing that is very large I have moved into a custom file and use datatable to export, it exports in seconds