Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[General] Doctrine Caching #2699

Closed
craigh opened this issue Dec 23, 2015 · 2 comments
Closed

[General] Doctrine Caching #2699

craigh opened this issue Dec 23, 2015 · 2 comments

Comments

@craigh
Copy link
Member

craigh commented Dec 23, 2015

https://coderwall.com/p/ry1y0a/improve-doctrine-performance-up-to-100-on-your-symfony2-project

http://doctrine-orm.readthedocs.org/projects/doctrine-orm/en/latest/reference/caching.html

http://doctrine-common.readthedocs.org/en/latest/reference/caching.html

Doctrine provides cache drivers in the Common package for some of the most popular caching implementations such as APC, Memcache and Xcache. We also provide an ArrayCache driver which stores the data in a PHP array. Obviously, when using ArrayCache, the cache does not persist between requests, but this is useful for testing in a development environment.

Because doctrine caching is dependent on server environment, some inspection would need to be done during install and choices of cache type provided, etc.

Additionally, some coding changes would need to take place to take advantage of the caching features.

@craigh craigh added the Task label Dec 23, 2015
@craigh craigh added this to the 2.0.0 milestone Dec 23, 2015
@Guite Guite modified the milestones: 2.0.0-beta1, 2.0.0 Nov 5, 2016
@craigh craigh added the Feature label Apr 2, 2017
@craigh craigh modified the milestones: 2.1.0, 2.0.0 Apr 2, 2017
@craigh craigh removed the Task label Apr 2, 2017
@Guite
Copy link
Member

Guite commented Aug 31, 2017

@Guite Guite modified the milestones: 2.1.0, 3.0.0, 4.0.0 Nov 2, 2018
@Guite Guite changed the title Doctrine Caching [General] Doctrine Caching Jul 15, 2020
@Guite Guite modified the milestones: 4.0.0, Discarded Tickets Aug 26, 2022
@Guite
Copy link
Member

Guite commented Aug 26, 2022

Nothing we should care about on our side.

@Guite Guite closed this as completed Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants