When you increase the buffer size in jsp using the buffer tag then it means that you are increasing the data holding capacity of the buffer. When you access the jsp(incresed buffer size) then the user will observe that the page is loaded with data slowly.I means the user can actually see that the page content is being loaded. Its a good practise to use that way coz the user will be at ease.
When we increase the buffer size in our project using page directive attribute 'buffer' what changes we observe?