-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
feat: cache module metadata & cacheable deserialize #2082
base: v2-dev
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 2184c4b The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR 💥 An error occurred when fetching the changed packages and changesets in this PR
|
9bf6dde
to
e703622
Compare
bd04165
to
7254ab1
Compare
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
4e1e5dd
to
3dbb032
Compare
Description:
module metadata cache(Replace write_plugin_cache, plugin_cache_loaded)
The cached content will be allocated to some files based on the name, with a maximum of 16 files in total.
https://github.com/farm-fe/farm/pull/2082/files#diff-93e90e2f791f9d64f51ed1c604bd2ad5303e41d37d243f9a05ebd3bbe98b7275R74
Combine module, plugin, and custom store into one
BREAKING CHANGE:
Related issue (if exists):