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

code cache implementation #1636

Closed
inureyes opened this issue Feb 4, 2014 · 0 comments
Closed

code cache implementation #1636

inureyes opened this issue Feb 4, 2014 · 0 comments

Comments

@inureyes
Copy link
Member

inureyes commented Feb 4, 2014

Summary

@ghost ghost assigned inureyes Feb 4, 2014
@inureyes inureyes added enhancement and removed minor labels Feb 4, 2014
@inureyes inureyes added this to the 1.9.0 milestone Feb 4, 2014
inureyes added a commit that referenced this issue Feb 4, 2014
 - With code cache option ( $service['codecache'] = true; in config.php ), include.xxx codes will be combined into one single php and store in cache directory. After that, code will use the code cache file.
 TODO : flush when update.
 TODO : work test / workbench.
inureyes added a commit that referenced this issue Feb 4, 2014
 - CodeCache can work as general code merger.
inureyes added a commit that referenced this issue Feb 4, 2014
 - Code caches are cleaned when checkup routine runs.
   Added public flush() into CodeCache object.
@inureyes inureyes modified the milestones: 1.9.1, 1.9.0, 1.9.2 Feb 27, 2014
@inureyes inureyes modified the milestones: 1.10, 1.9.2 Mar 18, 2014
inureyes added a commit that referenced this issue Dec 8, 2014
 - Also added checkup routine for codecache flushing
@inureyes inureyes closed this as completed Dec 8, 2014
@inureyes inureyes reopened this Dec 9, 2014
inureyes added a commit that referenced this issue Dec 9, 2014
 - CodeCache can work as general code merger.
inureyes added a commit that referenced this issue Dec 9, 2014
 - Code caches are cleaned when checkup routine runs.
   Added public flush() into CodeCache object.
inureyes added a commit that referenced this issue Dec 9, 2014
 - Also added checkup routine for codecache flushing
inureyes added a commit that referenced this issue Dec 9, 2014
@inureyes inureyes closed this as completed Dec 9, 2014
@inureyes inureyes added the fixed label Dec 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant