Our pure JavaScript Scheduler component


Post by brice amiard »

Hello, i'm trying to use shcedular PRO with a "big" data set : 25 resources, 1000 events per resource

I've make a simple test using "custom event editor" from bryntum scheduler classic and the same test using "bryntum scheduler PRO". For the first one datas was loaded in 10sec. For the second one datas wasn't loaded before a timeout raised by web browser.
I havn't change anything in demo code except the json dataset file of course

PS : In a short time i will use "group ressources" from pro version for my need with an equivalent data set


Post by mats »

Can you please share how you load the data? If you can provide the dataset that would also be most helpful!


Post by brice amiard »

I've loaded datas using crudManager (i havn't change anything to "custom event editor" from schedulerPro except json file itself and start/end date)

    crudManager : {
        autoLoad : true,
        transport : {
            load : {
                url : 'assets/data/data.json'
            }
        }
    }
    

Post by mats »

Issue, confirmed. We've opened a ticket to investigate this properly, thanks for reporting!

https://github.com/bryntum/support/issues/1144


Post by brice amiard »

Did you have any news about our performance bug ?
An estimated resolution date ?
Thanks in advance


Post by alex.l »

Hi brice amiard,

A performance has been increased for all of our products and will be available in the nearest release very soon.

All best,
Alex

All the best,
Alex


Post Reply