Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
jcs-2.2
Description
ElementAttributes class has a field to store the size in bytes (e.g., for use in an admin-style page). Calculating the size is an expensive operation, so it makes sense to save the size whenever we serialize the element. Admin pages that want this data could then get a cheap approximation from the last time the element was serialized.
Additionally, the javadocs say the size field is populated as -1 by default, but it's really 0 by default.
Attachments
Issue Links
- links to