Tag: wordpress
Repair WordPress Database
When a WordPress table crash, one symptom might be that all of your posts seem to have disappeared, or perhaps all of your drafts. You may even get a message in phpMyAdmin telling you that one of your tables haves crashed. No need to worry. Repairing tables is very easy. Warning : backup the WordPress…
WordPress Database Optimization
WordPress is powered by PHP and depends on MySQL database; in fact, all the content, including the website settings, are stored in it. When your WordPress site is visited, the web server will query the database to retrieve all the necessary information to display. However, over time, the speed required for querying the database will…
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…