Author: Pixel Insert / Pixert
Output the number of WordPress Database Queries
The number of database queries a webpage makes to load the page have an effect on the page load time. You can use the following piece of code in the footer of your theme to find out how many database queries a page is making or WordPress query outputs and the time it takes to…
Moving WordPress blog from a subdomain to a subfolder
I had this blog and this main site on same domain, pixert.com a year ago. I got high traffic to same domain. I separated the blog from main site after serious problems occurred. I made pixert.com/blog for blog and pixert.com for main site That’s a mistake I should not done. Most startups have their blog…
Web Page Compression: Enable gzip Encoding and Caching
Website load is one factor Google been considered to rank websites in their search engine. The next tutorial explain a step to improve loading time in your website. This step is focusing on gzip encoding and caching, it compress the content from your server to the client browser. The reduced file size is what speeds up…
Free Tools to scan Malware in your website
Google Safe Browsing. It is a handy tool, which allows you to test a website which you think may not be genuine or distributing malware. Type the following in your browser address bar : http://www.google.com/safebrowsing/diagnostic?site= Sucuri Free Malware and Virus Scanner. The most popular and up-to-date tool to scan Malware and Virus on your site. AVG…
Redirect https to http on your site with .htaccess
You can use the following snippet to avoid having duplicate listings in the search engines or when your site showing security errors on your browser
Refresh Local Computer DNS Cache
We should update DNS records after we had registered a domain name and did setup web hosting for that domain. DNS is heavily cached and changes could take up to 24 hours to take effect. It is recommended you wait this long after the initial set-up before troubleshooting any errors. DNS changes could take up…