On 6/26/13 10:04 AM, Réjean Bouchard wrote:
Maybe my explanations are not clear enough.
We always have a lot of images in cache. That's why we have to do a regex
search using the webUI ( http://exemple_domain/cache/lookup_regex_form ).
From that result page we obtain after the search, it's impossible to do a
URL lookup by clicking the name of the file or delete a file by checking a
box and clicking the "delete" button at the end of the page. We not
necessary know the full name of all of images. That's why we want to use
the regex search result page.
This is almost guaranteed to not work. Doing a regex lookup over any
sizeable cache is incredibly expensive. You have to traverse the entire
cache on every lookup.
Try that, you'll probably understand well.
Ok, I'll take a look.
-- leif