60x faster items.xml loading

Using simplexml, which is enabled by default on php
This commit is contained in:
slawkens
2026-03-07 20:54:47 +01:00
parent 2a80bc1b46
commit a6e658b1a2
6 changed files with 35 additions and 32 deletions

View File

@@ -5,6 +5,7 @@
"ext-pdo_mysql": "*",
"ext-json": "*",
"ext-xml": "*",
"ext-simplexml": "*",
"ext-dom": "*",
"phpmailer/phpmailer": "^6.1",
"composer/semver": "^3.2",