daranzolin / rcanvas

R Client for Canvas LMS API
Other
90 stars 43 forks source link

Downloading grades very slow #68

Open bshor opened 3 months ago

bshor commented 3 months ago

I'm downloading grades with get_course_gradebook(). It works, but it takes nearly 3 minutes for a class with only 30 students and something like ~1600 rows of grades. Is this normal behavior?

pachadotdev commented 3 months ago

I'm downloading grades with get_course_gradebook(). It works, but it takes nearly 3 minutes for a class with only 30 students and something like ~1600 rows of grades. Is this normal behavior?

hi!

yes, it is in the current implementation

unless I can figure out a way to read from the API in a better way, there isn't much to do

bshor commented 3 months ago

Got it. Thanks. BTW there's some kind of change recently, in my previous class with ~150 students, it only took about a minute, and this class it's tripled.