Skip to content

Investigate - Slow transformRichTextV2 function#16535

Merged
charlesBochet merged 2 commits intomainfrom
ej/add-log-in-slow-function
Dec 12, 2025
Merged

Investigate - Slow transformRichTextV2 function#16535
charlesBochet merged 2 commits intomainfrom
ej/add-log-in-slow-function

Conversation

@etiennejouan
Copy link
Copy Markdown
Contributor

Investigate CPU overloading ...

related to #15916

@etiennejouan etiennejouan self-assigned this Dec 12, 2025
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

richTextValue: any,
): Promise<RichTextV2Metadata> => {
const startTime = Date.now();
const inputSize = calculateInputSize(richTextValue);

This comment was marked as outdated.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 12, 2025

🚀 Preview Environment Ready!

Your preview environment is available at: http://bore.pub:13566

This environment will automatically shut down when the PR is closed or after 5 hours.

Copy link
Copy Markdown
Member

@charlesBochet charlesBochet left a comment

Choose a reason for hiding this comment

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

const t0 = performance.now();
doSomething();
const t1 = performance.now();
console.log(Call to doSomething took ${t1 - t0} milliseconds.);

@charlesBochet charlesBochet merged commit d36d0d4 into main Dec 12, 2025
54 of 57 checks passed
@charlesBochet charlesBochet deleted the ej/add-log-in-slow-function branch December 12, 2025 17:39
@twenty-eng-sync
Copy link
Copy Markdown

Hey @etiennejouan! After you've done the QA of your Pull Request, you can mark it as done here. Thank you!

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.

2 participants