In Description.js, we load `link.js` unconditionally, but it's really only used when the user clicks a link. We should lazyload it. It's important because `link.js` itself loads more scripts, that shouldn't be in the critical path when loading up the popup.
Bug 1592637 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In `Description.js`, we load `link.js` unconditionally, but it's really only used when the user clicks a link. We should lazyload it. It's important because `link.js` itself loads more scripts, that shouldn't be in the critical path when loading up the popup.