# File lib/mini_profiler/profiler.rb, line 554
    def ids(env)
      # cap at 10 ids, otherwise there is a chance you can blow the header
      ([current.page_struct[:id]] + (@storage.get_unviewed_ids(user(env)) || [])[0..8]).uniq
    end