[Temporarily make ranged-show-list cached-db-range-view clinton@unknownlamer.org**20080117032500 The consing performance of the non-cached version was atrocious and significantly slowed the system down due to the number of times range-view.current-window was called. The admin ranged show chooser forces a cache reload after delete to work around displaying deleted entries, but the frontend will simply fail when displaying deleted entries. ] { hunk ./src/web.lisp 17 - ("Delete" (elephant:drop-instances (list show)))))) + ("Delete" (progn + (elephant:drop-instances (list show)) + (setf (range-view.offset self) (range-view.offset self))))))) + hunk ./src/web-common.lisp 310 -(defcomponent ranged-show-list (database-range-view show-list) +(defcomponent ranged-show-list (cached-database-range-view show-list) }