Before you apply
Familiarize yourself with the Milestone Technology Partner Program and its benefits and requirements.
Decide which track(s) match your technology offerings. The program has five tracks, which are described below.
(resource.name.includes("//www.milestonesys.com")
|| resource.name.includes("//www.milestonesys.qa")
|| resource.name.includes("//www.milestonesys.wtst")
|| resource.name.includes("//www.milestonesys.wdev")
|| resource.name.includes("//local.milestone.dk")
|| resource.name.includes("opensans")
|| resource.name.includes("//mswebappcdn.azureedge.net"))
&& !resource.name.includes("favicon-199.html"))
.sort((a, b) => b.responseEnd - a.responseEnd)
const loadTime = resources[0].responseEnd
console.log(`TTI: ${loadTime / 1000} s, resource number: ${resources.length}`)
const ttiElement = document.createElement('div')
ttiElement.hidden = true
ttiElement.id = 'tti'
ttiElement.innerText = loadTime
document.body.appendChild(ttiElement)
}
})