Skip to content

Instantly share code, notes, and snippets.

@danneu
Created April 2, 2012 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danneu/2288102 to your computer and use it in GitHub Desktop.
Save danneu/2288102 to your computer and use it in GitHub Desktop.
# navigating to /sitemap.xml for the first time:
Start GET "/sitemap.xml" for 127.0.0.1
Processing by SitemapsController#index as XML
Post Load (1.2ms) ...
Category Load (0.7ms) ...
...
Renderedsitemaps/index.xml.builder (1231.4ms)
Write page /sandbox/public/sitemap.xml (19.5ms)
Completed 200 OK in 2301ms (Views: 1523.8ms | ActiveRecord: 31.7ms)
# all subsequent navigations to /sitemap.xml:
cache: [GET /sitemap.xml] miss
cache: [GET /sitemap.xml] miss
cache: [GET /sitemap.xml] miss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment