Page 1 of 1

504 error on csv download

Posted: 2023-02-03 15:08
by angus
I know this is not a bug because the csv download works on all pages except one.

Its down to the size of the table, the issue I have is I am unable to make the table smaller.

My query is, is there a way to maybe batch download the data or speed it up or zip the file maybe before download?

Re: 504 error on csv download

Posted: 2023-02-03 15:34
by jsetzer
Wow, that must be a really really huge table :o

Are there any columns you don't need? Removing CSVFields could help.

Check docs for
$options->QueryFieldsCSV
You can change output CSV fields in _init function

https://bigprof.com/appgini/help/advanc ... ist-object