Joget Cloud Timeout for large Grids

Confluence User - 14 Jun, 2016

Hi guys,

I have a process that generates large form grids that are sorted and displayed on a form.
However, I have around 500 rows at the moment and I assume that the Joget cloud instance now times out while trying to load the form (after around 10-15 seconds I think).

This is the screen I get:

Any suggestions on how to resolve this?

 

Cheers,

 

Eric

forms;grid;cloud;server;sql

2


14 Jun, 2016
confluenceUser
1
confluenceUser

Hi,

Yes it does look like it's hitting a timeout for long requests. If you have a grid with so many rows, perhaps you might want to consider using a List instead? With a list you could do paging to avoid presenting such large amounts of data in a single page.

 

16 Jun, 2016
confluenceUser
confluenceUser

Hi Anders,

I refactored that component in a way that I will only need a fracture of the row numbers.

Datalists might have worked... But I am trying to avoid iframes and custom sql binders where I can. ;) Thanks!

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print