0
    
    
        
                    lizhaofeng created
                    
                    
                    
                
                - ABP Framework version: v8.2.2
- UI Type:Blazor Webapp
- Database System: EF Core
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
When replace footer , the page doesn't load immediately. If Blazor.Client references many modules, the wait time becomes very long.
I hope the footer is already loaded when the page opens, like in MVC.
The new project page takes two seconds to refresh and load completely.

3 Answer(s)
- 
    0hi There are two footercomponents in blazor web app.One for blazor server and one for blazor wasm. You have to replace them all in blaozr(server) and blazor.client(wasm) projects. 
- 
    0hi maliming By resolving issues with replace Blazor & Blazor.Client. Thanks. 
- 
    0: ) 

 
                                