About the Project
Sizal.pl is a commercial project developed for a client in the surface finishing and industrial technology industry. The primary goal was to modernize an existing website based on WordPress, which suffered from performance issues and an unstable configuration.
Design Decision
A quick analysis of the site's technical state revealed several critical issues:
- Outdated plugins that hadn't been updated for years.
- No feasible way to upgrade the
PHPversion without breaking functionality. - Hundreds of
zombie pages(e.g./etiam-commodo-convallis/) generated by configuration errors. - Unstable configuration (periodic overwriting of the
.htaccessfile).
Following a technical audit, I concluded that resuscitating the existing site (upgrading to PHP 8, fixing plugin bugs, and optimizing WordPress performance) would be inefficient and time-consuming.
After consulting with the client, we decided to rewrite the site as a static HTML project.
Per the client's request, the visual design was preserved in its original form.
Migration Process
- Content Extraction: Manually extracting key text and images.
- Code Refactoring: Rewriting the UI with minor modernization of the interface.
- Asset Optimization: Converting images to modern formats like
WebPand hosting fonts locally to eliminate external CDN requests. - SEO Optimization: Implementing
metaandOpenGraphtags, sitemap, androbots.txt. - Ongoing Maintenance: Managing the site's
SEOthroughGoogle Search Console.
Lighthouse Audit Results
The transition to a static architecture allowed the site to reach scores near the theoretical maximum for desktop performance.
Key Business Benefits
- Zero Maintenance: The site requires no manual updates or security patches.
- Security: Complete elimination of common WordPress attack vectors, such as plugin vulnerabilities or outdated
PHPexploits. - Performance: Near-instant load times across all devices.

