Open muster-mark opened 7 months ago
What's your Firefox version ? Could make a profile in using the Firefox profiler ?
I am using Firefox 125. Here is a profile:
it's rendered faster (not "cell by cell", more like "line by line") for me. FF 125.0.2 on Windows 10. But yes, chrome is faster.
it's rendered faster (not "cell by cell", more like "line by line") for me. FF 125.0.2 on Windows 10. But yes, chrome is faster.
Actually, does seem to be row by row for me too.
I used puppeteer create a pdf from a page using css linear-gradient (I tried to use repeating-linear-gradient which would have been more natural, but ran into https://github.com/mozilla/pdf.js/issues/5046). I changed to use linear-gradient, letting the background itself repeat. The resulting pdf renders astonishingly slow in firefox - you can see it being rendered cell by cell. In chrome and acrobat it renders pretty much instantaneously.
slow_to_render.pdf