-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make use of LIMIT and browser cache #13
Comments
@coret Ik denk dat het verstandig is om iets meer inzicht te geven in hoe de applicatie werkt voor ik dit beantwoord. De hele applicatie gaat uit van 2 queries om alle data mee op te halen.
Wanneer je op de landingspagina van een flix komt, gebeurt het volgende:
Grappig genoeg is de reden waarom we dit zo doen, het beperken van het aantal requests. Hopelijk is dit duidelijk, zo niet stel gerust meer vragen.
De reden dat er zoveel requests zijn komt puur door het aantal categorieën. De opmerking maak gebruik van browser cache is beetje dubbel, in jouw plaatje zie je zelf ook dat er al Uit eindelijk is het de bedoeling dat een instantie zelf een IIIF aanbied, wanneer dat het geval is, kunnen we de fallback uitzetten en is het aantal requests lager omdat we direct naar de source gaan. Op dit moment moeten we aan de server vragen of er al een cached item is en worden we ge-redirect naar de correcte url. Hopelijk geeft dit wat duidelijkheid over wat er allemaal gebeurd, daarentegen wil ik niet ontkennen dat er een issue is. |
I've made the https://makemyflix.netwerkdigitaalerfgoed.nl/goudse-straten-in-de-kijker flix, but am not too impressed with the performance. Loading time is nearly 36 seconds - for 2020 requests!? - and clicking around feels slugish.
A screenshot of the network pane also shows another issue: not all resources are being cached by the browser
Why so many requests? Can't lazy loading be applied to the images?
In the SPARQL query there are LIMITs, are these used?
The text was updated successfully, but these errors were encountered: