• Home
  • Dot Net
  • WordPress
  • Development Topics
  • Other Topics
  • About Us
WordPressDevelopment
OthersAbout UsContact
  • Home
  • Dot Net
  • WordPress
  • Development Topics
  • Other Topics
  • About Us

Oxygen Repeater

Oxygen Page Builder Repeater allows you to build a page by inserting dynamic data from a post or Advance Custom Fields. The Repeater object must be inserted into the page. When you use the Repeater object, you will need to set the query where you would like to pull the data from. Once that is […]

Caching and CDN

Caching is the process of storing data or information in a static or preformatted form. This aids in delivering any content quickly to the requestor. Normally it involves a Middleware to manage a copy of dynamic content into static content to serve the user faster. Doing this also reduces the need of server resources and […]

Personal Thoughts on WordPress

Summary WordPress is notorious for consuming a lot of resources on the server.  Caching plug-in sometimes works, but not with much success.  As more and more traffic comes in, the server will be overworked.  Serving static files and combined with CDN, greatly increases the performance by a huge amount. WordPress is a great app for creating beautiful pages.  There […]