Ryan Hoerr
Ryan Hoerr
I found this module depends on the wrong interface in the App\Action plugin: ```diff - public function beforeDispatch(\Magento\Framework\Interception\InterceptorInterface $controller) + public function beforeDispatch(\Magento\Framework\App\ActionInterface $controller) ``` This happens to work on...
## Issue I was profiling category performance on a client site via New Relic, and found Yireo_GoogleTagManager2 adding 100-150 ms to the response time with a category page size of...
Profiling a client site in New Relic, I found Yireo_NextGenImages frequently adds ~140 ms to the response times of category and product page views. This is purely for parsing, checking,...
### Environment Magento 2.4.5-p10 Hyva theme 1.3.10 Yireo WebP 0.14.3 NextGenImages 0.5.10 ### Issue I've observed on several sites that some pages throw JS errors due to the picture replacement...