Sep 4, 2020 | Blog
There are many ways to reset your admin password in WordPress. Let’s assume all methods like “Lost Password” are exhausted. Change your password through phpMyAdmin Time needed: 5 minutes. Change your password through phpMyAdmin Login to phpMyAdmin...
Nov 26, 2018 | Blog
How to setup a basic Debian ( Squeeze) 6 webserver with Lighttpd, MySQL & PHP. We just need a basic webserver to host a WordPress website(s). We need a Low end Server that can handle traffic and processes, often used for custom web applications. We do not really...
Sep 27, 2017 | Blog
We have been working on WordPress website optimization and want to replace or combine style sheets and do some other fancy stuff. In order to do this we need handle names of scripts and styles, we have two functions that works to retrieve the handle of a script or...
May 27, 2017 | Blog
Increase WordPress Speed just by adding some functions to functions.php. You can easily speed up your WordPress Theme by adding some custom functions. We are working on a speed optimized Theme and we wanted to share some of our code snippets. We used GTmetrix, Google...
Apr 26, 2017 | Blog
Speed up your website and use gzip compression using the .htaccess file in the root of your website’s directory if you are using Apache or NGIX (Linux). You can actually use two different Apache mods to enable HTTP gzip compression: mod_gzip and mod_deflate....
Apr 26, 2012 | Blog
Leverage browser caching is a cache mechanism for page speed. Most of the static files that are used on web pages can be saved on the computer of your visitor for future access. Every time a visitor accesses a page on your website these files will then be...