Last Updated: June 19, 2019
·
1.27K
· rodnaph

Slow Symfony2 Build?

If you're using Twig and/or LiipFunctionalTestBundle, make sure caching is enabled in your app/config/config_test.yml

liip_functional_tests:
    cache_sqlite_db: true
twig:
    cache: true

3 Responses
Add your response

Reduced time to build this project from 17 minutes to 4 :)

over 1 year ago ·

You don't mentioned about the this Bundle https://github.com/liip/LiipFunctionalTestBundle is required.

over 1 year ago ·

Updated making that more explicit, thanks for the nudge.

over 1 year ago ·