Skip to content

[FEATURE] Use static class map loading#40

Merged
helhum merged 1 commit intoTYPO3:mainfrom
helhum:static-performance
Apr 17, 2026
Merged

[FEATURE] Use static class map loading#40
helhum merged 1 commit intoTYPO3:mainfrom
helhum:static-performance

Conversation

@helhum
Copy link
Copy Markdown
Contributor

@helhum helhum commented Apr 17, 2026

Since PHP can cache complete classes in OpCache,
accessing class properties instead of a plain
array improves startup performance of ClassAliasLoader

Fixes: #2

@helhum helhum changed the title wip [FEATURE] Use static class map loading Apr 17, 2026
Since PHP can cache complete classes in OpCache,
accessing class properties instead of a plain
array improves startup performance of ClassAliasLoader

Fixes: TYPO3#2
@helhum helhum force-pushed the static-performance branch from 24ee20d to a41d8e9 Compare April 17, 2026 12:46
@helhum helhum merged commit 0c7eb47 into TYPO3:main Apr 17, 2026
4 checks passed
@helhum helhum deleted the static-performance branch April 17, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve performance of ClassAliasLoader

1 participant