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

Simplify class scanner, prepare for caching #221

Open
wants to merge 7 commits into
base: 5.x
Choose a base branch
from

Conversation

frederikbosch
Copy link
Contributor

During development it becomes a pain when many classes have to rescanned every request. We rather want to scan new classes, remove deleted classes and update those that have been updated. In an optimal situation, after there has been a full scan during the first request, we only have to scan directory listings every request, and not fetch every file inside those directories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant