Partial Page Navigation

raghu.yadav | Sep 2, 2010 02:54 +0000
Good sample given in this blog http://cbhavsar.blogspot.com/2009/04/partial-page-ppr-navigation.html certainly PPN settings with on and onWithForcePPR helps a lot in memory usage.

Used same sample given in this blog and noticed total page size reduced from 9.3KB to 6.6KB with usage of "on" and "onWithForcePPR" settings, certainly this helps in reducing memory usage.


How to make sure request submitted for Full Page refresh or PPR

raghu.yadav | Sep 1, 2010 00:34 +0000
bunch of thanks to stevan malesevic for giving this hint,
capture the request/response data by attaching httpFox and if you response code has
" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="ltr" class="p_AFMaximized" lang="en"><head>...." means request as submitted to server for full page refresh, however for PPR's you will only have xml with <fragment> tags