mirror of
https://github.com/friendica/friendica
synced 2025-04-23 15:10:12 +00:00
Reduce the number of HTTP requests in the media handling
This commit is contained in:
parent
69345432e1
commit
e7d9c6c254
11 changed files with 207 additions and 89 deletions
|
@ -94,6 +94,13 @@ class Stats extends BaseModule
|
|||
'deferred' => [],
|
||||
'total' => [],
|
||||
],
|
||||
'jetstream' => [
|
||||
'drift' => intval($this->keyValue->get('jetstream_drift')),
|
||||
'did_count' => intval($this->keyValue->get('jetstream_did_count')),
|
||||
'did_limit' => intval($this->keyValue->get('jetstream_did_limit')),
|
||||
'messages' => intval($this->keyValue->get('jetstream_messages')),
|
||||
'timestamp' => intval($this->keyValue->get('jetstream_timestamp')),
|
||||
],
|
||||
'users' => [
|
||||
'total' => intval($this->keyValue->get('nodeinfo_total_users')),
|
||||
'activeWeek' => intval($this->keyValue->get('nodeinfo_active_users_weekly')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue