Advertise here


Tag cloud


Posts Tagged ‘performance’

Count rows while using limit

Posted on Sunday, February 27th, 2011 in MySQL

A very useful feature that MySQL provides is the ability to calculate the number of rows returned when using limit.

By using the SELECT parameter SQL_CALC_FOUND_ROWS in your first query and then in the next query use SELECT FOUND_ROWS(); function which will return the number of rows.

SELECT SQL_CALC_FOUND_ROWS col_a, col_b
FROM tbl_name
WHERE col_c = 8 LIMIT 10;
SELECT FOUND_ROWS();

Read more


Web site performance

Posted on Tuesday, August 10th, 2010 in Web Development

Speedometer: Website PerformanceWeb performance is commonly overlooked especially when an e-business is just starting as they are trying to get up and running as quickly as possible. This is understandable but with a little forethought and planning at the start they could avoid complications developing at the time  they update their site. The main motivation behind website performance is Read more



Web Design Essex | Richard Kotze – Web Technology, Design and Development powered by WordPress | Entries (RSS)