Loading...

How to Install WordPress Plugins ?

How to Install WordPress Plugins ?

Steps to Install WordPress Plugins After logging into the WordPress Dashboard, click Plugins. Click on the Add New button at the top of the page. Find the plugin that you are looking for from the available options. Searching by Keyword is a common practice when looking for a specific plugin. Click Install Now on the […]

Continue reading →

Why use a Content Delivery Network (CDN)?

Why use a Content Delivery Network (CDN)?

CDNs can help your users load your website faster by serving your static resources in nodes all around the world. Overview A Content Delivery Network (CDN) works by providing alternative server nodes for users to download resources (usually static content like images and JavaScript). These nodes spread throughout the world, therefore being geographically closer to […]

Continue reading →

PageSpeed: Leverage browser caching

PageSpeed: Leverage browser caching

Page load times can be significantly improved by asking visitors to save and reuse the files included in your website. Reduces page load times for repeat visitors Particularly effective on websites where users regularly re-visit the same areas of the website Benefit-cost ratio: high Access needed What is browser caching? Every time a browser loads […]

Continue reading →

What is robots.txt

what is Robots.txt

In a nutshell Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol. It works likes this: a robot wants to vists a Web site URL, say http://www.example.com/welcome.html. Before it does so, it firsts checks for http://www.example.com/robots.txt, and finds:   User-agent: * […]

Continue reading →