You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,3 +213,4 @@ class EntityAdmin extends TranslationAdmin
213
213
This Bundle also provides a basic Language Entity, which can be managed through SonataAdmin as well.
214
214
## Todo
215
215
Add requirements with versions in `composer.json`.
216
+
A caching mechanism is needed for the service Router. The Symfony2 router creates own instances and caches them. The service Router however is not able to do that, but maybe a RouteCollection cache would speed things up ;)
0 commit comments