Slide 12
Slide 12 text
Performance
Symfony
Has a compilation step (container, warm up)
Can be very lightweight, with good
optimizations:
- Remove unused bundles
- Remove unused features from
configuration
Silex
Mostly executed at runtime (but still possible to
make optimizations, DIY).
Simple enough for small websites, performant
for small applications.