Performance decrease in 2.x
See original GitHub issueOriginally reported on Google Code with ID 2259
The following jsFiddles use the same code, only switching from 2.0.0 to 2.1.0 versions
of FullCalendar. On a Core i7 FireFox the 2.0.0 versions loads 1500 events in under
a second, the 2.1.0 version takes 3 - 4 seconds. Also the removeEventSource is extremely
slow.
2.0.0 - http://jsfiddle.net/indexic/u6youn1b/
2.1.0 - http://jsfiddle.net/indexic/L9z2Lbur/
Reported by google@indexic.net
on 2014-08-27 20:55:20
Imported with 14 stars.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:5
- Comments:38 (30 by maintainers)
Top Results From Across the Web
Exponential performance decreases with load - Mathematics ...
The derivation is right 3x4=3x22=y43. Hence it is valid. The general relationship is as below: x = number of loads. y = cycles...
Read more >Performance decreases with a higher number of threads (no ...
Performance decrease is caused by moving shared memory between CPU (threads cannot access directly cache in different CPU, more threads => more ...
Read more >Improve Performance & Speed to 2X on your e-commerce site
Prioritize testing and optimizing your mobile performance; Use pop-ups sparingly; Beware of excessive liquid loops; Decrease thumbnail image sizes; Ease up on ...
Read more >Performance 2.x - MoodleDocs
In general we must lower the number of queries on each page, we have to decrease the memory use and we should load...
Read more >Find Where Increasing/Decreasing y=(1/2)^x - Mathway
Find Where Increasing/Decreasing y=(1/2)^x. y=(12)x y ... Graph the equation in order to determine the intervals over which it is increasing or decreasing....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
there have been some new developments on this initiative.
eventRenderWait
has been released in v3.1.0 https://fullcalendar.io/docs/event_rendering/eventRenderWait/ (aka “debounce”)if you do not want to opt into eventRenderWait, you can use the following new methods:
@Manuweb2 the following issue requests fetching-while-scrolling: https://github.com/fullcalendar/fullcalendar/issues/3087 ↑ Could you please visit the link, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates?