View Issue Details

IDProjectCategoryView StatusLast Update
0004364Composrcorepublic2021-03-15 17:30
ReporterChris GrahamAssigned To 
SeverityFeature-request 
Status non-assignedResolutionopen 
Product Version 
Fixed in Version 
Summary0004364: PREFETCH_URL symbol
DescriptionHTML5 allows link preloading, but via <link> tags, not via <a> tags. This is probably for simplicity and security reasons.

Have a PREFETCH_URL symbol that allows a template to hint that a URL should be pre-loaded.
For example,

{$PREFETCH_URL*,{URL}}

The symbol doesn't change the URL, but it tells Composr to inject a <link rel="preload"> for that same URL, so that the browser will preload it.
TagsType: Performance
Time estimation (hours)1.5
Sponsorship open

Relationships

related to 0004597 non-assigned Preemptive page loading (holding issue) 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-08-28 01:50 Chris Graham New Issue
2021-03-15 17:30 Chris Graham Relationship added related to 0004597
2021-03-15 17:30 Chris Graham Tag Attached: Type: Performance