Skip to content

refactor: trim redundant optimizations from the perf PR#3928

Merged
t3dotgg merged 2 commits into
t3code/performance-fixesfrom
t3code/performance-fixes-trim
Jul 13, 2026
Merged

refactor: trim redundant optimizations from the perf PR#3928
t3dotgg merged 2 commits into
t3code/performance-fixesfrom
t3code/performance-fixes-trim

fix: move bridge read out of the setState updater, refresh hook docs

bec10f9
Select commit
Loading
Failed to load commit list.
MacroscopeApp / Macroscope - Effect Service Conventions succeeded Jul 13, 2026 in 23s

Effect Service Conventions: No issues found

All clear

Details

Note

Your check run agent prompt is: .macroscope/check-run-agents/effect-service-conventions.md
More information about how Check Run Agents work can be found in our Help Center.


🔍 Agent activity — reasoning, no tool calls

💭 Looking at the diff, these are performance-focused changes—removing caching mechanisms, switching from useSyncExternalStore to useEffect/useState, and eliminating timeout injection and k-way merge optimizations. I'm checking whether any of these modifications touch Effect service code, and from what I can see in the files like Sidebar.logic.ts, Sidebar.tsx, and composerDraftStore.ts, they're handling timeout logic and state management rather than Effect services. Scanning through the diff, there are no Effect imports anywhere, and these are all plain TypeScript and React changes. Since there are no Effect service violations to report, the check passes.


Agent Credits: 17 credits