Magento 2 performance improvement with AWS CloudFront

Any Magento 2 page requested from a browser is processed by a web server. Magento 2 loads 170 scripts per page on average. All incoming requests add an additional load for a server CPU and Memory. As a result, it increases infrastructure costs to maintain an acceptable level of page load time. That’s when you can use AWS for Magento 2 performance improvements.

Popular Magento ERP Extensions

With more and more ERP providers releasing their Cloud versions, we wanted to make a list of both cloud, and self-hosted popular ERP’s to Integrate with Magento, briefly describing features for each one.

Empowering Your Business with Tailored Magento ERP Solutions – At Atwix, we understand that the heart of effective eCommerce lies in seamless integration. Our deep dive into Magento ERP integration showcases not just our proficiency but our commitment to enhancing your business’s operational efficiency. Leveraging Magento with the right ERP system can transform your data flow, streamline your processes, and ultimately drive growth.

In this article, we delve into the most popular ERP solutions compatible with Magento, offering insights into each to help you make an informed decision for your unique business needs. From the nuances of integration to the benefits each system brings, we provide the expertise and guidance to align your eCommerce strategy with robust ERP solutions

Choose your perfect Event in Magento 2

Magento event system is one of the most powerful and commonly used techniques for extending the standard back-end logic. What’s more, choosing the right event for a custom logic interpretation is an essential part of development.

Even though event systems in Magento 1 and Magento 2 share similarities, developers will find it useful to understand how the Magento 2 event system operates specifically. Read on to see a list of the framework-level events that help understand which event will be perfect to monitor and track in Magento 2.

Magento 2 system configuration

System configuration is a simple way to store single values required for application functionality in both Magento 1 and 2. In this post, we will show you how to add custom system configuration settings in Magento 2.

System configuration values in Magento 2 are stored in the core_config_data database table, which is exactly the same as in Magento 1. But the xml config files differ.

How to Copy Files Between Adobe Cloud Instances

With 15 years in the market, and more than 150,000 online stores running, Magento is a powerhouse in the ecommerce industry. It’s flexible and feature-rich – hence, the top choice among mid-sized and large businesses – all thanks to the thriving community built around it. 

But as it often happens, there’s no rose without a thorn. And in the case of Magento, for many merchants, the thorn is the level of ‌technical expertise required to unlock Magento’s power. Most often, this requires a skilled Magento development team – internal or external. And If you don’t possess the needed development skills within your company,  how then do you choose a professional Magento development team from the vast pool of available talent, and without becoming overwhelmed?

As a certified Magento / Adobe Partner, and a Magento development firm with 15 years of expertise, Atwix is here to shed some light on the issue. Read on to learn what truly matters when choosing a Magento ecommerce agency.

Most Popular Magento 2 Extensions in 2022

Magento 2 extensions provide additional flexibility to your eCommerce store with the looks and hooks to grow your sales.

These modules built by expert developers (Atwix included) add new capabilities to your online store that might not be available in the default Magento installation. They’re also pre-built and can be rapidly deployed, which will save you from overhead costs and overdue timelines.

Read on to find the list of the best Magento 2 extensions that will power up any part of your business.

Alternatives for deprecated Registry class - Magento 2.3

Starting with the Magento 2 registry deprecated, which has been widely used by developers and extension vendors, is declared deprecated

Class comments often suggest using service classes or data providers, but no examples are provided. In In this article, we’ll show you how to obtain the necessary data using best practices and service classes.

n98-magerun2 tool for Magento 2 overview

We’ve previously talked about a handy n98-magerun CLI tool, which was a game-changer for Magento 1 developers, turbocharging their development workflows.

Now, let’s shift our focus to n98-magerun2, the next-gen counterpart tailored for Magento 2, courtesy of netz98. Its previous version was popular among Magento developers and we think that n98-magerun2 should be another useful command line interface tool for every new Magento version.

So, let’s install n98-magerun2 and try how it works.

Choosing the Payment Gateway for Magento – What to Consider

As a business owner, choosing the right payment gateway is vital for your Magento shop to run seamlessly. A top-notch Magento payment gateway can help you maximize your profit.

Many entrepreneurs make the mistake of selecting the first payment gateway they find. However, there are many factors to consider when choosing the one that’s tailored for your business. 

In this blog post, we will highlight some important points you need to look for in a payment gateway for your Magento site.

Logging system in Magento 2

The logging system comes super handy in Magento development. Developers use it as a go-to tool for code debugging. There is a reduced chance of encountering a raw Magento 2 internal server error without handling it via Magento 2 logging, compared to Magento 1.

Log files show us how the store works, reveal pesky issues under the hood, and even snitch on the functions that aren’t pulling their weight. In this article, we will describe the logging system in Magento 2 and how it differs from Magento 1.