Open RayBB opened 6 months ago
Right now we load all covers on the merge page even if they're not visible. If we add lazy loading to them it will massively cut down on requests. Should be a pretty good first issue.
https://openlibrary.org/works/merge?records=OL21868175W,OL41495W
@cdrini
@RayBB can I work on this
@Realmbird you are assigned now.
@RayBB recreated problem docker compose exec -e PYTHONPATH=. web bash -c "./scripts/copydocs.py /works/OL21868175W /works/OL41495W"
Right now we load all covers on the merge page even if they're not visible. If we add lazy loading to them it will massively cut down on requests. Should be a pretty good first issue.
Describe the problem that you'd like solved
Proposal & Constraints
https://openlibrary.org/works/merge?records=OL21868175W,OL41495W
Additional context
Stakeholders
@cdrini