Activities of "maliming"

Answer

hi @BernardoTeixeira

Please make your repository private, you cannot make our source code public. You can invite me join your repository. https://github.com/maliming

Please check application logs, such as API, Identity Server website.

hi

Can you share the full code of ProspectusCreateDto and Student class?

Have you tried the Automapper without abp?

Answer

hi @BernardoTeixeira

Can you share a sample OData project to reproduce it?

You can use the free template project. https://abp.io/get-started

Answer

hi @Esben_Dalgaard

I see no such folder as you describe.

You need to add it to the application that depens on the AbpPermissionManagementWebModule

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

Showing 7481 to 7490 of 7733 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30