Blog.Core/Blog.Core.Api/Controllers
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
..
DbFirst ⬆️ SqlSugar 5.1.4.158 2024-06-12 11:51:12 +08:00
Systems 🎨 优化调整缓存性能 2024-07-18 17:47:31 +08:00
Tenant 🎨 完美优雅的处理多租户-分表方案 2023-02-21 01:50:51 +08:00
Test 🎨 test 2023-08-31 21:59:39 +08:00
v1 serviceExtensions manager 2020-06-28 14:00:14 +08:00
v2 serviceExtensions manager 2020-06-28 14:00:14 +08:00
BaseApiController.cs 增加数据库管理 2023-05-11 18:07:02 +08:00
BlogController.cs feat: remove some needless code 2023-11-24 22:49:56 +08:00
DepartmentController.cs feat: 🉑 change api param 2023-04-02 15:16:37 +08:00
HealthCheckController.cs rename webapi 2020-06-22 12:04:09 +08:00
ImgController.cs feat: change file upload api 2023-05-06 10:58:18 +08:00
LoginController.cs feat: remove some needless code 2023-11-24 22:49:56 +08:00
ModuleController.cs feat: 🉑 change api param 2023-04-02 15:16:37 +08:00
MonitorController.cs 🎨🎉 优化原有的DBS配置、新增数据库故障转移方案 2023-10-19 16:28:20 +08:00
NacosController.cs feat: 👍 beautiful api 2023-03-11 11:07:20 +08:00
PayController.cs feat: 👍 beautiful api 2023-03-11 11:07:20 +08:00
PermissionController.cs Update PermissionController.cs 2023-12-13 16:53:09 +08:00
RoleController.cs feat: 🉑 change api param 2023-04-02 15:16:37 +08:00
SignalRTestController.cs SignalR Demo 2023-07-05 17:34:40 +08:00
SplitDemoController.cs Update SplitDemoController.cs 2023-04-02 16:01:03 +08:00
TasksQzController.cs feat: 🉑 change api param 2023-04-02 15:16:37 +08:00
TopicController.cs feat: 🉑 change api param 2023-04-02 15:16:37 +08:00
TopicDetailController.cs feat: 🉑 change api param 2023-04-02 15:16:37 +08:00
TransactionController.cs feat: 🉑 change api param 2023-04-02 15:16:37 +08:00
UserController.cs feat: 🉑 change api param 2023-04-02 15:16:37 +08:00
UserRoleController.cs feat: 🉑 change api param 2023-04-02 15:16:37 +08:00
ValuesController.cs ✏️ 调整命名空间拼写错误 2024-07-15 15:48:52 +08:00
WeChatCompanyController.cs feat: 👍 beautiful api 2023-03-11 11:07:20 +08:00
WeChatConfigController.cs feat: 👍 beautiful api 2023-03-11 11:07:20 +08:00
WeChatController.cs remove extra code 2023-04-29 12:07:52 +08:00
WeChatPushLogController.cs feat: 👍 beautiful api 2023-03-11 11:07:20 +08:00
WeChatSubController.cs feat: 👍 beautiful api 2023-03-11 11:07:20 +08:00