Bug 8501 - Browsers warn about preloaded links not being used
Summary: Browsers warn about preloaded links not being used
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: ---
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-28 14:11 CET by Alexander Zeijlon
Modified: 2025-01-28 14:11 CET (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Alexander Zeijlon cendio 2025-01-28 14:11:37 CET
A few seconds after loading the tlwebaccess agent page, warnings about preloaded SVGs not being used (fast enough) are logged to the console.

Chrome:
> The resource https://lab-101.lkpg.cendio.se:300/app/images/warning.svg was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
> The resource https://lab-101.lkpg.cendio.se:300/app/images/info.svg was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
> The resource https://lab-101.lkpg.cendio.se:300/app/images/error.svg was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

Similar warnings are logged in Safari and Firefox.

This is probably not something that impacts us a lot, but for the sake of presentation, we should look at if there is something we can do to get rid of the warnings.

Note You need to log in before you can comment on or make changes to this bug.