webgr
webgr

Reputation: 494

openX performance - CDN?

I was wondering whether there are any best practices or if you have any good tips on improving performance of a self hosted openX instance.

Apart from the usual suspects (e.g. tuning apache, php and mySQL), using memcached for caching etc.

Is there any room for a CDN or other proxy cache in front of openX? (my guess is no due to the dynamic nature of the delivery scripts results)?

Upvotes: 1

Views: 1327

Answers (3)

Toni Marmol
Toni Marmol

Reputation: 11

Yes, you can use a CDN.

I'm using a CDN (pull zone with CNAME). And I only set this parameter:

Configuration > Global Settings > Banner Delivery Settings > OpenX Server Access Paths

Image Store URL: http:// cdn.yourdomain.com/www/images

Upvotes: 0

Pankaj Khairnar
Pankaj Khairnar

Reputation: 3108

You can refer these steps given on openx website, performance tuning Openx has some problems like it fetches all the banners from system which are matching to zone id, and apply all delivery limitation on them to select right banner for serving. but you can try given steps in url, and that will improve the performance.

Upvotes: 0

pjmorse
pjmorse

Reputation: 9294

I suppose you could cache the actual creative (image files, etc.) but you've guessed correctly that caching the scripts isn't going to be a good thing.

Based on some recent questions, it looks like there's not a whole lot to be done to improve OpenX's performance, unfortunately.

Upvotes: 1

Related Questions