<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.blackbaud.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Spotlight : Performance</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx</link><description>Tags: Performance</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Debug Build: 20611.960)</generator><item><title>Six tweaks to improve performance</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/07/18/six-tweaks-to-improve-performance.aspx</link><pubDate>Fri, 18 Jul 2008 19:46:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:32157</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=32157</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=32157</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/07/18/six-tweaks-to-improve-performance.aspx#comments</comments><description>So you&amp;#39;ve loaded the latest SQL patches and Windows service packs, updated
Patron Edge and PEO to the latest version and &lt;a href="http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/30/five-ways-to-cut-transaction-time.aspx" target="_blank" title="Five ways to cut transaction time"&gt;trimmed
down transaction times&lt;/a&gt;, but your database just can&amp;#39;t keep up with you.
Before going out and buying a brand new, top-of-the-line server for your
database, try some of these tweaks to get a bump in performance.

&lt;p&gt;&lt;b&gt;Update your compatibility level&lt;/b&gt; - If you updated at some point from
SQL Server 2000 to version 2005, chances are your database is still running in
SQL 2000 compatibility mode. Microsoft claims performance gains by updating to
2005 so &lt;a href="http://forums.blackbaud.com/blogs/patronedge/archive/2008/03/03/pe-peo-and-sql-2005-compatibility.aspx" target="_blank" title="PE, PEO and SQL 2005 compatibility"&gt;make
sure that your database is taking advantage of it&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Keep things tidy&lt;/b&gt; - Imagine you
are making dinner and having a conversation at the same time, and end up
putting a corkscrew in the wrong drawer. The next time you need the corkscrew it
takes longer than usual to find it, right? So after a while you go and reorganize
everything to find things quickly again. Just like you need to reorganize the kitchen
cabinets every once in a while to find the things you need, you also need to
reorganize your hard disk and your database to make data easier to find. See &lt;a href="http://support.microsoft.com/kb/314848"&gt;this article&lt;/a&gt; for defragmenting
the physical filesystem, and Knowledgebase solution &lt;a href="http://www.blackbaud.com/esupport/esupport.asp?resource=&amp;amp;number=0&amp;amp;id=BB120081"&gt;BB120081&lt;/a&gt;
for steps on rebuilding the database indexes.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Update statistics&lt;/b&gt; - SQL Server
keeps statistics about all of your tables and idexes. This includes things like
the number of rows in a table and helps SQL determine the best way to build a
query and return data. Keeping statistics up-to-date allows queries to run
their fastest. Check out Knowledgebase solution &lt;a href="http://www.blackbaud.com/esupport/esupport.asp?resource=&amp;amp;number=0&amp;amp;id=BB137060"&gt;BB137060&lt;/a&gt;
for a how-to.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Split your database files&lt;/b&gt; - Reading
and writing from the hard disk is one of the biggest performance bottlenecks of
SQL Server. To reduce the time it takes to read and write from a disk, put the
database file on one hard disk and the log file on a second disk (on the same
machine). See solution &lt;a href="http://www.blackbaud.com/esupport/esupport.asp?resource=&amp;amp;number=0&amp;amp;id=BB113761"&gt;BB113761&lt;/a&gt;
for steps to do this. If you have three hard disks, put the ‘Tempdb’ database
on a third disk for the best performance. It’s not too difficult to do, but you’ll
want to consult your system administrator first.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Check out your memory&lt;/b&gt; - Another great
way to improve performance is to ensure that the server has enough memory.
Right-click the taskbar and select Task Manager. On the Performance tab, check the
Commit Charge total against the Physical Memory total. If the Commit Charge is
regularly jumping higher than the Physical Memory, the machine is attempting to
convert hard disk space into memory, which is slow. This is a good case to buy
more memory for the server.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Give SQL an edge over other
applications &lt;/b&gt;- By default, Windows is configured to give running programs
priority over background services. We can switch this so that SQL Server and
other services have priority over programs run in the foreground. To do this,
go to Control Panel, System, Advanced. In the Performance section click
Settings and click Advanced in the new window that comes up. Finally, set the
Processor Scheduling section to Background Services and click OK.&lt;/p&gt;

