cmeinck
Well-known member
My site is plenty fast, but it doesn't perform well using Google's Pagespeed due to all the javascript (ads and such). I had this setup before, but cannot figure out how to configure it on my new server.
Here's where I'm at:
When I do the above setup, I get all missing images.
Any suggestions?
Here's where I'm at:
- My domain is mysite.com
- I have setup mysite.org in WHM
- I have setup a Push zone at MaxCDN
- I have static.mysite.org IN CNAME to the custom domain provided by MaxCDN
- In XF, I've added this to my config:
Code:
$config['externalDataUrl'] = 'http://static.mysite.org/data';
$config['javaScriptUrl'] = 'http://static.mysite.org/js';
- In XF template > styles > General I set it to: http://static.mysite.org/forum/styles/default/
When I do the above setup, I get all missing images.
Any suggestions?