Skip to content
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

Generic Assay meta performance improve #4703

Closed

Conversation

dippindots
Copy link
Member

No description provided.

);

const genericAssayMetaGroupedByGenericAssayType: {
[genericAssayType: string]: GenericAssayMeta[];
const idByGenericAssayType: {
Copy link
Collaborator

@alisman alisman Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dippindots what id? profileIdsByAssayType?

} = {};

const allGenericAssayMetaMap = _.keyBy(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks to me like you can do these two "fetches" in parrelel instead of waiting for this one and then firing next.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by next i mean the Promise.all down below. Those aren't dependent on this one.

@alisman alisman closed this Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants