Make it easier for CDN of images, parallel download

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Post Reply
GravityDK
Registered User
Posts: 36
Joined: Sat Aug 28, 2010 10:19 am

Make it easier for CDN of images, parallel download

Post by GravityDK »

Rationale: One of the Google Site Speed or YSlow recommendations is that you put static images onto a separate subdomain, or a content delivery network.
This allows the browser to perform parallel downloads of those images.

I have tried unsuccessfully to edit the various imageset locations to achieve this.

Objective: I would like a universal location switch somewhere, which I can edit, so that I can then move all my images (the imageset and smilies folder, for example) onto another location like subdomain.myforums.com or a CDN. It is currently very difficult to achieve (I'm sure it's possible, but I couldn't manage it); and the benefit is significant.

User avatar
ameeck
Registered User
Posts: 86
Joined: Sun Nov 13, 2005 6:43 pm
Location: Prague, Czech Republic
Contact:

Re: Make it easier for CDN of images, parallel download

Post by ameeck »

An RFC for 3.1 already exists here: viewtopic.php?f=84&t=33213
Please think before you post.

GravityDK
Registered User
Posts: 36
Joined: Sat Aug 28, 2010 10:19 am

Re: Make it easier for CDN of images, parallel download

Post by GravityDK »

Awesome. My mistake; I had even searched.

Post Reply