Posts tagged as:

web performance

How to monitor the SQL queries in WordPress Blog

by Honey Singh May 31, 2010 blogging
Thumbnail image for How to monitor the SQL queries in WordPress Blog

WordPress is most commonly use blogging platform that it used beyond the limit of blogs to the extend of CMS. Many highly traffic sites and e-commerce site use wordpress as in back end. Many times we need to monitor the server load and SQL queries running in wordpress in order to maintain the smoothness of [...]

Read the full article → 5 comments

How to improve your web performance using CSS-Sprites

by harshit July 3, 2009 css3
Thumbnail image for How to improve your web performance using CSS-Sprites

CSS sprites is a technique to combine unlimited number of images into one to improve the performance of your web page.Have you ever seen the CSS technique where the “on” and “off” states of a button are contained within the same image and are activated by shifting the background-position? Think of CSS Sprites as an [...]

Read the full article → 6 comments