Content Delivery Network (CDN) – Server Gigabit Guide https://www.servergigabit.com/guide VPS Hosting | Dedicated Server Mon, 13 Mar 2023 06:45:34 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 https://www.servergigabit.com/guide/wp-content/uploads/2020/07/cropped-GIGABIT_logo-1-32x32.png Content Delivery Network (CDN) – Server Gigabit Guide https://www.servergigabit.com/guide 32 32 What Is CDN? https://www.servergigabit.com/guide/kb/what-is-cdn Sun, 07 Jun 2020 17:59:15 +0000 https://www.wesbytes.com/guide/?post_type=kb&p=1767 CDN is short term for Content Delivery Network. A Content Delivery Network  is a system of distributed servers (network) that deliver web pages and other.  Web content to a user based on the geographic locations of the user. The origin of the webpage and a content delivery server ( Edge server). Servers nearest to the website visitor respond to the…

The post What Is CDN? appeared first on Server Gigabit Guide.

]]>
CDN is short term for Content Delivery Network.

A Content Delivery Network  is a system of distributed servers (network) that deliver web pages and other.  Web content to a user based on the geographic locations of the user. The origin of the webpage and a content delivery server ( Edge server).

Servers nearest to the website visitor respond to the request. The CDN copies the pages of a website to a network of servers that are dispersed at geographically different locations. Caching the contents of the page. When a user requests a webpage that is part of a content delivery network, the CDN will redirect the request from the originating site’s server to a server  that is closest to the user and deliver the cached content. The CDN will also communicate with the originating server to deliver any content that has not been previously cached.

The process of bouncing through a CDN is nearly transparent to the user. The only way a user would know if has been accessed is if the delivered URL is different than the URL that has been requested.

The post What Is CDN? appeared first on Server Gigabit Guide.

]]>
How to Enable CDN for Static Website https://www.servergigabit.com/guide/kb/how-to-enable-cdn-for-static-website Sun, 07 Jun 2020 17:58:15 +0000 https://www.wesbytes.com/guide/?post_type=kb&p=1766 Enable CDN for Static Website After create the CDN resources , the CDN resources now is ready to use. If the website is a static website, there is 2 method to enable CDN. 1) Replace the image url If previous website source code as below HTML <img src="http://URL/images/logos/big.jpg" alt="" /> <img src="images/logos/big.jpg" alt="" /> It need to replace as below HTML…

The post How to Enable CDN for Static Website appeared first on Server Gigabit Guide.

]]>
Enable CDN for Static Website

After create the CDN resources , the CDN resources now is ready to use.

If the website is a static website, there is 2 method to enable CDN.

1) Replace the image url

If previous website source code as below

HTML
<img src="http://URL/images/logos/big.jpg" alt="" />
<img src="images/logos/big.jpg" alt="" />

It need to replace as below

HTML
<img src="" alt="" />

2) If webserver do have Rewrite module enable, the rules as below could be apply

HTML
RewriteEngine ON
RewriteCond $1	!^.swf$ [NC]
RewriteCond $1	“\.(jpe?g|gif|png|bmp|ico|js|css|pdf|docx?|xlsx?|ppt|rar|zip|tar|gz|tgz|bz2|flv|avi|mov|wmv|mp3|wav|xml|txt)$” [NC]
RewriteRule ^(.*)  [L,R]

The post How to Enable CDN for Static Website appeared first on Server Gigabit Guide.

]]>
How to add the CDN resources https://www.servergigabit.com/guide/kb/how-to-add-the-cdn-resources Sun, 07 Jun 2020 17:57:40 +0000 https://www.wesbytes.com/guide/?post_type=kb&p=1765 How to add the CDN resources A CDN resource is a specific server with content an end-user wants to distribute via the CDN. The first step to configure the CDN is to add the CDN resources. 1) Login to Servergigabit Billing System via: For the client:  https://www.servergigabit.com/ 2) Click on Service then My Service 3) Select the CDN service 4) Click on…

The post How to add the CDN resources appeared first on Server Gigabit Guide.

]]>
How to add the CDN resources

A CDN resource is a specific server with content an end-user wants to distribute via the CDN. The first step to configure the CDN is to add the CDN resources.

1) Login to Servergigabit Billing System via:

For the client:  https://www.servergigabit.com/

2) Click on Service then My Service

3) Select the CDN service

4) Click on the New CDN Resources to create, select the HTTPD on Select CDN Resource Type section

