Summary
In this blog post, Vicente G. Reyes shares how he improved the performance of his portfolio website by converting PNG images to WebP format through a Django management command. After addressing the problem of slow image delivery and large file sizes, he created an automated process for future uploads. This resulted in significant savings on image weight, improving loading speeds, and enhancing user experience. The author includes code snippets, performance insights, and suggestions for further improvements.