We have some internal pages that list Form Submissions assets (3335 assets). There are 50 per page with pagination so that our users can navigate the records.
Strange thing is, as a System Admin I can easily view the Asset Listing and it loads in a matter of seconds. But, we have a User Group with LDAP users inside, given Write (and tried Admin) permission to the Form Submissions folder so that they can see them in the listing. When loading the page it basically dies when trying to print the Asset Listing and we get the error in the logs:
13:57:21 - 02 Sep User: Root User (12) Level: Matrix WarningListing page #131304 is trying to list 3335 assets, which exceeds the performance monitor threshold of 1000Raw Entry:[2014-09-02 13:57:30][64116:CN=Nic Hubbard [nnhubbard],OU=Employees,OU=Users,OU=PUC,DC=puc,DC=edu:Nic Hubbard [nnhubbard]]
[512:matrix warning][ ] Listing page #131304 is trying to list 3335 assets, which exceeds the performance monitor threshold of 1000
Was also getting the following error, but has since disappeared since adding more MB to Web Memory Limit:
[02-Sep-2014 13:34:34] PHP Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 17886 bytes) in /opt/matrix/core/lib/DAL/DAL.inc on line 798
Why is this happening with the LDAP User (I also tried a User asset) but not with a System Admin? I totally understand that a System Admin needs no permission checks, but wouldn't Admin Read access to those Submission logs do the trick?