Bbu.empro.az |best| <2024>

The portal is part of a broader software suite developed by to support higher education in Azerbaijan. Similar versions of this platform are utilized by other major institutions in the country, such as the National Aviation Academy and Azerbaijan State Pedagogical University . Access and Security

| Issue | Cause | Fix | |-------|-------|-----| | LCP high | Unoptimised hero images (no WebP, large dimensions). | Convert to WebP, serve via Cloudflare Polish, add srcset with appropriate breakpoints. | | CLS spikes | Late‑loading fonts (no font-display: swap ). | Add font-display: swap and preload critical fonts. | | High request count | Separate CSS/JS per page, no bundling. | Use Laravel Mix to bundle/minify, enable HTTP/2 server push for critical assets. | | TTFB > 300 ms | PHP‑FPM pool under‑provisioned (max_children = 50). | Increase pool size, enable OPCache, fine‑tune MySQL query caching. | | Large page size | PDFs and videos loaded inline in content pages. | Replace with lazy‑loaded thumbnails and “download” links; use streaming for video. | bbu.empro.az

| Metric (Mobile) | Current Value | Target (Google Recommended) | |-----------------|---------------|------------------------------| | | 2.9 s | ≤ 2.5 s | | First Input Delay (FID) | 35 ms | ≤ 100 ms | | Cumulative Layout Shift (CLS) | 0.17 | ≤ 0.10 | | Time to First Byte (TTFB) | 340 ms | ≤ 200 ms | | Page Size | 3.7 MB (average) | ≤ 2 MB | | Requests | 84 (avg) | ≤ 60 | The portal is part of a broader software