Blog

Amazon RDS v/s Amazon EC2

When hosting Magento on AWS, RDS is often assumed to be the default database. At luroConnect we do not use RDS and have saved thousands of $ for many of our customers, each month. We wrote up a RDS vs EC2 focussed on Magento - born out of migrating a customer from RDS to EC2. [...]

Magento Upgrade

Worried about Magento major version upgrade risk and downtime? Customers have some basic requirement During go live have a very short downtime. Give me a way to rollback when there is a problem in the upgrade Here is a blueprint that we follow. Create a parallel environment for new staging and new prod Make sure [...]

Magento merchants – let us declare freedom from codefreeze. Deploy-at-will.

This holiday season, Magento merchants - let us declare freedom from codefreeze. Deploy-at-will. It is 2025 and this is not an unreasonable expectation. No more code freeze before the holiday season. Heck, changes are needed right during a sale. A UI update, a new marketing plugin integration. Before you get that freedom, you need to [...]

Partnering with luroConnect has its benefits.

At luroConnect, we’re more than just a managed hosting provider — we’re your growth partner. Our goal is to create a collaborative ecosystem where agencies, consultants, and digital solution providers can thrive alongside us. Whether you build eCommerce stores, offer digital strategy, or manage client infrastructure, our partner program is built to support your growth [...]

Content Security Policy in Magento : inline scripts and nonce

Introduction to Content Security Policy Content Security Policy (CSP) is a HTTP header that promises to enhance security and prevent cartjack type of attacks or atleast make them difficult. A popular attack vector is for malicious javascript code to be added to your webpage to skim credit card or other user data as a visitor [...]

php opcache explained

What is php op-cache? Php is an interpretive language. The interpreter has to read each line of php code, parse and tokenize it – i.e. convert to internal format also called opcode or operation codes. It can then interpret by “running” the opcodes. With php 8, the JIT changes it a bit. A php project [...]

Magento and WordPress site performance can improve with proxysql

proxysql is a small infrastructure change that can bring about a huge performance difference in large traffic Magento and Wordpress websites. What is proxysql? Proxysql is a high performance mysql proxy. As a proxy it sits between the application and mysql. mysql requests from the application are routed to the proxy, which in turn routes the [...]

luroConnect Image Optimization Support : Watchimage

Image Optimization is a basic requirement to have a faster website. Photo images used in websites are generated with too large a size to be served over the internet on a web page. Also browser support for different, more modern and efficient (by storage) formats vary, requiring an image optimizer to be used on a [...]

luroConnect Magento CI/CD adds meta information to builds

luroConnect CI/CD luroConnect managed hosting platform includes CI/CD from any git source. luroConnect CI/CD is an opinionated, platform specific CI/CD. It currently supports Magento (luma, Hyva, ScandiPWA themes), PWAStudio, Angular, nodejs applications. Nodejs builds include yarn and npm based installation. Builds are done in docker with environment variables. (Note : Our Magento CI/CD also builds [...]

Improving Headless load times – Server Side Rendering Update

PWA / Headless with Magento. PWA and Headless started with a lot of hype and promises. Many websites have benefited from successful implementations that proves many promises were fulfilled. However, one of the biggest drawbacks of a headless / PWA implementation of a Magento website is the page load times - especially as reported by [...]