Yes the same differences appeared during the new project
and yes i created the project via cli, this is how i created a test project and just used abp suite, and then update to 5, as I share in repos
abp new AbpPerformanceTest -u mvc --mobile none --version 4.4.4 --database-management-system PostgreSQL -csf --connection-string Host=localhost;Database=AbpPerformanceTest;Port=5432;
Thanks Radoslav for the example
I successfully connected Redis, but unfortunately there are no changes in performance.
For performance everything is ok without Redis in version 4. Is it is possible to see why there are differences in version 5 and is it is possible to adjust it as in version 4?
Hi Albert,
No, I didn't have a Redis installed.
I took the following steps: in app add package and connection string: https://docs.abp.io/en/abp/5.2/Redis-Cache
I installed: https://github.com/microsoftarchive/redis/releases https://redis.io/download/#redis-stack-downloads
In RedisInsight i add redis database
Can you send me some link on how to connect the abp app with redis?
Hello guys,
I just made a simple test project with abp cli version 4 and upgrade it to version 5. I created models with abp suite.
Here are the links to the public GitHub repositories:
Link 1: AbpPerformanceTest4
Link 2: AbpPerformanceTest5
Steps:
In my opinion those results clearly show that the performance problem is related to ABP Framework upgrade to version 5
This is blocking issue for me, i can't upgrade abp to new version.
Is support included in my license? Can you help me or not?
Three days there is no answer?
Are you checking anything on this?
These values that I have shown you are in my local environment.
At customer in their live environment currently opens a window in 5 seconds (version 4) main window, and with the new version 5 over 15 seconds.
This is a big difference between versions 4 and 5. I think if not better at least the performance should be the same.
I fixed bootstrap 5 and the time is the same as in the pictures.
Can you help me solve this?
Hi,
Yes I changed everything few months ago as in the description for query: https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-4_2#irepository-getqueryableasync
For bootstrap 5 I haven't changed there are small changes, example: Renamed .float-left and .float-right to .float-start and .float-end.
If you think it affects, I can change it and let you know.
I didn't notice that I needed something else in the migration. Did I miss something?
Database: PostgreSQL 13
So far, I have successfully solved everything through documentation or through posts, now i need your help so I can upgrade to the new version
As you can see in the picture, the loading time is 3.18 s
As you can see in the picture, the loading time is 10.77 s
Steps taken during migration:
I only have two changes to the code and they are:
from var apiScope = await _apiScopeRepository.GetByNameAsync(name); to var apiScope = await _apiScopeRepository.FindByNameAsync(name);
Configure<AbpClockOptions>(options => { options.Kind = DateTimeKind.Utc; });
I saw that you had this problem: https://support.abp.io/QA/Questions/2303/ABP-50---very-slow-when-using-the-Startup-Template
Maybe it is something like that ...
Do you have any idea to direct me where and what to look for?
Maybe to send you log files?
Since this is my first question after one year of development in the abp, I want to say all the positive impression of using abp. In 7 months we have developed the application and we have been live for 5 months now. Thanks
When can we expect to be released?
I have the same problem, after migrating to 4.3 and basic using the suite, when I click the pick button on the modal the following error comes out: VM439:33 Uncaught TypeError: Cannot read property 'getPlaceLookup' of undefined at serviceMethod (<anonymous>:33:73)...