Activities of "maliming"

Answer

hi Esben_Dalgaard

If your application is a monolithic application and no plan to use load balanced. You can disable redis, memory cache will be used.

You can create a new project using the same abp & ef core provider and check the loading speed of the built-in module page. Such as user, tenant, role, audit log and other pages, This represents the basic speed of the application on your computer.

You need to check your code, they are slow, there are a lot of sql queries in the log, this is not normal, you can single-step debug the application to find the problem code.

Ways to solve the slow permission modal:

  1. create a folder AbpPermissionManagement at Pages folder.
  2. Copy AbpIdNameTagHelper.cs and PermissionManagementModal.cshtml to AbpPermissionManagement. I already send it to you.
  3. re-run the app to check the speed of permission modal

Answer

hi

Can I check your source code remotely? You can send me an email, then I will share the Zoom link. liming.ma@volosoft.com

Answer

hi

Here's our backend log when one of our calls are made:

Can you share a full log of a slow request? From the beginning to the end.

eg

[INF] Request starting HTTP/2 GET https://localhost:44340/api/abp/application-configuration - -
/// ....
/// ....
INF] Request finished HTTP/2 GET https://localhost:44340/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 932.6348ms

We do not use redis. What is it, and how could we?

You can check your all project's appsettings.json files to see if it contains below config.

Answer

hi @Esben_Dalgaard

Can you share some logs during app get slow?

Does your application use redis. Is its configuration correct?

You can use the IDS module as an independent service, it can have its own database, it is a completely independent identity authentication service.

You can refer to the demo of the microservice, we are also preparing a commercial version of the microservice startup template which will be available soon.

https://docs.abp.io/en/abp/latest/Samples/Microservice-Demo

Answer

You can create an Identity Server project without ABP for testing.

hi

IDX20803: Unable to obtain configuration from: 'System.String'.

It seems that the API cannot get the info of Identity Server(https://YourIdentityServer/.well-known/openid-configuration).

Can you check if the API in the container can access Identity Server?

ok Wait for good news.

Please send an email to me, I will share a zoom link.

hi @ashutosh.tanksale

Can I check this remotely? liming.ma@volosoft.com

I tested the latest project and did not reproduce your problem.

Showing 10831 to 10840 of 11075 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41