unclecheese / silverstripe-event-calendar

The Event Calendar module for SilverStripe
GNU General Public License v2.0
31 stars 78 forks source link

fix(Calendar): Remove unnecessary Events() call in 'index' #118

Closed silbinarywolf closed 7 years ago

silbinarywolf commented 7 years ago

fix(Calendar): Remove unnecessary Events() call in 'index'.

This was causing a 500ms to 5 second slowdown on my site with ~2000 events (It doesn't even utilize/touch the 'Events()' function provided)