Beyond the 91MB Payload: Architectural Image Optimization in Power Apps

The “91MB Payload” Problem: A Legacy Bottleneck In high-fidelity Power Apps, particularly for visual-heavy projects like Pabba Jewellers, image quality is non-negotiable. However, we recently hit a critical performance wall: a “91MB Payload” issue that was causing “Aw, Snap!” memory crashes on mobile devices and jittery gallery scrolling. Why Standard Controls Fail at Scale The root cause lies in the architectural limitation of the standard Power Apps Image control. Because it relies on a basic <img> tag, it triggers a “dumb” download: ...

April 9, 2026 · 4 min · Sunil Kumar Pashikanti

Architecting Modern UX: PowerShimmer Ultra-Light for Power Apps

In the modern enterprise landscape, Perceived Performance is as critical as actual execution speed. As we scale Power Platform solutions to thousands of users, the traditional “loading spinner” often fails to provide the seamless experience users expect from world-class SaaS products. To address this, I developed PowerShimmer Ultra-Light—a PCF (Power Apps Control Framework) component designed to bridge the gap between heavy data-loading states and high-fidelity user interfaces. The Problem: The “Loading” Friction Standard loading indicators in Power Apps (spinners or progress bars) often create a “stop-and-go” psychological effect. Users perceive the app as “broken” or “stuck” when a screen is completely blank during a ClearCollect or Filter operation. ...

March 1, 2026 · 3 min · Sunil Kumar Pashikanti