&lt;p&gt;Are there other tweaks you&amp;#39;ve found to get more out of your database server? Share your experience in the comments.&lt;br /&gt;&lt;/p&gt;
&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=32157" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx">Performance</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge/default.aspx">Patron Edge</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>Five ways to cut transaction time</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/30/five-ways-to-cut-transaction-time.aspx</link><pubDate>Mon, 30 Jun 2008 19:54:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:31734</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=31734</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=31734</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/30/five-ways-to-cut-transaction-time.aspx#comments</comments><description>&lt;p&gt;On a busy day, every second counts&amp;nbsp;when making a sale. Long lines make patrons impatient and a bad enough waiting experience can even be enough to prevent someone from coming back to visit you. Lines at theme parks are so bad nowadays, my wife and I don&amp;#39;t even bother anymore. With that in mind, here are five tips that can help you cut mouse clicks and seconds from every transaction:&lt;img title="waiting in line" style="WIDTH:333px;HEIGHT:232px;" height="232" alt="waiting in line" hspace="10" src="http://www.blackbaud.com/images/blogs/waiting-in-line.jpg" width="333" align="right" /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Remember price types when buying several events at once&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;Patron Edge has a Company setting called Ignore Price Type Reordering. Set this to No, and what will happen is that when you choose a price type and tickets for the first event in a transaction, it will remember that price type for all subsequent events in the sale (if it&amp;#39;s available). This should save at least a couple of clicks per transaction if you have a lot of patrons who buy several events at once&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Use the touch screen&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;If you are a general admission organization, use the touch screen for sales. You can remove at least 3 mouse clicks per transaction by using the GA sales screen instead of the standard screen.&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Use shortcut keys&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;If you are a reserved seating or mixed organization, the GA screen doesn&amp;#39;t do you any good. But the standard sales screen in Patron Edge has a lot of keyboard shortcuts. Check out our &lt;a title="PE User Guides" href="http://www.blackbaud.com/support/guides/pe.aspx" target="_blank"&gt;User Guides page&lt;/a&gt; for a cheat sheet you can post next to the cashiers&amp;#39; monitors, called the &lt;em&gt;Sales Keyboard Shortcut Reference Sheet&lt;/em&gt;.&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Trim payment method options&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;In the payment screen, there are a lot of payment methods available by default. It&amp;#39;s likely that you will never find yourself using several of these. To declutter the screen, go to Administration, User Setup, Profiles and turn off unused pay methods. You can see Knowledgebase solution &lt;a title="BB198026 " href="http://www.blackbaud.com/esupport/esupport.asp?resource=&amp;amp;number=0&amp;amp;id=BB198026" target="_blank"&gt;BB198026&lt;/a&gt; for detailed steps if you are unfamiliar with editing profiles.&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;i&gt;&lt;strong&gt;Create a cash-only line&lt;/strong&gt;&lt;/i&gt;&lt;br /&gt;For popular events and big on-sales, having a line dedicated to cash transactions can help keep lines short. If it&amp;#39;s advertised well enough, it may even prompt patrons to come visit with cash in hand, sparing them long lines and saving you money on credit card fees. While you&amp;#39;re at it, &lt;a title="BB405122" href="http://www.blackbaud.com/esupport/esupport.asp?resource=&amp;amp;number=0&amp;amp;id=BB405122" target="_blank"&gt;configure your cash drawers to pop before receipts print&lt;/a&gt;; the cashier will have the chance to make change while a receipt prints and can then hand both change and receipt to the patron at once, shaving precious seconds from a transaction.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;I&amp;#39;m sure you&amp;#39;ve come up with other tips and techniques to minimize wait time. What has worked best for your organization? Leave your thoughts in the comments.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=31734" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx">Performance</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge/default.aspx">Patron Edge</category></item><item><title>Firefox 3 has been released!</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/17/firefox-3-has-been-released.aspx</link><pubDate>Tue, 17 Jun 2008 20:35:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:31492</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=31492</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=31492</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/06/17/firefox-3-has-been-released.aspx#comments</comments><description>&lt;p&gt;&lt;a class="" title="Get Firefox" href="http://getfirefox.com/" target="_blank"&gt;Firefox&lt;/a&gt;, the greatest of the modern browsers, released version 3 of their product just about four hours ago and it has already been downloaded nearly 3 million (million!) times. It&amp;#39;s more secure, prettier, faster and&amp;nbsp;smarter than anything else out there (yes, even you Safari). I encourage all of you to download and use it exclusively for a better browsing experience. If you need to access your Patron Edge Online Administration Site, you can install the excellent &lt;a class="" title="IETab" href="https://addons.mozilla.org/en-US/firefox/addon/1419" target="_blank"&gt;IETab extension&lt;/a&gt; and do it all in one browser. With this extension I don&amp;#39;t think I&amp;#39;ve purposely launched Internet Explorer in two or three years, and haven&amp;#39;t had run-ins with malware of any kind. And now it even integrates with web apps. For example, I can click a mailto link and it will launch my Gmail composer.&lt;/p&gt;
&lt;p&gt;For those who have done a fair amount of PEO design work and had to do any special browser-specific tweaks to make things look the way you want, make sure to test your site in this newest version to ensure that your patrons won&amp;#39;t experience any display issues. The US and Canada together have almost hit the one million download mark, so you can be sure that your patrons are using it already.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.spreadfirefox.com/node&amp;amp;id=0&amp;amp;t=315"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=31492" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Web+Design/default.aspx">Web Design</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx">Performance</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Usability/default.aspx">Usability</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Security/default.aspx">Security</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Stuff+I+Like/default.aspx">Stuff I Like</category></item><item><title>Is your website slowing down your online sales?</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/16/is-your-website-slowing-down-your-online-sales.aspx</link><pubDate>Wed, 16 Apr 2008 21:07:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:30211</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=30211</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=30211</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/04/16/is-your-website-slowing-down-your-online-sales.aspx#comments</comments><description>&lt;div class="snap_preview"&gt;
&lt;p&gt;Different research tells us that the average online shopper will wait between four and 10 seconds for a page to load before giving up. One &lt;a class="" href="http://www.akamai.com/html/about/press/releases/2006/press_110606.html" target="_blank"&gt;decent article&lt;/a&gt; I’ve managed to find indicates that the number is much closer to four than 10. And US broadband penetration is currently in the 80% range (scheduled to hit 90% by mid-year), so keep in mind when designing your site that two out of every ten of your potential patrons are visiting you via dial-up.&lt;/p&gt;
&lt;p&gt;So what can you do to make &lt;em&gt;your&lt;/em&gt; Patron Edge Online site a little zippier? First, visit this &lt;a class="" href="http://tools.pingdom.com/fpt/" target="_blank"&gt;page load tester&lt;/a&gt; to see how fast your site currently loads. It’s good to have a starting point so that you can gauge what techniques are most effective for you. I’ve included a few ideas to get you started, but a quick web search will pull up dozens more ways to make your site load faster without sacrificing quality. Come in before the box office opens one day, take a half hour and try a couple of the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use CSS whenever possible. Putting your site design into the CSS file instead of using inline HTML style tags will improve load time, as the CSS is loaded once and then cached in the browser for the rest of your session. If you start with a main site for content management and then link into your PEO site, combine the two CSS files into one.&lt;/li&gt;
&lt;li&gt;Optimize the images on your site. Excessive or oversized images are one of the biggest causes of a slow load time. JPEGs are the largest and slowest image files to load. GIFs are generally better, but if you can, I recommend putting your images in PNG format. PNG files tend to have the smallest footprint without sacrificing image quality. There are plenty of free image converters out there, many that don’t even require you to download any software.&lt;/li&gt;
&lt;li&gt;For show images, don’t use the same file for the small image on PEO that you use for the medium image. Otherwise you are just hurting your load time when the default PEO page loads by downloading a bigger image that then gets scaled down in the browser.&lt;/li&gt;
&lt;li&gt;If you are linking to a directory instead of a specific page, put a slash at the end of the link so the web server doesn’t have to try to figure that part out. http://mysite.org/tickets/ will load faster than http://mysite.org/tickets.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Other ideas to speed up your website? Please post them in the comments.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=30211" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Web+Design/default.aspx">Web Design</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx">Performance</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>Giving PEO a 30% speed boost</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/03/06/giving-peo-a-30-speed-boost.aspx</link><pubDate>Thu, 06 Mar 2008 20:12:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:29426</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=29426</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=29426</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/03/06/giving-peo-a-30-speed-boost.aspx#comments</comments><description>&lt;div class="snap_preview"&gt;
&lt;p&gt;This tip isn’t for everyone, but for those of you who have an environment where your web server can talk directly to your PE database server, we can eliminate two applications called Queues and Listener and really speed up load times on your PEO site.&lt;/p&gt;
&lt;p&gt;To do this requires PEO 3.2.5 or higher and some specific environments. If you have the web site on one box and your PEO/PE databases on a second one and they can communicate directly (using a technology called DCOM), you’re in business. Sorry, hosted PEO folks! Here are the steps to set it up&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the PEO Manager Service&lt;/li&gt;
&lt;li&gt;Open your ToptixEsro2.ini file and remove Queues and Listener. Be sure to re-number the other applications because PEO Manager service needs them to be in order starting at 0&lt;/li&gt;
&lt;li&gt;Edit the Sites table in your PEO database, giving it the following settings 
&lt;ul&gt;
&lt;li&gt;stSroIP - machine name of the PE server, or leave it blank if both databases are on one box&lt;/li&gt;
&lt;li&gt;stSroPort - 999&lt;/li&gt;
&lt;li&gt;stSyncIP - blank&lt;/li&gt;
&lt;li&gt;stSyncPort - 0&lt;/li&gt;
&lt;li&gt;st_eSRO_IP - blank&lt;/li&gt;
&lt;li&gt;st_eSRO_Port - 0&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Now restart the PEO Manager Service and enjoy your new performance gain! Internal testing has shown improvements of up to 30% in performance on database requests, depending on the kind of request being made. You’ll notice that the seat map is particularly zippy. Say goodbye to L300 errors forever! &lt;/p&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=29426" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx">Performance</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>PE, PEO and SQL 2005 compatibility</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/03/03/pe-peo-and-sql-2005-compatibility.aspx</link><pubDate>Tue, 04 Mar 2008 01:06:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:29353</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=29353</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=29353</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/03/03/pe-peo-and-sql-2005-compatibility.aspx#comments</comments><description>&lt;p&gt;One of the features of PEO 3.2.5+ and PE 3.240+ is the ability to run on SQL 2005 natively. If you are relatively new to PE/PEO and are creating a new database in SQL 2005, it will automatically be in 2005 mode (also called compatibility level 90). But if you have upgraded an existing SQL server instance to 2005 while already using PE or PEO, you should note that SQL Server will not automatically convert databases to 2005 mode.&lt;/p&gt;
&lt;div class="snap_preview"&gt;
&lt;p&gt;To update the database, just follow these simple steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open SQL Management Studio and connect to your SQL Server instance&lt;/li&gt;
&lt;li&gt;Locate your PE or PEO database, right-click and select Properties&lt;/li&gt;
&lt;li&gt;On the Options tab, set the compatibility level to 90 and click OK&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;I’ve done a fair amount of research and it looks like 2005 has some speed increases over 2000 in certain situations; however it is disputed whether or not 2005 gives significantly better performance across the board. In any case it does allow you to take advantage of some of the new features of 2005, such as improved reporting services. Personally, I love being able to have Enterprise Manager, Query Analyzer and Profiler accessible all in the same application.&lt;/p&gt;
&lt;p&gt;Is your organization updating from SQL 2000 to 2005 in the near future or have you done so recently? What is your advice to others who are thinking about investing in an upgrade? Leave a note in the comments.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=29353" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx">Performance</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge/default.aspx">Patron Edge</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item><item><title>Switch between HTTP and HTTPS automatically in PEO</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/02/24/switch-between-http-and-https-automatically-in-peo.aspx</link><pubDate>Sun, 24 Feb 2008 12:22:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:29124</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=29124</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=29124</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/02/24/switch-between-http-and-https-automatically-in-peo.aspx#comments</comments><description>&lt;div class="snap_preview"&gt;
&lt;p&gt;PEO 3.2.5 introduced a Protocol feature that is pretty handy and great for site performance. Everyone knows that HTTPS is the protocol to use for sending information securely, but it&amp;#39;s also slower than regular HTTP. That’s why a lot of commercial sites don’t switch to HTTPS until a user is on a page where sensitive information is entered or personal details are displayed.&lt;/p&gt;
&lt;p&gt;You can now do this in your PEO site through Site Design. Simply open any screen that you would like to secure and change the Protocol field from HTTP to HTTPS. Notice that there is a third option here called Any. It means that when this screen loads, it will follow the same protocol the previous screen was using.&lt;/p&gt;
&lt;p&gt;I recommend securing the following screens at minimum:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;user_data.asp&lt;/li&gt;
&lt;li&gt;submit_basket.asp&lt;/li&gt;
&lt;li&gt;any screen that starts with ‘crm’&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Of course you can secure the entire site by way of certain IIS tricks or the link you use to send patrons to your PEO site, but why slow the site down when you don’t have to?&lt;/p&gt;
&lt;p&gt;Are you currently using this feature? Do you feel it is helping your patrons’ user experience? Leave a note in the comments.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=29124" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Performance/default.aspx">Performance</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge+Online/default.aspx">Patron Edge Online</category></item></channel></rss>