Yslow – The New Tool For Page Speed

Posted Posted in SEO

YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. It tell us why the page is slow based on Yahoo!’s rules for high performance web sites   Top Features are :- It Grades web page based on one of three predefined rule set; It gives suggestions for improving the  performance; It Summarizes the all components of the web page; It gives statistics about the web page; The tool is available for all major browsers like Firefox Chrome Mobile/Bookmarklet Opera Safari YSlow’s […]

How to Limit the size of Uploads and Downloads in using HTACCESS

Posted Posted in HTACCESS

HTACCESS allows you to control the data uploaded limit or download limit from your website. For this you just need to write the following lines to your .htaccess file: php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 200 php_value max_input_time 200 **M stands for MB The above lines set maximum upload size, maximum size of data being posted, maximum execution time