-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Return inflight requests for findRecord when CUSTOM_MODEL_CLASS is on #7651
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! 👍
Asset Size Report for 3fa6c19 IE11 Builds EmberData increased by +229.0 B uncompressed but decreased by -65.0 B compressedWarningsChangeset
Full Asset Analysis (IE11)
Modern Builds 🛑 The size of the library EmberData has increased by +202.0 B (+17.0 B compressed) which exceeds the failure threshold of 75 bytes.WarningsChangeset
Full Asset Analysis (Modern)
Modern Builds (No Rollup) 🛑 The size of the library EmberData has increased by +150.0 B (+33.0 B compressed) which exceeds the failure threshold of 75 bytes.WarningsChangeset
Full Asset Analysis (Modern)
|
Performance Report for 3fa6c19 Scenario - materialization: ☑️ Performance is stable
Scenario - unload: ☑️ Performance is stable
Scenario - destroy: ☑️ Performance is stable
Scenario - add-children: ☑️ Performance is stable
Scenario - unused-relationships: ☑️ Performance is stable
|
This broke with CUSTOM_MODEL_CLASSES as we were not caching the requests correctly.