openedx / modular-learning

3 stars 1 forks source link

[Tagging] Optimize pasting units/blocks that contain large number of tags #208

Closed yusuf-musleh closed 5 months ago

yusuf-musleh commented 5 months ago

Based on the performance tests ran in the https://github.com/openedx/modular-learning/issues/178, the findings concluded that pasting units/blocks that contain large number of tags is inefficient.

For this task we should look into what is causing the bottleneck and optimize the pasting implementation to speed it up.

yusuf-musleh commented 5 months ago

Posted more finds at https://github.com/openedx/modular-learning/issues/178#issuecomment-2071358972, turns out no further optimizations needed.