jsnmrs / aggro

Aggro is the codebase that powers BMXfeed.com.

Home Page:https://bmxfeed.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor featured page

jsnmrs opened this issue · comments

The nested query approach for fetching featured stories seems inefficient:
app/Models/NewsModels.php > public function featuredPage()

The output view for the featured page has some odd loops happening, too:
app/Views/featured.php

The featured page requires a separate process and cron to build itself, so the user-facing page always has a loaded cache.