ryelle / Foxhound

A text-focused blog theme for WordPress (in React)
https://themes.redradar.net/foxhound
350 stars 39 forks source link

Preload the first page's posts #16

Closed ryelle closed 7 years ago

ryelle commented 8 years ago

Only on the homepage, load the first page of API responses to speed up the page render.

The logic to pre-render any initial response is out-of-scope for this ticket, but could happen eventually.

ryelle commented 7 years ago

Considering this done. Most commonly entered-on things will pre-load:

Basically only archive pages don't preload, since their queries are harder to pre-compute.