Software Alternatives & Reviews

Serving Assets via CDN with Google Cloud

Web.dev by Google Google Cloud Storage Google Cloud Load Balancing Google Cloud CDN
  1. Learn how to build for the web and see where you stand 🌟
    Pricing:
    • Open Source
    Depending on your business model (if you have one), an equally (or arguably more significant side effect) is the indirect impact latency has on SEO. Tools like Google's Lighthouse have brought excruciating visibility into how serving large uncached assets affects site ranking. The results can be brutal:.

    #Online Services #Tool #SEO Tools 125 social mentions

  2. Google Cloud Storage offers developers and IT organizations durable and highly available object storage.
    Cloud Storage: Google's equivalent to an S3 bucket. This is where we'll be storing assets to serve our users.

    #Cloud Storage #Cloud Computing #Object Storage 36 social mentions

  3. Google Cloud Load Balancer enables users to scale their applications on Google Compute Engine.
    Load Balancer: It feels a bit excessive, but GCP forces us to handle the routing of a frontend (our DNS) to a backend (storage bucket) via a load balancer.

    #Web Servers #Web And Application Servers #Load Balancer / Reverse Proxy 10 social mentions

  4. Google Cloud CDN leverages Google's globally distributed edge points to accelerate content delivery for websites and applications.
    Cloud DNS: Safely look past the obnoxious inclusion of the word "Cloud" here (Google marketing be damned). This "service" involves DNS configuration for a given domain, such as adding A/AAAA records. This allows us to serve assets from a custom domain (such as cdn.hackersandslackers.com , in my case).

    #CDN #Cloud Computing #Content Distribution 11 social mentions

Discuss: Serving Assets via CDN with Google Cloud

Log in or Post with