Tag: backend

7 posts

M2: OPCache GUI - Updated for Latest Magento & PHP

M2: OPCache GUI - Updated for Latest Magento & PHP

The TCMP OPcache GUI module has been updated to support the latest versions of Magento, PHP, and Chart.js. View OPcache statistics directly in your Magento admin panel.

M2: Customizing GraphQL Field Names in Commerce

M2: Customizing GraphQL Field Names in Commerce

Learn how to customize GraphQL field names in Magento Commerce using the FieldTranslator class and dependency injection configuration.

M2: OPCache GUI

M2: OPCache GUI

Now you can easily view the statistics for PHP OPcache in your Magento admin panel. TCMP OPcache GUI displays current memory usage / hit rate / configuration va

M2: Delete Orders Extension

M2: Delete Orders Extension

I released a little freebie this weekend, hope you enjoy. Feedback is welcome just open an issue or even better submit a pull request! https://github.com/theyca

M2: Debugging Playground continued..

M2: Debugging Playground continued..

After the last example of a bootstrapping Magento 2.x in a php file for some quick debugging I thought I'd clean things up a bit. Below is the same basic exampl

M2: Debugging Playground

M2: Debugging Playground

While I'm sure we all agree that your code should live inside an extension, it can be still helpful to interact with something a little more directly or isolate

M2: Invalidating Caches

M2: Invalidating Caches

When saving objects in your custom module it may be beneficial to indicate that a cache type should be cleared. This can be achieved using the TypeListInterface