To improve end-user performance, you may cache the Point of View, which is server side processed from the StewartWASP database.
Go to file pov.ascx. Note the first line in the file.
<%@ OutputCache Duration="1000" VaryByParam="none" %>
Duration is expressed in terms of seconds (1000=1 second). You can have this control cache its rendered page for some specified period of time. For that duration, the point of view information is stored in memory; rather than being rebuilt for each subsequent request.