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

Performance degradation of CefBrowserHost::PrintToPdf in M132 compared to M127 #3873

Closed
jasminjasmin2 opened this issue Jan 23, 2025 · 1 comment
Labels
bug Bug report

Comments

@jasminjasmin2
Copy link

Describe the bug
I ran some tests in headless mode using CefBrowserHost::PrintToPdf with M132 on Windows and observed a significant performance degradation compared to M127, particularly on virtual machines. Is there an explanation for this? Could it be related to the removal of the alloy bootstrap in M128? Is there an option I can try to restore the performance from M127?

@jasminjasmin2 jasminjasmin2 added the bug Bug report label Jan 23, 2025
@magreenblatt
Copy link
Collaborator

CEF's PrintToPdf is just a thin wrapper around the DevTools protocol Page.printToPDF. Most likely any performance regression will be in Chromium. You can test in Google Chrome / Chromium to see.

@magreenblatt magreenblatt closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

2 participants