This system variable can tweak how AutoCAD handels view ports.  Below are the settings i use in my start up list.

;; Controls whether layer and spatial indexes are created and saved in drawing files.
;; 2=Spatial index is created
;; This will index the drawing making any further work in it much quicker.
(command “INDEXCTL” “2”)
(TERPRI)