CDN redirects

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
janez72
 
 
Posts: 75
Joined: Wed Sep 17, 2014 3:33 pm

CDN redirects

Post by janez72 »

Hello,

I'm using CDN to speed up the websites.
Static files can be served from CDN server, using 301 redirects in .htaccess.

To get real benefit from CDN, a better solution would be to have proper links already in basic html.
Thus avoiding one additional http request per file.
Now, i have to do it manualy in c-panel, page by page.

Is or could there be a way to rewrite links inside WYSIWYG Web Builder already?
Some providers have plugins to do this.
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CDN redirects

Post by Pablo »

I'm sorry, there is no plugin for this.
This is only possible when the code is generated on the server, like in a database driven content management system.
janez72
 
 
Posts: 75
Joined: Wed Sep 17, 2014 3:33 pm

Re: CDN redirects

Post by janez72 »

Rewriting certain file types addresses on output would be a solution.
As there is no way to bulk edit html pages in c-panel.
At least I don't know about it.

So once html is on server, 301 redirects are the only solution.
But as said, it means an extra http request per file, so the CDN looses it's purpose, as these requests slow down page rendering.
Post Reply