Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Config and module cache to application and development.config.php #68

Closed
intellix opened this issue Jun 25, 2014 · 2 comments
Closed

Config and module cache to application and development.config.php #68

intellix opened this issue Jun 25, 2014 · 2 comments
Milestone

Comments

@intellix
Copy link
Contributor

I'm looking at optimising Apigility in production and noticed that this skeleton doesn't have defaults set for config cache.

return array(
    'module_listener_options' => array(
        'config_cache_enabled' => true,
        'module_map_cache_enabled' => true,
        'cache_dir' => 'data/cache/',
    ),
);

Since it's quite a simple thing (application.config.php enabling it and development.config.php disabling it). I wondered if there was any issues regarding it and Apigility? If there is no issue then I think it would be a good idea to add it as it would encourage people to use it and not forget it.

@weierophinney
Copy link
Member

@intellix Go ahead and create a PR for this. :)

intellix added a commit to intellix/zf-apigility-skeleton that referenced this issue Jul 15, 2014
@intellix
Copy link
Contributor Author

Would you require anything else from me to get this merged?

weierophinney added a commit that referenced this issue Sep 8, 2014
@weierophinney weierophinney added this to the 1.0.5 milestone Sep 8, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants