abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.85k stars 3.43k forks source link

Apply performance enhancements for docs module #9570

Closed ebicoglu closed 3 years ago

ebicoglu commented 3 years ago

Apply performance enhancements for docs module: https://developers.google.com/speed/pagespeed/insights/?url=docs.abp.io

image


Contributors (and also images of them) may slow down page landing. Make it partial view and load via Ajax

image

berkansasmaz commented 3 years ago

Related https://github.com/volosoft/volo/issues/6182

berkansasmaz commented 3 years ago

It has been observed that we do not have a performance problem at the moment, so I am closing this issue.