Remove Gaming Hub examples to keep the catalog index responsive#4268
Merged
tintinthong merged 3 commits intomainfrom Mar 30, 2026
Merged
Remove Gaming Hub examples to keep the catalog index responsive#4268tintinthong merged 3 commits intomainfrom
tintinthong merged 3 commits intomainfrom
Conversation
backspace
approved these changes
Mar 27, 2026
richardhjtan
approved these changes
Mar 28, 2026
lucaslyl
approved these changes
Mar 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Gaming Hublisting'sexamples.*relationships so the catalog index page stays responsive when the showcase renders that listingGaming Hublisting itself and its specs in the catalog so the entry still appears while avoiding the heavy example card graph that currently tips the page overCS-10544fixes the underlying catalog rendering behavior and the examples can be restoredInvestigation
We tracked this down by bisecting the catalog showcase data instead of continuing to bisect recent merges.
What we found:
new.*showcase entries were fine, butGaming Hubwas the first listing that consistently tipped the catalog index into an unresponsive stateGaming Hubfrom the showcase made the catalog index render againGaming Huband then removing only itsexamples.*relationships also made the catalog index render againGaming Hubspecs in place was fine; the bad path was tied to the examplesOur current belief is that the underlying issue is still the catalog showcase rendering path eagerly materializing live card components and their module graphs, especially for heavy example cards.
CS-10544is the actual fix for that behavior. This PR is only a stopgap to keep the catalog usable until that work lands.Screenshots
Catalog index rendering again with
Gaming Hubstill present in the showcase:Gaming Hubdetail card rendering with an empty Examples section:Follow-up
CS-10544lands, restore the removedGaming Hubexamples to this listing