504 error on csv download

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
angus
Veteran Member
Posts: 128
Joined: 2020-05-28 22:27

504 error on csv download

Post by angus » 2023-02-03 15:08

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?
AppGini 22.13

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: 504 error on csv download

Post by jsetzer » 2023-02-03 15:34

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
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply