WNLIS3Q7VIVWGIG42LX2D6MAPLDA7J2V5YRCZN4Q4I6NZ235BQ6AC
subscription SyncGuild($id: Int!, $tag: Int, $zone: Int!) {
sync(guildId: $id, tag: $tag, zone: $zone, forceAnalysis: true) {
subscription SyncGuild($id: Int!, $tag: Int, $zone: Int!, $force: Boolean) {
sync(guildId: $id, tag: $tag, zone: $zone, forceAnalysis: $force) {
function isReload() {
const entries = performance.getEntriesByType('navigation') as PerformanceNavigationTiming[];
if (entries.length === 0) {
return false;
} else {
const all_entries = performance.getEntries();
const most_recent_time = all_entries[all_entries.length -1].startTime;
return entries[0].type === 'reload' && entries[0].name.endsWith(window.location.pathname) && most_recent_time <= 10000;
}
}
date: '2021-03-05T16:02-05:00',
messages: [
'Misc. bugfixes to (hopefully) decrease the number of errors encountered.',
'Analysis is no longer re-run every time a team is viewed. It will be re-run automatically when new data is available, and can be forced to run by reloading the page.',
],
},
{