Skip to content

Conversation

@knudtty
Copy link
Contributor

@knudtty knudtty commented Oct 23, 2025

Fixes HDX-2644
Fixes #1288

@changeset-bot
Copy link

changeset-bot bot commented Oct 23, 2025

🦋 Changeset detected

Latest commit: b6fccdb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@hyperdx/app Patch
@hyperdx/api Patch

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

@knudtty knudtty marked this pull request as ready for review October 23, 2025 21:15
@vercel
Copy link

vercel bot commented Oct 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
hyperdx-v2-oss-app Ready Ready Preview Comment Oct 27, 2025 3:03pm

@claude
Copy link

claude bot commented Oct 23, 2025

✅ No critical issues found.

Performance improvements look good:

  • Memoizing initialSortBy prevents unnecessary array recreation on every render (packages/app/src/DBSearchPage.tsx:1211)
  • Memoizing renderRowDetails stabilizes function reference to prevent child re-renders (packages/app/src/components/DBSqlRowTableWithSidebar.tsx:77)

Both changes follow React best practices for performance optimization and align with the codebase's existing patterns.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 23, 2025

E2E Test Results

All tests passed • 26 passed • 3 skipped • 214s

Status Count
✅ Passed 26
❌ Failed 0
⚠️ Flaky 0
⏭️ Skipped 3

View full report →

@kodiakhq kodiakhq bot merged commit 93edb6f into main Oct 27, 2025
8 of 9 checks passed
@kodiakhq kodiakhq bot deleted the aaron/fix-input-performance branch October 27, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance Issue: AutocompleteInput is slow during typing (proposing useCallback refactor)

3 participants