Closed
Bug 1965003
Opened 3 months ago
Closed 3 months ago
Minify the pdf.js code
Categories
(Firefox :: PDF Viewer, task)
Firefox
PDF Viewer
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: calixte, Assigned: calixte)
References
Details
(Keywords: perf, Whiteboard: [pdfjs-performance])
Attachments
(2 files)
In reducing the code size, we reduce the time to load it.
The only possible drawback is to loose the ability to get debug info in the console in case of exception, but we already catch all the exceptions in order to display a warning with the error message, so it shouldn't change anything.
Updated•3 months ago
|
Assignee | ||
Updated•3 months ago
|
Summary: Minify the worker code → Minify the pdf.js code
Assignee | ||
Updated•3 months ago
|
Assignee: nobody → cdenizet
Status: NEW → ASSIGNED
Comment 1•3 months ago
|
||
Assignee | ||
Comment 2•3 months ago
|
||
Finally, we decided to not minify on the pdf.js side in order to still have a "clear" code in the source tree.
I'll file a new bug in order to do the minification when building Firefox.
Comment 3•3 months ago
|
||
Comment 4•3 months ago
|
||
I guess we can close this in favor of bug 1967968.
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•