Loading app/Models/AnalyticsPodcastByCountryModel.php +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ class AnalyticsPodcastByCountryModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`labels`', 'ASC') ->orderBy('`values`', 'DESC') ->findAll(); cache()->save( Loading app/Models/AnalyticsPodcastByRegionModel.php +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class AnalyticsPodcastByRegionModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`country_code`, `region_code`', 'ASC') ->orderBy('`values`', 'DESC') ->findAll(); cache()->save( Loading app/Models/AnalyticsWebsiteByBrowserModel.php +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ class AnalyticsWebsiteByBrowserModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`browser`', 'ASC') ->orderBy('`values`', 'DESC') ->findAll(); cache()->save( Loading app/Models/AnalyticsWebsiteByEntryPageModel.php +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ class AnalyticsWebsiteByEntryPageModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`entry_page`', 'ASC') ->orderBy('`values`', 'DESC') ->limit(10) ->findAll(); cache()->save( Loading app/Models/AnalyticsWebsiteByRefererModel.php +4 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ class AnalyticsWebsiteByRefererModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`referer`', 'ASC') ->orderBy('`values`', 'DESC') ->limit(10) ->findAll(); cache()->save( Loading Loading @@ -69,7 +70,8 @@ class AnalyticsWebsiteByRefererModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`domain`', 'ASC') ->orderBy('`values`', 'DESC') ->limit(10) ->findAll(); cache()->save( Loading Loading
app/Models/AnalyticsPodcastByCountryModel.php +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ class AnalyticsPodcastByCountryModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`labels`', 'ASC') ->orderBy('`values`', 'DESC') ->findAll(); cache()->save( Loading
app/Models/AnalyticsPodcastByRegionModel.php +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class AnalyticsPodcastByRegionModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`country_code`, `region_code`', 'ASC') ->orderBy('`values`', 'DESC') ->findAll(); cache()->save( Loading
app/Models/AnalyticsWebsiteByBrowserModel.php +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ class AnalyticsWebsiteByBrowserModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`browser`', 'ASC') ->orderBy('`values`', 'DESC') ->findAll(); cache()->save( Loading
app/Models/AnalyticsWebsiteByEntryPageModel.php +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ class AnalyticsWebsiteByEntryPageModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`entry_page`', 'ASC') ->orderBy('`values`', 'DESC') ->limit(10) ->findAll(); cache()->save( Loading
app/Models/AnalyticsWebsiteByRefererModel.php +4 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ class AnalyticsWebsiteByRefererModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`referer`', 'ASC') ->orderBy('`values`', 'DESC') ->limit(10) ->findAll(); cache()->save( Loading Loading @@ -69,7 +70,8 @@ class AnalyticsWebsiteByRefererModel extends Model '`podcast_id`' => $podcastId, '`date` >' => date('Y-m-d', strtotime('-1 week')), ]) ->orderBy('`domain`', 'ASC') ->orderBy('`values`', 'DESC') ->limit(10) ->findAll(); cache()->save( Loading