There are various ways to create a menu with TYPO3. For large menus (several hundred entries) there may be differences in performance.
This repository contains a test project and different menu variants so that they can be compared with each other under the same conditions.
More detailed explanations of the variants, as well as figures for this comparison, can be found in three posts:
- Menu: Comparison of techniques
- Drop-down menu without load - using multilevel cache
- Menu comparison: Numbers, numbers, numbers
- Frontend: https://menus.ddev.site
- Backend: https://menus.ddev.site/typo3/
- XHGui: http://menus.ddev.site:8142
ddev initialize
will:
- import a SQL-dump containing over 2,000 pages-records (2 languages).
- setup TYPO3 v12
- install a sitepackage containing 5 (plus 2) variants of identical menu
Key | Value |
---|---|
User | admin |
Password | Password_!23 |
Many thanks to in2code GmbH for giving me the opportunity to take a closer look at the menus, partly during my working hours.