Running sites on “localhost” is extremely slow

后端 未结 18 1635
终归单人心
终归单人心 2020-12-12 22:06

Having real trouble using my localhost to test sites. It runs extremely slowly! Sometimes it takes up to a minute to load a page. I\'m using Firefox and the sites I\'m testi

18条回答
  •  粉色の甜心
    2020-12-12 22:30

    If you are just viewing the page output (not debugging code) then go to the Web.Config file and set debug to false. This changes load time from >15 secs to <1 sec

        
            
            ...
        
    

提交回复
热议问题