Account created on 4 August 2016, over 8 years ago
#

Recent comments

🇮🇳India divya.lakshman

Hi team

After replacing
system_retrieve_file($url, $directory . $filename, TRUE, $replace)
with
$data = (string) \Drupal::httpClient()->get($url)->getBody();
return \Drupal::service('file.repository')->writeData($data, $destination, FileSystemInterface::EXISTS_REPLACE)
in my getasset() function I am getting error while fetching the third party thumbnail via the getasset() function

🇮🇳India divya.lakshman

Hi team

Any update on this, since I have disabled the webp module for image to load it is affecting my website performance.

Does stage_ file_proxy have any effect on it as disabling it on dev and uat had the images loading.

As mentioned here https://www.drupal.org/project/stage_file_proxy/issues/3171559 WebP support - ImageAPI Optimize WebP Fixed

Regards
Divya

🇮🇳India divya.lakshman

Hi

I had uninstalled the module.
Installed it back created pipeline and selected sitewide default pipeline as the new pipeline created.

Updated the image loading with lazy loading attributes.

Still the webp image path does not load goes to 404 the jpg image loads.

Thanks
Divya

🇮🇳India divya.lakshman

Hi team

Any update on this?
The menu link displays works sometimes after cache rebuild.

I am using the _ domain_ entity_ get_ related_ domains on my items array and checking the domains

Regards
Divya

🇮🇳India divya.lakshman

Any update here, I had to disable the module to make the images display on my website.

🇮🇳India divya.lakshman

This got resolved it was a error driving from a custom module code.

Production build 0.71.5 2024