Activities of "Buckoge"

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)...

When can we expect to be released?

  • ABP Framework version: v5.1.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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

Example 4.4.4

As you can see in the picture, the loading time is 3.18 s

Example 5.1.3

As you can see in the picture, the loading time is 10.77 s

Steps taken during migration:

  1. Changed the version of each project from 5 to 6 (after this when I start the application the speed is the same)
  2. Run abp update command
  3. Run abp install-libs
  4. Upgrade all nuget packages
  5. add-migration and update-database

I only have two changes to the code and they are:

  1. In: App.Domain/IdentityServer/IdentityServerDataSeedContributor.cs:

from var apiScope = await _apiScopeRepository.GetByNameAsync(name); to var apiScope = await _apiScopeRepository.FindByNameAsync(name);

  1. in: AppWebModule i added because of postgresql:

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

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?

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?

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?

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:

  1. Clone both repositories (or upgrade 4 to version 5)
  2. Run migration
  3. In app run:
  4. Compare loading time in both projects and see results

In my opinion those results clearly show that the performance problem is related to ABP Framework upgrade to version 5

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?

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?

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;

Showing 1 to 10 of 27 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11