Query optimisations for last_messages and traffic
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<p>Welcome to the FTN Clearing House.</p>
|
||||
|
||||
<div style="float:right; width: 50%; height: 20em;" id="network_traffic"></div>
|
||||
<div class="float-end" id="network_traffic"></div>
|
||||
<p>The FTN Clearing House (FCH) is both a FTN Mailer and FTN message tosser, where mail is stored internally in a DB. FCH can also hatch and toss files into FTN networks for both up/downstream nodes.</p>
|
||||
<p>It was created as an idea to bring modern technology and capabilities to a legacy computing network that existed in the 1970's, 1980's and 1990's (before the Internet basically).</p>
|
||||
|
||||
@@ -130,7 +130,7 @@ If you have more than 1 BBS, then the Clearing House can receive all your mail f
|
||||
}
|
||||
},
|
||||
series: [
|
||||
@foreach (\App\Models\Domain::active()->public()->with(['echoareas'])->get() as $o)
|
||||
@foreach (\App\Models\Domain::active()->public()->orderBy('name')->with(['echoareas'])->get() as $o)
|
||||
{
|
||||
name: '{{ $o->name }}',
|
||||
data: {!! $o->daily_area_stats() !!},
|
||||
|
Reference in New Issue
Block a user