Do not prefetch the next page of search results

Enable this again if it turns out that it makes a big difference.
This commit is contained in:
Kira 2019-08-02 21:08:27 -07:00
parent d06d31fadf
commit 813a700b26

View File

@ -65,7 +65,6 @@
<% content_for(:html_header) do %>
<%= tag.link href: posts_path(format: "atom", tags: params[:tags]), rel: "alternate", title: "ATOM", type: "application/atom+xml" %>
<%= tag.link rel: "prefetch", href: next_page_url, as: "html", crossorigin: "use-credentials" %>
<%= tag.link rel: "next", href: next_page_url %>
<% if prev_page_url %>
<%= tag.link rel: "prev", href: prev_page_url %>