I have an GCE VM instance running a WP site installed with click-to-deploy. Runs quite well, I managed to get 600ms from Stockholm on pingdom-tools for a page. From US Dallas is not that great: ~4s and from Australia... >6s.
All optimizations are done except for the CDN. Since I'm running in cloud I thought to be easy but I was naive.
I'm trying to enable Google CDN but I got confused in the documentations.
Attempt 1: Tried with creating a load-balancing and adding the bucket from my wp-instance but I failed to get any result. What I have not done is to add the LB IP to my DNS.
Q1: Do I have to do that (IP in DNS)? It's not clear to me.
Attempt 2 Creating an instance group, regional. Sound nice, but I already have an instance, with a fixed IP and a domain connected to it.
Q2: How can I add an existing instance to a new created group? Or can I not?
My WP site is a super simple one, for company-presentation so I don't need computing power. Parallelize downloads of static resources should be enough but, for the sake of learning, I'm willing to go the extra mile and create whatever is required to install the CDN.
Q3: is there a simpler way to create a CDN for static resources only?