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
Ok, short story. I added static caching to all DB based functions in IMI. But, most of them are not well written 😢 because i was in the hurry. Basically they are unaware of the arguments passed to the functions and in a case of final ingest, where many times the same function is called, let's say different Twig templates for each CMODEL and a few different per Datastreams (different for DC v/s MODS). Currently this code is WRONG and makes no sense, i must have been under a lot of stress when i wrote that https://github.com/mnylc/islandora_multi_importer/blob/master/includes/utilities.inc#L376-L405
Fix? Quite simple... pulling now.
The text was updated successfully, but these errors were encountered:
What?
Ok, short story. I added static caching to all DB based functions in IMI. But, most of them are not well written 😢 because i was in the hurry. Basically they are unaware of the arguments passed to the functions and in a case of final ingest, where many times the same function is called, let's say different Twig templates for each CMODEL and a few different per Datastreams (different for DC v/s MODS). Currently this code is WRONG and makes no sense, i must have been under a lot of stress when i wrote that
https://github.com/mnylc/islandora_multi_importer/blob/master/includes/utilities.inc#L376-L405
Fix? Quite simple... pulling now.
The text was updated successfully, but these errors were encountered: