Skip to content

reduce glob and disk reads for config initialization#230

Merged
techmahedy merged 1 commit intodoppar:3.xfrom
techmahedy:techmahedy-3.x
Mar 15, 2026
Merged

reduce glob and disk reads for config initialization#230
techmahedy merged 1 commit intodoppar:3.xfrom
techmahedy:techmahedy-3.x

Conversation

@techmahedy
Copy link
Member

Optimization

three redundant glob() calls were collapsed into one, the cache file was being read twice per cold-start request, and configWasModified() added a third disk read on every Config::set() call

@techmahedy techmahedy added the enhancement New feature or request label Mar 15, 2026
@techmahedy techmahedy merged commit 644adb0 into doppar:3.x Mar 15, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant