-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
ghost
assigned inureyes
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.
Closed
inureyes
added a commit
that referenced
this issue
Dec 8, 2014
- Also added checkup routine for codecache flushing
inureyes
added a commit
that referenced
this issue
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
added a commit
that referenced
this issue
Dec 9, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
The text was updated successfully, but these errors were encountered: