pboivin
11/04/2021, 3:52 PMpboivin
11/04/2021, 3:55 PMCharton
11/04/2021, 4:00 PMpboivin
11/04/2021, 4:26 PMCharton
11/05/2021, 9:52 AM/img/{path} that is using the GlideController. I'm ok with the fact that the first print of a new generated image can be a bit long. But once the image is generated, it should be render quicker right ? So if anyone here has the same problem or even a solution to this latence issue i will realy appreciate 🙂 have a good dayifox
11/05/2021, 9:58 AMifox
11/05/2021, 10:00 AMifox
11/05/2021, 10:01 AMCharton
11/05/2021, 10:02 AMCharton
11/05/2021, 10:02 AM'glide' => [
'source' => app(A17\Twill\Services\Cloud\Glide::class)->makeCloudSource('s3'),
'cache' => app(A17\Twill\Services\Cloud\Glide::class)->makeCloudSource('s3'),
'cache_path_prefix' => env('GLIDE_CACHE_PATH_PREFIX', 'glide_cache'),
'base_url' => env('GLIDE_BASE_URL', ''),
'base_path' => env('GLIDE_BASE_PATH', 'img'),
'use_signed_urls' => env('GLIDE_USE_SIGNED_URLS', false),
'sign_key' => env('GLIDE_SIGN_KEY'),
'driver' => env('GLIDE_DRIVER', 'gd'),
'add_params_to_svgs' => false,
'default_params' => [
'fm' => 'jpg',
'q' => '80',
'fit' => 'max',
],
'lqip_default_params' => [
'fm' => 'gif',
'blur' => 100,
'dpr' => 1,
],
'social_default_params' => [
'fm' => 'jpg',
'w' => 900,
'h' => 470,
'fit' => 'crop',
],
'cms_default_params' => [
'q' => '60',
'dpr' => '1',
],
'presets' => [],
'original_media_for_extensions' => [],
],Charton
11/05/2021, 10:04 AMCharton
11/05/2021, 10:05 AMCharton
11/05/2021, 10:05 AMifox
11/05/2021, 10:15 AMifox
11/05/2021, 10:15 AMifox
11/05/2021, 10:16 AMifox
11/05/2021, 10:17 AMglide_cache folder in your S3 bucket @Charton ?Charton
11/05/2021, 10:22 AMCharton
11/05/2021, 10:23 AMifox
11/05/2021, 10:35 AMifox
11/05/2021, 10:36 AMCharton
11/05/2021, 10:38 AMafatmustafa
11/05/2021, 10:40 AMafatmustafa
11/05/2021, 10:42 AMCharton
11/05/2021, 11:00 AMHarings Rob
11/05/2021, 11:22 AMifox
11/05/2021, 11:23 AMifox
11/05/2021, 11:32 AMHarings Rob
11/05/2021, 12:11 PM