LibLatency

Libraries

A library for transmitting and receiving latency information of players.

WoW 12.1.0 Actively Maintained

Trend Explorer

Recent download momentum

Hourly download deltas for the last 48 hours.

Latest hour +0 Jul 28, 6 PM
Peak hour +12 Jul 30, 3 AM
Average +2 per hour

About this addon

What it does

Please support my work on Patreon/GitHub

 

A library for transmitting and receiving latency information of players.

API

LL:Register(addon, function)

addon - The name of your addon (string) or your addon object (table)
function - The name of function tied to the addon object (string) or a function reference

LL:Unregister(addon)

addon - The name of your addon (string) or your addon object (table)

LL:RequestLatency(channel)

channel - The name of the channel to request latency on (string) or nil/false/no value for automatic.

  • Valid channels are GUILD, INSTANCE_CHAT, RAID, PARTY.
  • Automatic channel selection only considers the 3 group channels, it doesn't consider the GUILD channel.

Example:

local LL = LibStub("LibLatency")

local function update(latencyHome, latencyWorld, sender, channel)

     print(format("User %s has a home latency of %d and a world latency of %d!", sender, latencyHome, latencyWorld))

end

LL:Register("myAddOnNameOrObject", update)

LL:RequestLatency("GUILD")

 

At-a-glance numbers

Performance highlights

  • Peaked at Hot #454 on Jul 2, 2026.
  • Peaked at Rising #774 on Jul 2, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 2 releases in the last 30 days.
  • Averaging 37 new downloads per day over the past week.

Discover more

Keep exploring

Similar addons you might also want to check out.