ANALYTICS

Your last {{ archive().length }} post{{ archive().length === 1 ? '' : 's' }}

@if (oldestDate()) { Window reaches back to {{ shortDate(oldestDate()!) }}. } @if (!sampleMode()) { Stored locally, capped at 500 posts. }

@if (!sampleMode()) {
{{ callsUsed() }}/10 API calls in the last action
}
@if (error()) { }

When you post

Posts and replies by local day and hour. Darker is more.

Post mix

{{ mixTotal() }} statuses in the window

@if (mixTotal() > 0) {
  • Posts {{ mix().posts }}
  • Replies {{ mix().replies }}
  • Boosts {{ mix().boosts }}
  • {{ mix().withMedia }} with media
} @else {
Nothing loaded yet.
}

Engagement

Across your {{ engagement().posts }} own posts

{{ engagement().totalFavourites }}favourites
{{ engagement().totalBoosts }}boosts
{{ engagement().totalReplies }}replies

Top posts

@for (post of engagement().top; track post.id) { {{ postExcerpt(post) }} ♡ {{ post.favourites_count }} · ⟳ {{ post.reblogs_count }} · ↩ {{ post.replies_count }} } @empty {
No posts loaded yet.
}

Hashtags you use

In the loaded window

@for (row of hashtags(); track row.tag) {
#{{ row.tag }} {{ row.count }}
} @empty {
No hashtags in the loaded window.
}
@if (!sampleMode()) { }