diff --git a/app/views/explore/posts/intro.html.erb b/app/views/explore/posts/intro.html.erb index 52b33da98..d2308f757 100644 --- a/app/views/explore/posts/intro.html.erb +++ b/app/views/explore/posts/intro.html.erb @@ -12,12 +12,14 @@

Type in your favorite anime, manga, or character (last name first). Here are some examples:

- <% @presenter.each do |tag, post_set| %> -
-

<%= link_to tag, posts_path(:tags => tag) %>

- <%= post_set.presenter.post_previews_html(self) %> -
-
+ <% cache("intro-page", :expires_in => 1.hour) do %> + <% @presenter.each do |tag, post_set| %> +
+

<%= link_to tag, posts_path(:tags => tag) %>

+ <%= post_set.presenter.post_previews_html(self) %> +
+
+ <% end %> <% end %>