Skip to content

magento man

Loading time of a module is too high

I have a custom extension in Magento 1.9. In the Profiler, it shows me that the loading time is too long. https://imgur.com/WrY4DUm I can provide you the scripts from the files. Does anyone know how I could fix this please?

webhostpython.com question about hoster

Hello, I hope webhostpython is reading this forum also 🙂 I am interested in ordering a shared hosting package to start, and possibly a… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1895360&goto=newpost

Unit test, Failed asserting

I am trying to write a unit testing, but i am not sure why the actual result is not getting generated correctly. Below are my unit testing code, <?php declare(strict_types=1); namespace VendorProductCustomizerTestUnitModelComponentsPricing; use PHPUnitFrameworkTestCase; use PHPUnitFrameworkMockObjectMockObject; use VendorProductCustomizerModelComponentsPricingAddons; use MagentoFrameworkAppConfigScopeConfigInterface;… Read More »Unit test, Failed asserting