You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To understand the issue correctly, does this occur when fetching from /:user:/events?
Testing on my local machine, for 116 events, the request took 4-7s.
I'm not sure what kind of implementation direction this would take. Three came to my mind right now:
Use a URI parameter to filter events from the past
With this solution, all events will be fetched (because we haven't found an easy way yet to paginate SPARQL query results) but at least they will not all be rendered. On old mobile phones, rendering many events can take many seconds.
But it's true the optimal solution would be either:
It causes performances problems
The text was updated successfully, but these errors were encountered: