Project

General

Profile

« Previous | Next » 

Revision bc4f0284

Added by Telmo X about 14 years ago

  • ID bc4f02848eb32c21f72495b421fdb3335a9e45ef

fixes #186 - When reports are kept in the database and not deleted/purged the Host.reports.last query starts slowing down and the hosts index page can take minutes to load depending on the number of hosts. By changing Host.reports.last to Host.find(host.id).reports.maximum('id') we make a more efficient query to the database cutting the lookup time.

  • added
  • modified
  • copied
  • renamed
  • deleted