Activities of "alper"

GetPositionLookupAsync() takes 100ms . i think it is OK. your service provider has a 100ms lag with the empty action.

1- add auditing and authorization attributes and report duration. 2- make a db transaction and report duration.

we will see which step adds the overhead

@mehmet is it possible to share the solution?

checkout the following PR https://github.com/abpframework/abp/pull/1588/files

to filter down the problem, 1 - create a new aspnet controller in your backend project 2 - create a new method in the new controller. disable auditing and authorization on this new action. 3- make a request to this new action with postman or curl or any other 3rd party ( dont use your angular client)

4 - if it's still slow . create a new Aspnet core application from scratch and follow the steps 1-3 and write me the results

4.4.1 ( releasing next week) are you on 4.3.x?

it's about adding Setting Management module

try to disable Redis if you have not done.

DbMigrator also uses IConfiguration , see https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/DbMigratorHostedService.cs#L15

But ConnectionString is a special config! DbMigrator designed to be worked in distributed environments. So if your tenants have its own database then it gets the ConnectionString from database.

See https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain/Data/MyProjectNameDbMigrationService.cs#L66

Try to read another appsettings.json value

toastui-editor is a 3rd party tool and it's out of support. could you pls ask it on its own repo?

can you explain how did you solve tempkey.jwk problem? can you run the tests in Release mode? (this will filter down to some solution)

Showing 751 to 760 of 2069 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.3.0-preview. Updated on February 25, 2026, 07:12
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.