5) Insert the CDN hostname and Origin.CDN resource-edit CDN resource

 

*CDN Hostname which will be the hostname to access. Normally create as cdn.youdomainname

*Origins is the location from where your data will be pulled which is the original domain

In short, if the domain is exatest.com, could create CDN hostname as cdn.exatest.com or *anything*.exatest.com

6) Select the edge group and click create

*Edge Group is a CDN server group location.

7) Once done, click on the Details of the CDN Resources.CDN resource-details

8) Under the DNS settings, it shows the CNAME record that needs to add. You need to add it as the subdomain CNAME record.CDN resource-CNAME record

  9) Once done, the CDN resources are ready.

The post How to add the CDN resources appeared first on Server Gigabit Guide.

]]>
How to Enable CDN for WordPress https://www.servergigabit.com/guide/kb/how-to-enable-cdn-for-wordpress Sun, 07 Jun 2020 17:53:22 +0000 https://www.wesbytes.com/guide/?post_type=kb&p=1764 How to Enable CDN for WordPress After creating the CDN resources (here) , the CDN resources now is ready to use. If the website is WordPress, CDN Enabler (Plugin link) can be used. 1) Log in to the WordPress Admin portal 2) Go to Plugins and search for CDN Enabler, then install it 3) Then, go to Plugins, click on…

The post How to Enable CDN for WordPress appeared first on Server Gigabit Guide.

]]>
How to Enable CDN for WordPress

After creating the CDN resources (here) , the CDN resources now is ready to use.

If the website is WordPress, CDN Enabler (Plugin link) can be used.

1) Log in to the WordPress Admin portal

2) Go to Plugins and search for CDN Enabler, then install it

3) Then, go to Plugins, click on the Settings under the CDN EnablerCDN WordPress-CDN Enabler plugins

4) Edit the CDN url to the CDN resources that created will do.CDN-Wordpress-CDN url

The post How to Enable CDN for WordPress appeared first on Server Gigabit Guide.

]]>
How to Enable CDN for Joomla https://www.servergigabit.com/guide/kb/how-to-enable-cdn-for-joomla Sun, 07 Jun 2020 17:50:37 +0000 https://www.wesbytes.com/guide/?post_type=kb&p=1763 How to Enable CDN for Joomla After create the CDN resources  , the CDN resources now is ready to use. If the website is a Joomla, there is Extension can use. One of them is CDN for Joomla (Free Version) 1) Log into Joomla admin portal 2)  Go to Extension the Manage, follow by install. 3) Under  “Upload & Install Joomla…

The post How to Enable CDN for Joomla appeared first on Server Gigabit Guide.

]]>
How to Enable CDN for Joomla

After create the CDN resources  , the CDN resources now is ready to use.

If the website is a Joomla, there is Extension can use. One of them is CDN for Joomla (Free Version)

1) Log into Joomla admin portal

2)  Go to Extension the Manage, follow by install.

CDN-Joomla-extension-manage

3) Under  “Upload & Install Joomla Extension” , browse the zip package that downloaded from CDN for Joomla (Free Version) then click on Upload and install

4) Go to Extension the Manage, follow by Plugins

5) Click on the CDN for Joomla plugin

6) Fill in the CDN resources that create then save it.

CDN-Joomla-system-regular labs

The post How to Enable CDN for Joomla appeared first on Server Gigabit Guide.

]]>
How to Enable CDN for vBulletin https://www.servergigabit.com/guide/kb/how-to-enable-cdn-for-vbulletin Sun, 07 Jun 2020 17:48:04 +0000 https://www.wesbytes.com/guide/?post_type=kb&p=1762 Enable CDN for vBulletin For Bulletin, CDN can be enable by replace the “Replacement Variable” 1) Log into the vBulletin admin portal 2) Navigate to “Styles & Templates”, then “Replacement Variable Manager”. 3) Click on “Add New Replacement Variable” 4) Create a new replacement variable to CDN resources.

The post How to Enable CDN for vBulletin appeared first on Server Gigabit Guide.

]]>
Enable CDN for vBulletin

For Bulletin, CDN can be enable by replace the “Replacement Variable”

1) Log into the vBulletin admin portal

2) Navigate to “Styles & Templates”, then “Replacement Variable Manager”.

3) Click on “Add New Replacement Variable”

4) Create a new replacement variable to CDN resources.

CDN-vBulletin-new replacement variable

The post How to Enable CDN for vBulletin appeared first on Server Gigabit Guide.

]]>