Blog.Core/Blog.Core.Gateway
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
..
Controllers feat:ocelot swagger 2022-02-05 12:10:50 +08:00
Extensions feat:更新gateway,去除nacos相关配置 2023-12-03 18:16:27 +08:00
Helper 🎨 优化调整缓存性能 2024-07-18 17:47:31 +08:00
Properties Gateways Config 2021-01-25 19:58:34 +08:00
appsettings.gw.Development.json feat: 🐬 update publish linux sh 2023-02-26 18:32:49 +08:00
appsettings.gw.json feat:更新gateway,去除nacos相关配置 2023-12-03 18:16:27 +08:00
Blog.Core.Gateway.csproj feat:更新gateway,去除nacos相关配置 2023-12-03 18:16:27 +08:00
Blog.Core.Gateway.xml feat:更新gateway,去除nacos相关配置 2023-12-03 18:16:27 +08:00
index.html boboyunz -- fix 2022-02-15 13:25:30 +08:00
ocelot.Development.json feat:更新gateway,去除nacos相关配置 2023-12-03 18:16:27 +08:00
ocelot.json feat:ocelot swagger 2022-02-05 12:10:50 +08:00
ocelot.Production.json adjust gateway 2021-01-26 10:48:56 +08:00
ocelot.Staging.json adjust gateway 2021-01-26 10:48:56 +08:00
Program.cs feat: 🐬 update publish linux sh 2023-02-26 18:32:49 +08:00
Startup.cs 🎨 优化调整缓存性能 2024-07-18 17:47:31 +08:00