Blog.Core/Blog.Core.Api
LemonNoCry 966db5ec8c
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
.NET Core / build (push) Has been cancelled
🎨 优化调整缓存性能
1.调整获取所有Key的方式,原有写法是维护一个AllKey的集合,在长时间运行后Key越来越多性能越来越低,故此优化,直接使用Redis原生API
2.优化App.GetServiceProvider的逻辑,如果是单例则直接返回RootServices
3.优化IpPolicyRateLimitSetup,使用分布式缓存,而不是MemoryCache
4.优化MiniProfilerSetup,增加注册使用Redis
5.优化DataProtectionSetup,在不使用Redis时,默认保存在临时文件夹
2024-07-18 17:47:31 +08:00
..
.config feat: update nuget package 2022-09-07 18:29:51 +08:00
Controllers 🎨 优化调整缓存性能 2024-07-18 17:47:31 +08:00
Filter 修改AutofacPropertityModuleReg namespace 错误 2024-01-09 15:10:08 +08:00
Properties Update launchSettings.json 2023-05-15 15:03:14 +08:00
wwwroot 🐛 增加SqlSugar 使用SQLite 在Quartz锁库测试 2024-06-12 11:22:33 +08:00
appsettings.apollo.json feat:default close Apollo 2021-08-21 23:25:06 +08:00
appsettings.Development.json Update appsettings.Development.json 2021-12-09 18:23:18 +08:00
appsettings.json 🎨 优化调整缓存性能 2024-07-18 17:47:31 +08:00
Blog.Core.Api.csproj feat: update to 8.0 2023-11-15 16:15:21 +08:00
Blog.Core.Model.xml feat:change access trend log 2023-07-20 17:13:08 +08:00
Blog.Core.xml 🎨 优化调整缓存性能 2024-07-18 17:47:31 +08:00
Dockerfile 同步主分支 2023-02-12 22:00:18 +08:00
index.html feat: 💯 change ClaimTypes.Role 2023-12-13 11:04:04 +08:00
Program.cs 注册DataProtection fix#361 2024-06-12 14:55:39 +08:00
Program.five.cs fix: department set 2022-04-10 08:45:56 +08:00
skyapm.json 初步调整Serilog 2023-04-01 23:25:56 +08:00
StopContainerImg.sh add stop docker container sh 2020-09-13 19:37:21 +08:00
web.config 增加Web.config配置文件,方便部署IIS 2022-10-14 18:06:17 +08:00