Pagespeed web dev improvements

Job ID: 37374710

Budget: $30 – $250 USD

This is laravel + angular app.

1. Delay js execution:
/gtag/js?id=G-W5ZN97BQV2, and /polyfills.3fcf0ecbbfa3dca6.js (This one if is recommended)
2. Enable cache for static resources like images (Png, jpg, webp, avif, mp4, etc)
3. [user-scalable="no"] is used in the <meta name="viewport"> element or the [maximum-scale] attribute is less than - we have to fix this
4. Enable text compression (GZip), for mobile not showing that enabled.
5. Use redis or memcached as cache driver (Install Redis/Memcached if not present)
6. Implement Rxjs cache for angular

You have to work on docker environment.