I have spent a large amount of time optimizing the site as much as possible given the GAE limitations and recent slowdown. What I mean by recent slowdown is the exceedingly long response times that happen. This is not all the time, but enough to become annoying. A request that typically takes 300ms to complete is taking 20 seconds in some cases. Using Google App Engine is both a blessing and a curse. You get many benefits but also are at the mercy of the Google Infrastructure. Could be anything between point A and B. So, I cannot pin the blame entirely on Google. Maybe something in the network. Who knows.
Besides performance improvements, I have also added Action Filtering to the "All Actions" page and "All Closed Actions" page. I'll be creating screencasts soon to demo some of these features and guide people through the site. It is not a complex application (that was the point), but some of the features are not completely obvious (let me know if this is not the case, I'll be happy to hear this). From the All Actions page, there is a little arrow button next to the refresh button at the top right of the listing. Clicking this will expand the filter options. You can filter by assigned, group, and priority. This is a combined filter. So, choosing assigned and priority will filter on both, not either.
Have fun with the feature and let me know other filters you want to see. I will add due date filtering (between this date and that date). That one is in the list.

