<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>TechniTip.Net &#187; performance</title> <atom:link href="http://technitip.net/tag/performance/feed" rel="self" type="application/rss+xml" /><link>http://technitip.net</link> <description>TechniTip.Net - Useful tips regarding technical stuff for things like Linux, MySQL, Apache, PHP, Linux Server, iPhone and more.</description> <lastBuildDate>Fri, 03 Feb 2012 18:31:08 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <image><link>http://technitip.net</link> <url>http://technitip.net/wp-content/plugins/maxblogpress-favicon/icons/favicon-66.ico</url><title>TechniTip.Net</title> </image> <item><title>WordPress Performance and NextGEN Gallery</title><link>http://technitip.net/wordpress-performance-and-nextgen-gallery</link> <comments>http://technitip.net/wordpress-performance-and-nextgen-gallery#comments</comments> <pubDate>Tue, 05 Apr 2011 18:38:32 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[gallery]]></category> <category><![CDATA[image rotator]]></category> <category><![CDATA[Improve]]></category> <category><![CDATA[NextGEN]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[slideshow]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1783</guid> <description><![CDATA[A small hint which will help to improve page load time especially when using Firefox or Safari browser: Maybe you&#8217;ve enabled the &#8220;flash slideshow&#8221; within the Slideshow options of NextGEN gallery. This will load the JW Image Rotator on every page. I&#8217;ve disable usage of the flash slideshow by unselecting the option: [ ] Integrate the [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>A small hint which will help to improve page load time especially when using Firefox or Safari browser:</p><p>Maybe you&#8217;ve enabled the &#8220;flash slideshow&#8221; within the Slideshow options of NextGEN gallery. This will load the JW Image Rotator on every page. I&#8217;ve disable usage of the flash slideshow by unselecting the option:</p><p><code>[ ] Integrate the flash based slideshow for all flash supported devices</code></p><p>Without usage of the flash image rotator it is still possible to use slideshows. But the overall page load time increases. For me it looks like that loading the flash object causes the overall page display to be delayed. Google Chrome seems to handle loading of the flash object faster.</p><p>Anyway for me the fastest browser available seems to be Google Chrome. On my 13&#8243; MacBook I recognize significant performance differences when using Safari, Firefox and Chrome. That&#8217;s the reason why I&#8217;m currently using Chrome (development version) as browser.</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwordpress-performance-and-nextgen-gallery&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/wordpress-performance-and-nextgen-gallery/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Improve WordPress Admin Performance 2</title><link>http://technitip.net/improve-wordpress-admin-performance-2</link> <comments>http://technitip.net/improve-wordpress-admin-performance-2#comments</comments> <pubDate>Tue, 01 Feb 2011 21:30:33 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Admin]]></category> <category><![CDATA[AN]]></category> <category><![CDATA[Improve]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[Yoast]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1659</guid> <description><![CDATA[Here is another quick but good tip to improve the performance of your WordPress admin area: Delete all revision of every post. It can be achieved using a simple SQL statement: DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/wordpress-performance-and-nextgen-gallery' rel='bookmark' title='WordPress Performance and NextGEN Gallery'>WordPress Performance and NextGEN Gallery</a></li><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Here is another quick but good tip to improve the performance of your WordPress admin area:</p><p>Delete all revision of every post. It can be achieved using a simple SQL statement:</p><p><code>DELETE a,b,c<br
/> FROM wp_posts a<br
/> LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)<br
/> LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)<br
/> WHERE a.post_type = 'revision'</code></p><p>I do this from time to time. Optionally it&#8217;s possible either to disable revison managment or restrict the number of saved revisions by adding one of the following statements into your wp-config.php:</p><p><code>define('WP_POST_REVISIONS', false );</code></p><p><code>define('WP_POST_REVISIONS', 3);</code></p><p>The information has been taken from <a
title="Deleting WordPress Revisions" href="http://weblogtoolscollection.com/archives/2010/09/28/deleting-wordpress-revisions/" target="_blank">weblogtoolscollection.com</a>.</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fimprove-wordpress-admin-performance-2&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/wordpress-performance-and-nextgen-gallery' rel='bookmark' title='WordPress Performance and NextGEN Gallery'>WordPress Performance and NextGEN Gallery</a></li><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/improve-wordpress-admin-performance-2/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Improve WordPress Admin Performance</title><link>http://technitip.net/improve-wordpress-admin-performance</link> <comments>http://technitip.net/improve-wordpress-admin-performance#comments</comments> <pubDate>Tue, 01 Feb 2011 20:47:35 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Admin]]></category> <category><![CDATA[Improve]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[Yoast]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1644</guid> <description><![CDATA[WordPress performance is a pain. It&#8217;s not  secret. Here is a small tip to improve the WordPress admin dashboard a little bit. First of all I&#8217;ve disabled the WordPress Development Blog, Other WordPress News, Plugins and the Latest news from Yoast widgets. It can be done using the Screen Options button on the upper right [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li><li><a
href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>WordPress performance is a pain. It&#8217;s not  secret. Here is a small tip to improve the WordPress admin dashboard a little bit. First of all I&#8217;ve disabled the WordPress Development Blog, Other WordPress News, Plugins and the Latest news from Yoast widgets. It can be done using the Screen Options button on the upper right side of the admin panel.</p><p>This is nice, but WordPress does still send a few HTTP requests to netdna.yoast.com. I think it makes no sense because we have disabled the Yoast widget:</p> <a
href="http://technitip.net/wp-content/gallery/test/withyoast.gif" title="" class="shutterset_singlepic144" > <img
class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/144__618x_withyoast.gif" alt="withyoast" title="withyoast" /> </a><p>To avoid this few unneeded request I&#8217;ve installed the <a
title="Yoast remove plugin" href="http://wordpress.org/extend/plugins/yoast-remove/faq/" target="_blank">Yoast Remove plugin</a>. After installing and enabling the plugin the additional HTTP requests are gone and as a result we&#8217;ve improved the load time our admin dashboard a little bit:</p> <a
href="http://technitip.net/wp-content/gallery/test/withoutyoast.gif" title="" class="shutterset_singlepic143" > <img
class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/143__618x_withoutyoast.gif" alt="withoutyoast" title="withoutyoast" /> </a><p><strong>Links</strong></p><ul><li><a
title="Yoast remove plugin" href="http://wordpress.org/extend/plugins/yoast-remove/faq/" target="_blank">Yoast Remove plugin</a></li></ul><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fimprove-wordpress-admin-performance&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li><li><a
href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/improve-wordpress-admin-performance/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Free Hard Disc Benchmark Tool &#8220;HD Tach&#8221;</title><link>http://technitip.net/free-hard-disc-benchmark-tool-hd-tach</link> <comments>http://technitip.net/free-hard-disc-benchmark-tool-hd-tach#comments</comments> <pubDate>Sun, 13 Dec 2009 12:28:59 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[benchmark]]></category> <category><![CDATA[HD]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[Tach]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1317</guid> <description><![CDATA[A simple and free tool for private usage is available from simplie Software. It lets you run short and long benchmarks of your hard discs and compare the result with other hard discs from a database. For me it is a sufficient tool as I wanted to compare the overall performance of two different hard [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/free-treesize-tool' rel='bookmark' title='Free TreeSize Tool'>Free TreeSize Tool</a></li><li><a
href='http://technitip.net/free-cddvdblu-rayhd-dvd-buring-application-starburn' rel='bookmark' title='Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;'>Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;</a></li><li><a
href='http://technitip.net/free-windows-command-line-sync-tool' rel='bookmark' title='Free Windows Command Line Sync Tool'>Free Windows Command Line Sync Tool</a></li></ol></div>]]></description> <content:encoded><![CDATA[
<a
href="http://technitip.net/wp-content/gallery/test/hdtachresult.jpg" title="HD Tach" class="shutterset_singlepic133" > <img
class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/133__340x_hdtachresult.jpg" alt="HD Tach" title="HD Tach" /> </a><p
align="center"><p>A simple and free tool for private usage is available from <a
title="simplie Software" href="http://www.simplisoftware.com" target="_blank">simplie Software</a>. It lets you run short and long benchmarks of your hard discs and compare the result with other hard discs from a database.</p><p>For me it is a sufficient tool as I wanted to compare the overall performance of two different hard discs.</p><p>There is also a online shop to buy the software for commercial use.</p><p><strong>Links</strong></p><ul><li><a
title="HD Tach Homepage" href="http://www.simplisoftware.com/Public/index.php?request=HdTach" target="_blank">HD Tach Homepage</a></li></ul><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Ffree-hard-disc-benchmark-tool-hd-tach&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/free-treesize-tool' rel='bookmark' title='Free TreeSize Tool'>Free TreeSize Tool</a></li><li><a
href='http://technitip.net/free-cddvdblu-rayhd-dvd-buring-application-starburn' rel='bookmark' title='Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;'>Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;</a></li><li><a
href='http://technitip.net/free-windows-command-line-sync-tool' rel='bookmark' title='Free Windows Command Line Sync Tool'>Free Windows Command Line Sync Tool</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/free-hard-disc-benchmark-tool-hd-tach/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Windows 7 Performance Tuning</title><link>http://technitip.net/windows-7-performance-tuning</link> <comments>http://technitip.net/windows-7-performance-tuning#comments</comments> <pubDate>Sat, 12 Sep 2009 20:50:20 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[tuning]]></category> <category><![CDATA[Windows 7]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1202</guid> <description><![CDATA[Found a few tips on support.microsoft.com how to improve the performance of Windows Vista. Checking my Windows 7 installation it seems that these tips seem also apply to Windows 7. Unfortunately I could not found the English version of this support entry (KB954980), only in German language, but I think it should be understandable because [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/mysql-performance-tips' rel='bookmark' title='MySQL Performance Tips'>MySQL Performance Tips</a></li><li><a
href='http://technitip.net/cfsd-performance-database' rel='bookmark' title='CF/SD Performance Database'>CF/SD Performance Database</a></li><li><a
href='http://technitip.net/windows-7-screen-flickerdim-on-notifications' rel='bookmark' title='Windows 7 Screen Flicker/Dim on Notifications'>Windows 7 Screen Flicker/Dim on Notifications</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Found a few tips on<a
title="support.microsoft.com" href="http://support.microsoft.com" target="_blank"> support.microsoft.com</a> how to improve the performance of Windows Vista. Checking my Windows 7 installation it seems that these tips seem also apply to Windows 7. Unfortunately I could not found the English version of this support entry (KB954980), only in German language, but I think it should be understandable because of the many pictures:</p><ul><li><a
title="Improve Windows Vista Performance" href="http://support.microsoft.com/kb/954980/de" target="_blank">Improve Windows Vista Performance</a></li></ul><p>Basically the article describes 4 things which help to improve the performance:</p><ol><li>Part 2: Improve boot time using Windows ReadyBoost</li><li>Part 3: Disable Windows Aero</li><li>Part 4: Use extended hard disc write cache</li><li>Part 5: Disable unused hardware</li></ol><p>On my Windows 7 installation I followed item 1. and 3. Think I have to make further checks how much it improves performance.</p><p>Especially item 1. ReadyBoost sounds interesting: Windows uses a USB stick or flash memory card to as additional cache. But I don&#8217;t want to use a USB stick, I want to use a PCI Express flash card adapter with a very fast memory card. Guess this should bring best performance.</p><p>After first checks my Windows 7 installation boots in about 1:45 minutes (completely). Looks not so bad, since I&#8217;ve already installed software like Photoshop, Office, iTunes, etc. The real boot time of Windows 7 is slightly lower than BIOS start up also needs time, approx. 7 seconds.</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwindows-7-performance-tuning&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/mysql-performance-tips' rel='bookmark' title='MySQL Performance Tips'>MySQL Performance Tips</a></li><li><a
href='http://technitip.net/cfsd-performance-database' rel='bookmark' title='CF/SD Performance Database'>CF/SD Performance Database</a></li><li><a
href='http://technitip.net/windows-7-screen-flickerdim-on-notifications' rel='bookmark' title='Windows 7 Screen Flicker/Dim on Notifications'>Windows 7 Screen Flicker/Dim on Notifications</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/windows-7-performance-tuning/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CF/SD Performance Database</title><link>http://technitip.net/cfsd-performance-database</link> <comments>http://technitip.net/cfsd-performance-database#comments</comments> <pubDate>Fri, 07 Aug 2009 17:11:44 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Adapter]]></category> <category><![CDATA[Canon]]></category> <category><![CDATA[Card]]></category> <category><![CDATA[Cardreader]]></category> <category><![CDATA[CF/SD]]></category> <category><![CDATA[Database]]></category> <category><![CDATA[ExpressCard]]></category> <category><![CDATA[Nikon]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[Photograph]]></category> <category><![CDATA[Sony]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1161</guid> <description><![CDATA[A very useful site for photographers comes from Rob Galbraith. A lot of CF/SD cards are measured with many different camera models regarding performance. Also several card readers are measured. Also interesting for speed freak: the Pro Dual CompactFlash Adapter ExpressCard. The adapter allows to put 2 CF cards inside and offers very high performance. [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/firewire-cf-card-reader-with-notebook' rel='bookmark' title='Firewire CF Card Reader with Notebook?'>Firewire CF Card Reader with Notebook?</a></li><li><a
href='http://technitip.net/windows-7-performance-tuning' rel='bookmark' title='Windows 7 Performance Tuning'>Windows 7 Performance Tuning</a></li><li><a
href='http://technitip.net/mysql-performance-tips' rel='bookmark' title='MySQL Performance Tips'>MySQL Performance Tips</a></li></ol></div>]]></description> <content:encoded><![CDATA[
<a
href="http://technitip.net/wp-content/gallery/test/img_3477_blog.jpg" title="" class="shutterset_singlepic119" > <img
class="ngg-singlepic ngg-left" src="http://technitip.net/wp-content/gallery/cache/119__300x_img_3477_blog.jpg" alt="img_3477_blog" title="img_3477_blog" /> </a><p>A very useful site for photographers comes from <a
title="CF/SD Performance Database" href="http://www.robgalbraith.com/bins/multi_page.asp?cid=6007" target="_blank">Rob Galbraith</a>. A lot of CF/SD cards are measured with many different camera models regarding performance. Also several card readers are measured.</p><p>Also interesting for speed freak: the <a
title="Pro Dual CompactFlash Adapter ExpressCard" href="http://www.sonnettech.com/product/produalcfadapterexpress34.html" target="_blank">Pro Dual CompactFlash Adapter ExpressCard</a>. The adapter allows to put 2 CF cards inside and offers very high performance.</p><p>If you want to have it really fast have a look!</p><p><strong>Links</strong></p><ul><li><a
title="CF/SD Performance Database" href="http://www.robgalbraith.com/bins/multi_page.asp?cid=6007" target="_blank">CF/SD Performance Database</a></li><li><a
title="Pro Dual CompactFlash Adapter ExpressCard" href="http://www.sonnettech.com/product/produalcfadapterexpress34.html" target="_blank">Pro Dual CompactFlash Adapter ExpressCard</a></li></ul><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fcfsd-performance-database&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/firewire-cf-card-reader-with-notebook' rel='bookmark' title='Firewire CF Card Reader with Notebook?'>Firewire CF Card Reader with Notebook?</a></li><li><a
href='http://technitip.net/windows-7-performance-tuning' rel='bookmark' title='Windows 7 Performance Tuning'>Windows 7 Performance Tuning</a></li><li><a
href='http://technitip.net/mysql-performance-tips' rel='bookmark' title='MySQL Performance Tips'>MySQL Performance Tips</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/cfsd-performance-database/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MySQL Performance Tips</title><link>http://technitip.net/mysql-performance-tips</link> <comments>http://technitip.net/mysql-performance-tips#comments</comments> <pubDate>Sun, 11 Jan 2009 11:20:05 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[PHP/MySQL]]></category> <category><![CDATA[my.cnf]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[tips]]></category> <category><![CDATA[tuning]]></category> <guid
isPermaLink="false">http://technitip.net/?p=336</guid> <description><![CDATA[Optimizing a MySQL server is probably not very easy. It depends on your database structure, how many users are accessing your server and so on. Basics But there are a few things which could help to improve your performance. On my configuration I&#8217;ve added skip-name-resolve in my.cnf: [mysqld] skip-name-resolve Now the MySQL server will not [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/mysql-optimize-script' rel='bookmark' title='MySQL Optimize Script'>MySQL Optimize Script</a></li><li><a
href='http://technitip.net/windows-7-performance-tuning' rel='bookmark' title='Windows 7 Performance Tuning'>Windows 7 Performance Tuning</a></li><li><a
href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Optimizing a MySQL server is probably not very easy. It depends on your database structure, how many users are accessing your server and so on.</p><p><strong>Basics</strong></p><p>But there are a few things which could help to improve your performance. On my configuration I&#8217;ve added skip-name-resolve in my.cnf:</p><pre>[mysqld]
skip-name-resolve</pre><p>Now the MySQL server will not do any DNS name resolves. Please note that permissions based on hostnames will no longer work!</p><p>For security reasons I would also recommend binding only to the localhost address. Using this the MySQL server is not reachable on the Ethernet interface. In earlier version of MySQL this was usually done with the skip-networking parameter.</p><pre>[mysqld]
bind-address    = 127.0.0.1</pre><p>And I&#8217;ve added skip-external-locking and skip-locking:</p><pre>[mysqld]
skip-external-locking
skip-locking</pre><p>This could also improve your performance.</p><p><strong>Search Length</strong></p><p>For text search queries with a allowed length of 2 characters add this line:</p><pre>ft_min_word_len="2"</pre><p>Otherwise default minimum length is 3 characters, which means that a search query &#8220;select * like &#8216;%AB%&#8217;&#8221; will never return any data.</p><p><strong>Cache Settings</strong></p><p>Caching seems to be a very important thing when optimizing your server. My feeling is that the standard configuration of a MySQL server is not really designed for machines with 1 GByte memory or above.</p><p>Below is my configuration, with a few cache settings increased.</p><pre>[mysqld]
query_cache_limit    =  1M
query_cache_size     = 32M
thread_cache_size    =  8
join_buffer          =  1M
table_cache          = 16M
sort_buffer_size     =  2M
read_buffer_size     =  2M
read_rnd_buffer_size =  2M
tmp_table_size       = 48M
max_allowed_packet   = 16M
thread_stack         = 128K
key_buffer_size      = 32M</pre><p>This configuration works on a machine with 1 GByte RAM and several databases running. Basically I recommend to increase the cache size settings. And memory helps almost always.</p><p>Applies to MySQL version: 5.0.32</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fmysql-performance-tips&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/mysql-optimize-script' rel='bookmark' title='MySQL Optimize Script'>MySQL Optimize Script</a></li><li><a
href='http://technitip.net/windows-7-performance-tuning' rel='bookmark' title='Windows 7 Performance Tuning'>Windows 7 Performance Tuning</a></li><li><a
href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/mysql-performance-tips/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Network Bandwidth Performance Measurement with Iperf</title><link>http://technitip.net/network-bandwidth-performance-measurement-with-iperf</link> <comments>http://technitip.net/network-bandwidth-performance-measurement-with-iperf#comments</comments> <pubDate>Sat, 10 Jan 2009 15:48:26 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[iperf]]></category> <category><![CDATA[measurement]]></category> <category><![CDATA[monitoring]]></category> <category><![CDATA[network]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://technitip.net/?p=305</guid> <description><![CDATA[Another easy to use tool for measuring the network bandwidth is Iperf. On Debian it can be installed using: apt-get install iperf Optionally the source or the Windows binary is available from sourceforge.net/projects/iperf Building and installing from source is done using a few commands: tar xvfz iperf-2.0.4.tar.gz cd iperf-2.0.4 ./configure make make install Once installed [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/network-throughput-measurement' rel='bookmark' title='Network Throughput Measurement'>Network Throughput Measurement</a></li><li><a
href='http://technitip.net/continous-ssh-attacks' rel='bookmark' title='Continous SSH Attacks'>Continous SSH Attacks</a></li><li><a
href='http://technitip.net/network-utility-for-iphone' rel='bookmark' title='&#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Another easy to use tool for measuring the network bandwidth is <a
title="Iperf" href="http://sourceforge.net/projects/iperf" target="_blank">Iperf</a>. On Debian it can be installed using:</p><pre>apt-get install iperf</pre><p>Optionally the source or the Windows binary is available from <a
title="Iperf on SourceForge.Net" href="http://sourceforge.net/projects/iperf" target="_blank">sourceforge.net/projects/iperf</a></p><p>Building and installing from source is done using a few commands:</p><pre>tar xvfz iperf-2.0.4.tar.gz
cd iperf-2.0.4
./configure
make
make install</pre><p>Once installed iperf the server is started on machine 1:</p><pre>machine1:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------</pre><p>Next the client is started on machine 2:</p><pre>machine2:~# iperf -c machine1.mydomain.de
------------------------------------------------------------
Client connecting to machine1.mydomain.de, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  3] local xx.xx.xx.xx port 45325 connected with yy.yy.yy.yyport 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  96.6 MBytes  80.9 Mbits/sec</pre><p>Tested on two servers connected with 100 MBit/s located at two different providers in Germany we get a result of 80.9 MBits/sec.</p><p>This result is slightly higher compared to the result from our measurement done with NETIO in the article <a
href="http://technitip.net/network-throughput-measurement" title="Network Throughput Measurement">Network Throughput Measurement</a>. So we start the test again with addtional parameters:</p><pre>machine2:~# iperf -c machine1.mydomain.de -w 512k -l 512k
------------------------------------------------------------
Client connecting to machine1.mydomain.de, TCP port 5001
TCP window size:   256 KByte (WARNING: requested   512 KByte)
------------------------------------------------------------
[  3] local xx.xx.xx.xx port 40987 connected with yy.yy.yy.yyport 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  72.0 MBytes  60.3 Mbits/sec</pre><p>Now using modified read/write buffer size and TCP windows size we get almost the same result as in our test with <a
href="http://technitip.net/network-throughput-measurement" title="Network Throughput Measurement">netio</a>.</p><p>Definitely a tool which can be recommended to check your network throughput!</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fnetwork-bandwidth-performance-measurement-with-iperf&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/network-throughput-measurement' rel='bookmark' title='Network Throughput Measurement'>Network Throughput Measurement</a></li><li><a
href='http://technitip.net/continous-ssh-attacks' rel='bookmark' title='Continous SSH Attacks'>Continous SSH Attacks</a></li><li><a
href='http://technitip.net/network-utility-for-iphone' rel='bookmark' title='&#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/network-bandwidth-performance-measurement-with-iperf/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Network Throughput Measurement</title><link>http://technitip.net/network-throughput-measurement</link> <comments>http://technitip.net/network-throughput-measurement#comments</comments> <pubDate>Sat, 10 Jan 2009 13:22:21 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux Server]]></category> <category><![CDATA[benchmark]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[measurement]]></category> <category><![CDATA[netio]]></category> <category><![CDATA[network]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[throughput]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://technitip.net/?p=297</guid> <description><![CDATA[A real nice and easy to use tool for measuring the network throughput on Linux/Unix as well as Windows is NETIO. You only need to download the binaries from the NETIO homepage, store on your server or clients and execute them. The example below shows a sample measurement between to servers connected with a 100 [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/network-bandwidth-performance-measurement-with-iperf' rel='bookmark' title='Network Bandwidth Performance Measurement with Iperf'>Network Bandwidth Performance Measurement with Iperf</a></li><li><a
href='http://technitip.net/traffic-monitoring' rel='bookmark' title='Linux Network Traffic Monitoring'>Linux Network Traffic Monitoring</a></li><li><a
href='http://technitip.net/network-utility-for-iphone' rel='bookmark' title='&#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>A real nice and easy to use tool for measuring the network throughput on Linux/Unix as well as Windows is <a
title="NETIO Network Benchmark Tool" href="http://www.ars.de/ars/ars.nsf/docs/netio" target="_blank">NETIO</a>. You only need to download the binaries from the <a
title="NETIO Network Benchmark Tool" href="http://www.ars.de/ars/ars.nsf/docs/netio" target="_blank">NETIO</a> homepage, store on your server or clients and execute them.</p><p>The example below shows a sample measurement between to servers connected with a 100 MBit ethernet card and located at two different providers.</p><p>On one machine NETIO is started as server:</p><pre>machine1:~/netio/bin# ./linux-i386 -s
NETIO - Network Throughput Benchmark, Version 1.26
(C) 1997-2005 Kai Uwe Rommel
TCP server listening.
UDP server listening.
TCP connection established ...
Receiving from client, packet size  1k ...
Sending to client, packet size  1k ...
Receiving from client, packet size  2k ...
Sending to client, packet size  2k ...
Receiving from client, packet size  4k ...
Sending to client, packet size  4k ...
Receiving from client, packet size  8k ...
Sending to client, packet size  8k ...
Receiving from client, packet size 16k ...
Sending to client, packet size 16k ...
Receiving from client, packet size 32k ...
Sending to client, packet size 32k ...
Done.
TCP server listening.</pre><p>On the other machine NETIO is called e.g. with -t option for TCP and the name or IP of the other machine:</p><pre>machine2:~/netio/bin# ./linux-i386 -t machine1.mydomain.de
NETIO - Network Throughput Benchmark, Version 1.26
(C) 1997-2005 Kai Uwe Rommel
TCP connection established.
Packet size  1k bytes:  7309 KByte/s Tx,  7645 KByte/s Rx.
Packet size  2k bytes:  7276 KByte/s Tx,  7724 KByte/s Rx.
Packet size  4k bytes:  7291 KByte/s Tx,  7737 KByte/s Rx.
Packet size  8k bytes:  7276 KByte/s Tx,  7723 KByte/s Rx.
Packet size 16k bytes:  7286 KByte/s Tx,  7719 KByte/s Rx.
Packet size 32k bytes:  7291 KByte/s Tx,  7725 KByte/s Rx.
Done.</pre><p>We take a rough average of the result can multiply it by 8: 7,5 * 8 = 60 MBit/s. This is a acceptable value for a connection between two servers located at different providers within Germany.</p><p>For sure a useful tool! Also check <a
href="http://technitip.net/network-bandwidth-performance-measurement-with-iperf" title="Network Bandwidth Performance Measurement with Iperf">Network Bandwidth Performance Measurement with Iperf</a></p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fnetwork-throughput-measurement&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/network-bandwidth-performance-measurement-with-iperf' rel='bookmark' title='Network Bandwidth Performance Measurement with Iperf'>Network Bandwidth Performance Measurement with Iperf</a></li><li><a
href='http://technitip.net/traffic-monitoring' rel='bookmark' title='Linux Network Traffic Monitoring'>Linux Network Traffic Monitoring</a></li><li><a
href='http://technitip.net/network-utility-for-iphone' rel='bookmark' title='&#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/network-throughput-measurement/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
