Currently, I am experimenting to implement boost with plenty of images e.g. as an alternative comparable to
if($file = $site->file('file://'.$uuid)){
// do something
}
but using something like:
if($file = boost($fileuuid)){
}
// or
if($file = boost('file://'.$fileuuid)){
}
Didn't seem to work.
Also, my question would be, if I call an image via UUID - if the performance would be increased in a one by one image scenario.