Cdn: How To

Hello,

I'm Willing to try the AWS Service through CS Cart (CDN).

It's working fine? Exists there something wrong? Just want to use in experiment level and won some speed by load images on AWS.

Any idea or guideline are welcome.

Hello,

I'm Willing to try the AWS Service through CS Cart (CDN).

It's working fine? Exists there something wrong? Just want to use in experiment level and won some speed by load images on AWS.

Any idea or guideline are welcome.

We have only general info on CDN settings here: http://docs.cs-cart.com/4.3.x/user_guide/settings/cdn_settings.html?highlight=cdn

Great article about cdn would be appreciated. Some tweaks on amazon when running on https is needed…

Great article about cdn would be appreciated. Some tweaks on amazon when running on https is needed...

Im not running on HTTPS. Just want safe change. If I have errors can someone helps? :P

Im not running on HTTPS. Just want safe change. If I have errors can someone helps? :P


Here is a setting
http://forum.cs-cart.com/tracker/issue-5492-brand-logo-images-not-served-from-amazon-cdn/

But i would use forward to https...

And the article about cdn should be updated also

Can anyone point me to a guide of how to complete full set up of AWS with CS

Im thinking of trying it

saw this addon but ???

https://www.keycdn.com/support/cs-cart-cdn

Can anyone point me to a guide of how to complete full set up of AWS with CS

Im thinking of trying it

saw this addon but ???

https://www.keycdn.com/support/cs-cart-cdn

We've implemented Keycdn a month ago and nothing but compliments. Website runs way faster and overall load went down extremely. AWS is a bitch to setup, and expensive. It might perform better then KeyCDN, but i've got that one up and running within 30 minnutes without any issues.

We've implemented Keycdn a month ago and nothing but compliments. Website runs way faster and overall load went down extremely. AWS is a bitch to setup, and expensive. It might perform better then KeyCDN, but i've got that one up and running within 30 minnutes without any issues.

Can also recommend KeyCDN, AWS is only really viable for huge corporations due to it's pricing.

Just to note here that,

in case you want to use a custom domain name for your cdn urls,

it seems there is no CNAME setting in the current version of cscart,

so (assuming cloudfront is setup correctly) you have to manually go and

update the database fields here:

SELECT * FROM cscart_settings_objects o WHERE o.name='cdn' .

This is not very easy since the 'value' field is serialized.

Anyway, I think it would be correct to have the CNAME setting back.