<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/performance</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 21:13:18 GMT</pubDate>
<item>
<title>(HTML) iOS and Android Touch Icon Rules - luizlopes</title>
<link>http://snipplr.com/view/63364/ios-and-android-touch-icon-rules/</link>
<description><![CDATA[ <p>HTML Snippet for apple-touch-icon for all of the different iOS devices, and Android 2.0 supported Icon.</p> ]]></description>
<pubDate>Thu, 16 Feb 2012 07:08:23 GMT</pubDate>
<guid>http://snipplr.com/view/63364/ios-and-android-touch-icon-rules/</guid>
</item>
<item>
<title>(Apache) Performance-wise .htaccess - pentago</title>
<link>http://snipplr.com/view/60448/performancewise-htaccess/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Nov 2011 19:54:10 GMT</pubDate>
<guid>http://snipplr.com/view/60448/performancewise-htaccess/</guid>
</item>
<item>
<title>(Java) Resizing Swing in Win7+Aero (trick to minimalize flickering) - s1w</title>
<link>http://snipplr.com/view/59222/resizing-swing-in-win7aero-trick-to-minimalize-flickering/</link>
<description><![CDATA[ <p>This trick improves repaint rate in Win7+Aero: setting resizable to null, and providing own resize hook. Its aint perfect, but still alot better.. check my example:</p> ]]></description>
<pubDate>Wed, 28 Sep 2011 19:56:52 GMT</pubDate>
<guid>http://snipplr.com/view/59222/resizing-swing-in-win7aero-trick-to-minimalize-flickering/</guid>
</item>
<item>
<title>(HTML) Faster page load hack - paul66</title>
<link>http://snipplr.com/view/47929/faster-page-load-hack/</link>
<description><![CDATA[ <p>This empty conditional comment hack is used to basically increase performance of your site. When conditional comments are used on your site, for example, for an ie6 conditional stylesheet, it will block further downloads until the css files are fully downloaded, hence increasing load time. To solve this issue, an empty conditional comment, like below, is used before any css is loaded in the document, and the problem will be solved!</p> ]]></description>
<pubDate>Thu, 27 Jan 2011 03:44:35 GMT</pubDate>
<guid>http://snipplr.com/view/47929/faster-page-load-hack/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Have hidden performance stats which is made visible by double-clicking in the top-left corner of SWF - adrianparr</title>
<link>http://snipplr.com/view/45487/as3-have-hidden-performance-stats-which-is-made-visible-by-doubleclicking-in-the-topleft-corner-of-swf/</link>
<description><![CDATA[ <p>For this to work you need get Mr.Doob's Stats class and put it in the 'net/hires/debug' package structure. This code basically makes the stats hidden until you double-click in the top-left corner of the stage. The stats are then draggable and can be hidden again by double-clicking the stats panel.</p> ]]></description>
<pubDate>Thu, 09 Dec 2010 07:47:07 GMT</pubDate>
<guid>http://snipplr.com/view/45487/as3-have-hidden-performance-stats-which-is-made-visible-by-doubleclicking-in-the-topleft-corner-of-swf/</guid>
</item>
<item>
<title>(jQuery) jquery performance test selectors - tirams</title>
<link>http://snipplr.com/view/45216/jquery-performance-test-selectors/</link>
<description><![CDATA[ <p>jquery performance test see also http://jsbin.com/aciji4/12</p> ]]></description>
<pubDate>Fri, 03 Dec 2010 09:31:05 GMT</pubDate>
<guid>http://snipplr.com/view/45216/jquery-performance-test-selectors/</guid>
</item>
<item>
<title>(XML) system.net changes for more concurrent webservice calls - oazabir</title>
<link>http://snipplr.com/view/42956/systemnet-changes-for-more-concurrent-webservice-calls/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Oct 2010 08:20:36 GMT</pubDate>
<guid>http://snipplr.com/view/42956/systemnet-changes-for-more-concurrent-webservice-calls/</guid>
</item>
<item>
<title>(XML) ASP.NET ProcessModel for better thruput - oazabir</title>
<link>http://snipplr.com/view/42955/aspnet-processmodel-for-better-thruput/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Oct 2010 08:18:27 GMT</pubDate>
<guid>http://snipplr.com/view/42955/aspnet-processmodel-for-better-thruput/</guid>
</item>
<item>
<title>(Bash) Http auth with httperf - therobot</title>
<link>http://snipplr.com/view/39569/http-auth-with-httperf/</link>
<description><![CDATA[ <p>Auth header (the XXXXXX part) is obtained with:

python
>>> import base64
>>> base64.encodestring('user:pass)</p> ]]></description>
<pubDate>Fri, 27 Aug 2010 00:07:15 GMT</pubDate>
<guid>http://snipplr.com/view/39569/http-auth-with-httperf/</guid>
</item>
<item>
<title>(Apache) htaccess perfromance rules - terrencewood</title>
<link>http://snipplr.com/view/37932/htaccess-perfromance-rules/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Jul 2010 09:30:49 GMT</pubDate>
<guid>http://snipplr.com/view/37932/htaccess-perfromance-rules/</guid>
</item>
<item>
<title>(C#) Converting MethodInfo into a delegate instance to improve performance - pckujawa</title>
<link>http://snipplr.com/view/29683/converting-methodinfo-into-a-delegate-instance-to-improve-performance/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Mar 2010 10:13:43 GMT</pubDate>
<guid>http://snipplr.com/view/29683/converting-methodinfo-into-a-delegate-instance-to-improve-performance/</guid>
</item>
<item>
<title>(Perl) benchmark - freephys</title>
<link>http://snipplr.com/view/24084/benchmark/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Dec 2009 22:36:08 GMT</pubDate>
<guid>http://snipplr.com/view/24084/benchmark/</guid>
</item>
<item>
<title>(Apache) Apache 2.2 performance tunning - jommy</title>
<link>http://snipplr.com/view/21715/apache-22-performance-tunning/</link>
<description><![CDATA[ <p>Tested with [ipotpal.bgurl.org](http://ipotpal.bgurl.org/ "ипотпал")</p> ]]></description>
<pubDate>Fri, 23 Oct 2009 16:53:37 GMT</pubDate>
<guid>http://snipplr.com/view/21715/apache-22-performance-tunning/</guid>
</item>
<item>
<title>(SQL) Who block Who? - marcocs</title>
<link>http://snipplr.com/view/19963/who-block-who/</link>
<description><![CDATA[ <p>"LEFT JOIN sys.dm_exec_sessions SB" only for test...
It is not necesary becouse in a real block condition "blocking_session_id" is not null. so, when you have tested it just replace Left with INNER JOIN sys.dm_exec_sess...

Good block detection to all!</p> ]]></description>
<pubDate>Sun, 20 Sep 2009 18:12:17 GMT</pubDate>
<guid>http://snipplr.com/view/19963/who-block-who/</guid>
</item>
<item>
<title>(Other) asynchronous loading of javascripts - johnloy</title>
<link>http://snipplr.com/view/17922/asynchronous-loading-of-javascripts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Aug 2009 11:01:03 GMT</pubDate>
<guid>http://snipplr.com/view/17922/asynchronous-loading-of-javascripts/</guid>
</item>
<item>
<title>(MySQL) The Worst Performing Indexes - Eloi</title>
<link>http://snipplr.com/view/16218/the-worst-performing-indexes/</link>
<description><![CDATA[ <p>This script shows the top 10 worst indexes (in terms of selectivity %) on the whole MySQL server instance. Selectivity is the percentage of distinct values in an indexed field compared to the number of records in the table.
Note that this query can take some time to complete on servers with lots of databases or lots of tables.

Jay Pipes (http://jpipes.com/)</p> ]]></description>
<pubDate>Tue, 23 Jun 2009 08:02:28 GMT</pubDate>
<guid>http://snipplr.com/view/16218/the-worst-performing-indexes/</guid>
</item>
<item>
<title>(PHP) Gzip CSS files in PHP - iTony</title>
<link>http://snipplr.com/view/15790/gzip-css-files-in-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 09 Jun 2009 21:00:59 GMT</pubDate>
<guid>http://snipplr.com/view/15790/gzip-css-files-in-php/</guid>
</item>
<item>
<title>(MySQL) Create Table Users - Eloi</title>
<link>http://snipplr.com/view/14738/create-table-users/</link>
<description><![CDATA[ <p>Splitting table users in frequently and infrequently accessed attributes</p> ]]></description>
<pubDate>Tue, 05 May 2009 11:20:21 GMT</pubDate>
<guid>http://snipplr.com/view/14738/create-table-users/</guid>
</item>
<item>
<title>(MySQL) Create Table Sessions - Eloi</title>
<link>http://snipplr.com/view/14731/create-table-sessions/</link>
<description><![CDATA[ <p>Saving the IP as Int we save a lot of space and permit do beautibul selects</p> ]]></description>
<pubDate>Tue, 05 May 2009 10:26:39 GMT</pubDate>
<guid>http://snipplr.com/view/14731/create-table-sessions/</guid>
</item>
<item>
<title>(Bash) Get Site Load Time Performance Specs - nategood</title>
<link>http://snipplr.com/view/13486/get-site-load-time-performance-specs/</link>
<description><![CDATA[ <p>obviously change url.  you'll get (better formatted) something like...

curl -o /dev/null -w %{time_total}\\n http://www.google.com
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6556    0  6556    0     0  17509      0 --:--:-- --:--:-- --:--:-- 45846
0.374</p> ]]></description>
<pubDate>Thu, 26 Mar 2009 14:09:22 GMT</pubDate>
<guid>http://snipplr.com/view/13486/get-site-load-time-performance-specs/</guid>
</item>
</channel>
</rss>