Search found 13 matches

by AndreySE
Fri Apr 22, 2022 9:41 am
Forum: Stimulsoft Reports.JS
Topic: css warnings when building with Angular 13
Replies: 3
Views: 632

Re: css warnings when building with Angular 13

I've already reported about this issue and it should be fixed in the next update (it should be published on this week).
I'm not in dev team, just a user.
by AndreySE
Fri Apr 22, 2022 6:58 am
Forum: Stimulsoft Reports.JS
Topic: Passing parameters from user input to the JSON datasource
Replies: 15
Views: 3116

Re: Passing parameters from user input to the JSON datasource

Hello Max, will it be published today?
by AndreySE
Tue Apr 19, 2022 1:21 pm
Forum: Stimulsoft Dashboards.JS
Topic: Bundle size is too big
Replies: 5
Views: 9169

Re: Bundle size is too big

I did some research and found that *.pack.js is packed original script by Brotli, as all our requests are JZipped the overall difference is around 20 percents only, so it's not much. Anyway, it's possible to use Angular imports from pack-files this way: import { Stimulsoft, StiOptions } from 'stimul...
by AndreySE
Tue Apr 19, 2022 9:42 am
Forum: Stimulsoft Dashboards.JS
Topic: Designer high RAM usage
Replies: 4
Views: 8512

Re: Designer high RAM usage

I've tested it on your demo page, here is chrome task manager screenshot
by AndreySE
Tue Apr 19, 2022 8:59 am
Forum: Stimulsoft Dashboards.JS
Topic: Bundle size is too big
Replies: 5
Views: 9169

Re: Bundle size is too big

Thank you Max, but how to use packed version with angular?
by AndreySE
Tue Apr 19, 2022 7:00 am
Forum: Stimulsoft Dashboards.JS
Topic: Bundle size is too big
Replies: 5
Views: 9169

Bundle size is too big

Hi,

the bundle size is too big (is about 11 Mb), is any way to make it smaller?
by AndreySE
Tue Apr 19, 2022 6:55 am
Forum: Stimulsoft Dashboards.JS
Topic: Designer high RAM usage
Replies: 4
Views: 8512

Designer high RAM usage

Hi, The designer RAM usage is too high, in demos the max RAM consumption is about 500 Mb and then decreasing after js garbage collecting. It's too much and should be improved. In our case we are hosting viewer and designer on the same page and it cause memory issues. Maybe you can use only one contr...
by AndreySE
Mon Apr 18, 2022 1:04 pm
Forum: Stimulsoft Reports.JS
Topic: Passing parameters from user input to the JSON datasource
Replies: 15
Views: 3116

Re: Passing parameters from user input to the JSON datasource

Thanks! When it'll be available on npm?