Method |
Description |
|
determine_which_images_to_fetch ( array &$dimensions, array &$urls_to_fetch ) |
Determine which images to fetch by checking for dimensions in transient/cache. |
|
fetch_images ( array $urls_to_fetch, array &$images, string $mode ) |
Fetch dimensions of remote images |
|
fetch_images_via_fast_image ( array $urls_to_fetch, array &$images ) |
Fetch images via FastImage library |
|
fetch_images_via_faster_image ( array $urls_to_fetch, array &$images ) |
Fetch images via FasterImage library |
|
process_fetched_images ( array $urls_to_fetch, array $images, array &$dimensions, integer $transient_expiration ) |
Determine success or failure of remote fetch, integrate fetched dimensions into url to dimension mapping,
cache fetched dimensions via transient and release/delete semaphore transient |
|
register_callbacks ( ) |
|
|