A conference site that took 78 seconds to load
Equipper Conference · equipper.org
The main image on the Joomla site took over a minute to appear on a phone. The rebuild paints in under a second.
The problem
Equipper Conference ran across several Joomla installations. On a throttled mobile connection the largest element on the home page took seventy-eight seconds to appear, and the page moved under the reader’s finger while it loaded — a layout shift score of 0.85, where anything above 0.1 is considered poor. For a site whose job is to get people registered before a deadline, that is the whole funnel.
What we did
We consolidated the separate installations into one static site, rebuilt the registration path so it is reachable immediately, and stopped the page reflowing as it loads.
Result
First paint dropped from just over three seconds to under one, the largest element from seventy-eight seconds to three, and layout shift to zero. Page weight has barely moved, because the images inherited from the old site still need to go through an image pipeline — that work is outstanding and is the next thing to do.
Before and after
Home page


What is EC?


Scholarship applications


What changed for the people using it
| Aspect | Before | After | Change |
|---|---|---|---|
| Number of installations | Several separate Joomla sites | One site | Consolidated |
| Registering on a phone | Buried below a minute of loading | A Register button in the first screenful | Reachable |
| Layout while loading | Moved under the reader’s finger | Nothing moves | Stable |
| Image optimisation | Originals served as uploaded | Still the originals — pipeline outstanding | Not done yet |
What changed, measured
| Measure | Before | After | Change |
|---|---|---|---|
| Performance score | 42 | 95 | +53 pts |
| Accessibility score | 82 | 91 | +9 pts |
| First Contentful Paint | 3.2 s | 0.9 s | −72% |
| Largest Contentful Paint | 78.2 s | 3.0 s | −96% |
| Speed Index | 3.6 s | 0.9 s | −75% |
| Layout shift (CLS) | 0.846 | 0.000 | −100% |
| Page weight | 23,034 KiB | 21,801 KiB | −5% |
- Date measured
- 5 August 2026
- Methodology
- Mobile Lighthouse with simulated throttling, home page. Performance figures are the median of 3 runs; accessibility and SEO are single runs, because those audits are deterministic.
- Caveats
- “Before” is the live Joomla site; “after” is the rebuild on its preview host. The page weight row is shown deliberately: at −5% it has barely moved, because the score improved through loading behaviour rather than through the inherited images getting smaller. No SEO score is shown: the rebuild is deliberately hidden from search engines until launch so it cannot compete with the live site, which Lighthouse scores as a failure.