Posts Tagged WordPress

WebWait.com – Benchmark Your Website Load And Rendering Time

Webwait.com helps you measure the speed of your websites with your browser. It calculates precisely how long the website takes to load and render in your client browser, including any images, stylesheets, and JavaScript, with your internet connection. Read full story »

Image Hosting Techniques for Website Performance

Discusses various options for optimizing the use of graphics in WordPress blogs and other websites. The techniques include image web optimization, defining height and width for the images, and using multiple hostnames for images used. Multiple hostnames helps to connect and download more than two images at the same time. Read full story »

Is Your WordPress Theme Print Optimized?

Design your WordPress theme to take care of Print option. For WordPress blog, the sidebar, advertisements and navigation options can be hidden while printing. Read full story »

404 File Not Found Email Notification Using PHP for WordPress Blogs and Other Websites

Do you have a 404 page in your website or self hosted blog? If not, wordpress.org has given instructions on how to create custom 404 for WordPress theme. For your website, you may just google it out.
If your hosting supports, define the 404 error handler page as 404.php in the .htaccess file, like this.
# For … Read full story »

WordPress Theme Performance Optimization Tips

I am planning to write a series of posts on my insight into WordPress including performance, using custom functions, search engine optimization, themes, plugins, caching, usability, etc.
In this post, I am going to talk about performance customizations you can do with your WordPress theme.
Replace Common WordPress Functions with Constants
WordPress has its own inbuilt caching system, … Read full story »

More Posts