Best Practices

Tips and recommendations for optimal usage of Imgineer placeholders

Performance Optimization
Tips for optimal performance and loading speeds

Image Sizing

Use Appropriate Dimensions

Choose dimensions that match your actual use case. Don't use unnecessarily large images for small display areas.

Leverage SVG Benefits

SVG format ensures crisp display at any resolution while maintaining small file sizes.

Cache Generated URLs

Images are cached for 1 year. Reuse the same URL for consistent performance.

Loading Strategies

Lazy Loading

Use lazy loading for images below the fold to improve initial page load times.

Preload Critical Images

Preload hero images and above-the-fold content for better perceived performance.

Responsive Images

Use different sizes for different screen sizes to avoid loading unnecessarily large images on mobile.

Performance Checklist

Use appropriate image dimensions
Implement lazy loading for below-fold images
Cache generated URLs in your application
Use responsive images for different screen sizes
Preload critical above-the-fold images
Monitor Core Web Vitals