Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes serious performance regression String props
6.9 introduced code that would parse the props into a Hash unnecesarily. Any customers with significant String props took a huge performance hit from this on page rendering. Fix is to remove the unnecessary parsing. I believe the parsing was done so that pretty printing of the JSON could be done. If we introduce that feature in the future, it will: * Be configurable on whether or not to use it. * Possibly never run in production.
- Loading branch information