Commit Graph

13 Commits

Author SHA1 Message Date
mstfyldz
23b7cf776a perf: fix CLS by adding image dimensions and defer swiper bundle to footer 2026-05-05 00:32:19 +03:00
mstfyldz
f9ebb79b40 perf: defer non-critical FontAwesome CSS to footer to reduce unused CSS impact 2026-05-05 00:29:48 +03:00
mstfyldz
87bb4d6cd2 perf: optimize LCP with image preloading and fetchpriority 2026-05-05 00:26:26 +03:00
mstfyldz
058949c659 perf: optimize critical request chain and clean up head tags 2026-05-05 00:25:27 +03:00
mstfyldz
7ea420daba perf: optimize images and throttle/disable magic cursor on mobile 2026-05-05 00:10:04 +03:00
mstfyldz
a7679dd6c3 perf: optimize critical request chain with preloads and script defer 2026-05-04 22:24:38 +03:00
mstfyldz
0bff0b33b7 perf: cache busting for CSS and verify font-display swap 2026-05-04 22:21:15 +03:00
mstfyldz
c1a9eb18ad perf: defer non-critical CSS and optimize resource loading
- Deferred: animate.css, magnific-popup.css, mousecursor.css, slicknav.min.css, swiper-bundle.min.css
- Preload Google Fonts with media=print onload trick
- Added preconnect for res.cloudinary.com CDN
- Critical CSS kept synchronous: bootstrap, font-awesome, custom.css
2026-05-04 22:11:00 +03:00
mstfyldz
0d03a71eb6 perf: add w_800 resize to Cloudinary image URLs
- Reduces image download from ~1MB to ~100KB per image
- Original 2832x3511 images now served at 800px width
- Cloudinary handles responsive resizing server-side
2026-05-04 22:07:19 +03:00
mstfyldz
eb46d6411d fix: viewport maximum-scale increased to 5 for accessibility 2026-05-04 22:05:57 +03:00
mstfyldz
4a674acdc9 feat: SEO optimization, footer redesign, broken links fix
- Added full SEO meta tags to all 6 pages (title, description, keywords, OG, canonical)
- Changed lang from 'zxx' to 'tr' on all pages
- Redesigned footer: 4-column layout with dark theme and gold accents
- Fixed 59 broken links (service-single, team-single, course-single, book-appointment)
- Migrated hero video to Cloudinary CDN with q_auto optimization
2026-05-04 21:50:04 +03:00
mstfyldz
dbf13ee382 feat: migrate all images to Cloudinary CDN
- Uploaded 42 active images to Cloudinary with auto optimization
- Removed 72 unused theme placeholder images
- Deleted local images/ directory entirely
- All images now served via Cloudinary CDN with f_auto,q_auto
2026-05-04 21:07:49 +03:00
mstfyldz
262f31a704 feat: Cloudinary image migration & preloader removal
- Migrated 25 images to Cloudinary CDN with auto format/quality optimization
- Removed preloader from all pages
- Added .gitignore for env, node_modules, and large image files
2026-05-04 21:03:38 +03:00