Simplify the access to DBO::$data
authorAlexander Ebert <ebert@woltlab.com>
Fri, 18 Feb 2022 17:10:41 +0000 (18:10 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 18 Feb 2022 17:10:41 +0000 (18:10 +0100)
commit62ee156da4c16fae66a2459f4aec271fd1600b93
treee05bb36086ddc4d2c35e8c450d690b3b10b40117
parent7b64c35f910de2fe5195c78e11dd0376ee199429
Simplify the access to DBO::$data

The new code is a bit more precise and is 2-3x times faster. It is not much, but this method is called thousands of times on average requests.
wcfsetup/install/files/lib/data/DatabaseObject.class.php