Skip to content
Snippets Groups Projects
Commit 9d797672 authored by Benni Mack's avatar Benni Mack Committed by Oliver Hader
Browse files

[TASK] Switch to json_encode/decode for state saving

Various places (Trees, Inline Data) can be optimized by
using a more "space-saving" and faster approach.

By using json_encode/decode instead of serializing the
data, the stored information in "uc" of Backend Users
will be vastly smaller when dealing with larger installations.

Resolves: #88680
Releases: master
Change-Id: I59e83c8c7615e9da63b04ebb4930c2b68b38ad7c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61220


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent 2604de30
No related merge requests found
Showing with 20 additions and 26 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment