Problem
Accessing ConfigureFieldLayout page (/secure/admin/ConfigureFieldLayout!default.jspa?id=XXXX) from a project settings on a large instance causes the browser to either crash due to memory insufficiency or taking up to 10 minutes in loading state
Example of response size :
1 MB of HTML content
Example of instance size
DB Queries |
Count |
select count(1) from fieldlayout; |
5832 |
select count(1) from fieldlayoutitem; |
5832 |
select count(1) from fieldlayoutscheme; |
1094 |
select count(1) from fieldscreen; |
21005 |
select count(1) from fieldscreentab; |
22035 |

Suggested Solution
- Add pagination and search functionalities to the page so the user can browse and use the menu without waiting for a significant period or without getting blocked from using the menu at all on browser memory insufficiency
Why This Is Important
- The current behavior blocks the administrator or slows down their usage of the application
Workaround
N/A