• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Make WordPress Scalable : The HTML Conversion Way

By Abhishek Ghosh April 17, 2014 3:57 pm Updated on April 17, 2014

Make WordPress Scalable : The HTML Conversion Way

Advertisement

Make WordPress Scalable By Creating Different Nodes Composed of Servers Running Only Apache2. You Can Simply use wget and use loadbalancers. People in general ask for Converting HTML to Websites WordPress or PHP Websites to WordPress Without Any Change in URL. The basic reason is nothing – WordPress actually offers the versatility of having a good HTML output plus few PHP based functions.

Actually we said about the idea before – we can, indeed serve a full HTML Website generated by WordPress from Cloud Files. Practical thing :

 

Vim
1
2
3
4
5
|___Main WordPress Server (unique IP) [Open and Close Port according to need or
|
+---Server 1 (unique IP) holding all HTML pages
|} Load Balancer (unique IP) ==> Your fast website
+---Server 2 (unique IP) holding all HTML pages and synced via some server side software

 

Actually, people who are using Jekyll and OctoPress on Free Cloud Platforms are doing the work in too much laborious way, if they convert to WordPress. When you’ll publish the post, make the two servers behind load balancers serving HTML pages inactive and add the real WordPress website as only one server behind the load balancer. So, when you will publish the post; the real WordPress will Ping with its PHP functions. Again you’ll update (copy the newly generated HTML pages) the HTML pages and make the real WordPress node inactive. Server 2 is optional, you can actually use only one server. You can apply this method more easily if the WordPress is installed on a Subdomain. Only CNAME record will be required, no load balancers – although load balancers will do huge HTTP Caching. The algorithm of load balancers should be set to Round Robin when one server will be used. We assume, the reader should read :

Advertisement

---

 

  1. Load Balancing, Scalability, and Redundancy
  2. Round Robin Scheduling and Disambiguation of Round Robin
  3. Load Balancing Explained
  4. Round-trip delay time (RTD) Details

 

So, this is the basics of how we can Make WordPress Scalable – insanely faster loading because there is no PHP, MySQL.

 

Make WordPress Scalable : The Ways WordPress Frontend can be Copied from Server to Server

 

wget – Downloading or Cloning a Full Website in OS X and Linux with wget. Instead of Mac, Server 1 (or even Server 2) is/are the “Mac” in our case. wget has the advantage of scripting, scheduling, updating the new etc. We think, you should create a JSON or XML based widget for fetching “recently posted” things for us! Well, if such  JSON or XML based widget for fetching “recently posted” things are realized; category also will not require update. We personally dislike using any such “non-static” way though.

Make-WordPress-Scalable

Another way is to use a dangerous software named HTTRACK, the prime use probably is not fair – to frankly copy anyone’s website, here the official webpage :

Vim
1
http://www.httrack.com/page/2/

 

On Ubuntu, this is known as Package webhttrack. You can see the manual page :

 

Vim
1
http://packages.ubuntu.com/saucy/webhttrack

 

The answer to the Pretty URL is easy. The pages will be under folders on root with an index.html page (will vary according to the method, W3 Total Cache actually use these methods…you can check your cache folder on FTP). .htaccess file should differ on these mirror sites :

 

Vim
1
2
3
4
5
# remove php/html extension
RewriteCond %{THE_REQUEST} /index.(php|html)[s/?] [NC]
RewriteCond %{REQUEST_URI} !/where/ [NC]
RewriteRule ^(.*?)index.(?:php|html)(.*)$ $1$2 [R=301,NE,L]
# notice the where and change it

PHP is added for safety. There might be ugly URLs generated by some Plugins – for that we added PHP part too. Comment form is not needed these days – you should ask to react on Social Networks, not on site; it saves a huge computing power, make the webpage more relevant to the bots. Actually Google bots will understand that you are static HTML files, possibly your Page Rank will increase. You always have the way to switch off – its not anything permanent! Comment Page must be a custom one – you should use somer system which has no PHP function.

Tagged With how to make website scalable language:en
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Make WordPress Scalable : The HTML Conversion Way

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud

    Here is a Step by Step Guide on Setting Up WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud with All Commands and the Configuration.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy