Zusammenfassung der Ressource
Frage 1
Frage
What is the purpose of Routing Enhancers? (4)
Antworten
-
They improve the performance of internal routing processes
-
They map query parameters passed in requests to a request URI
-
They replace query parameters with meaningful slugs
-
They optimize the page speed
-
They may impact/improve search engine ranking of the website
-
They create human-readable URLs
Frage 2
Frage
Which Routing Enhancers are shipped with the TYPO3 core by default? (3)
Antworten
-
Simple Enhancer
-
Advanced Enhancer
-
Plugin Enhancer
-
Extbase Plugin Enhancer
-
PiBase Enhancer
Frage 3
Frage
Which Routing Decorator is shipped with the TYPO3 core by default? (1)
Antworten
-
JSON Decorator
-
PageType Decorator
-
Stylesheet Decorator
-
Prefix Decorator
Frage 4
Frage
How do you create human-readable URLs for detail pages of products, based on the product title, in your Extbase extension? (3)
Antworten
-
You have to develop a custom Routing Enhancer
-
You register a Routing Enhancer of the type “Plugin”.
-
You register a Routing Enhancer of the type “Extbase”
-
You define a route entry that points to the product controller’s detail action
-
You register the aspect PersistedAliasMapper for the field product_title
-
You register the aspect StaticRangeMapper for the field product_title