eerepr icon indicating copy to clipboard operation
eerepr copied to clipboard

Ideas for limits

Open jdbcode opened this issue 2 years ago • 0 comments

Hi Aaron, per our discussion, justing wanting to document that testing limits might be useful at some point. I suppose the goal would be to find thresholds that optimize mostly for user experience and a bit for ee servers (limit unnecessarily large or unmanageable requests) e.g.,

  • Not having to wait too long
  • Not stressing the browser
  • Fast fail for unreasonable requests (for user and server)

Here are the ideas we'd listed:

  • Limit size of HTML (I think you already do this, IIRC 100 MB)
  • Limit size of network request
  • Max elements
  • Max recursion

No action needed yet, just wanting to document and have a place to add conversation.

jdbcode avatar Jul 27 '23 00:07 jdbcode