-
PHP Performance
- saved on: 2010-08-04
- uri: http://talks.php.net/show/digg
- about: A great talk recently given by Rasmus Lerdorf at the "Hacker Dojo' in San Francisco. Lots of goods inside, particularly around the usage of Hiphop PHP.
- tags:
-
CPU limit
- saved on: 2010-04-07
- uri: http://cpulimit.sourceforge.net/
- about: cpulimit is a simple program that attempts to limit the cpu usage of a process (expressed in percentage, not in cpu time)
- tags:
-
Scaling Lucene and Solr | Enterprise Search support for Apache Lucene and Solr by Lucid Imagination
- saved on: 2010-03-10
- uri: http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Scaling-Lucene-and-Solr#d0e271
- about: An interesting article from Lucid Imagination employee Mark Miller about Scaling Solr. It gives a lot of good practices and tips on how to get the best out of one indexing machine, and explains how to use Solr built-in replication system.
- tags:
-
Static call versus Singleton call in PHP « Hardcoded
- saved on: 2010-03-02
- uri: http://moisadoru.wordpress.com/2010/03/02/static-call-versus-singleton-call-in-php/
- about: One of the first benchmarks of Hiphop PHP. Where it is said to be 200x times faster than PHP as an Apache module for massive Singleton or Static calls.
- tags:
-
PHP compiler performance - PHP Classes blog - PHP Classes
- saved on: 2010-02-23
- uri: http://www.phpclasses.org/blog/post/117-PHP-compiler-performance.html
- about: A first benchmark of the main PHP compilers. Where HipHop PHP seems to perform well, but not at a tremendous level as expected. The benchmarked PHP code is only non-object code.
- tags:
-
Plugins | sfRedisCachePlugin | 1.0.0 | symfony | Web PHP Framework
- saved on: 2010-01-08
- uri: http://www.symfony-project.org/plugins/sfRedisCachePlugin
- about: A Symfony plugin for using Redis as a cache backend.
- tags:
-
redis - Project Hosting on Google Code
- saved on: 2009-11-06
- uri: http://code.google.com/p/redis/
- about: A performant key-value database. A PHP module is available, that lets PHP access to Redis in a performant way.
- tags:
-
Extending ltrace to make your Ruby/Python/Perl/PHP apps faster at time to bleed by Joe Damato
- saved on: 2009-10-12
- uri: http://timetobleed.com/extending-ltrace-to-make-your-rubypythonperlphp-apps-faster/
- about: Joe Damato has added libdl support in ltrace, which makes tracking down slow queries really easy. Performance performance performance !
- tags:
-
sfManagedCachePlugin | Recoursive
- saved on: 2009-06-13
- uri: http://recoursive.com/blog/sfmanagedcacheplugin
- about: The very point of caching is that it's faster and less resource intensive to deliver cached data than creating it on the fly. With existing cache solutions, when the cached data expires, it has to be refreshed while the user waits. In environments that rely heavily on caching, such behavior has the potential to create thread pileups and other cascading failure scenarios. This plugin introduces a cache manager : when an expired âge is called, then it is directly served from the cache, and then the cache gets asynchronously refreshed.
- tags:
-
Page Speed
- saved on: 2009-06-05
- uri: http://code.google.com/intl/fr/speed/page-speed/
- about: Google releases Page Speed, a YSlow-like firefox extension. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them.
- tags:
-
Updated List Of Carriers and Telcos Entering The CDN Market | The Business Of Online Video
- saved on: 2009-06-04
- uri: http://blog.streamingmedia.com/the_business_of_online_vi/2009/03/updated-list-of-carriers-and-telcos-who-have-entered-the-cdn-market.html
- about: An extensive Content Delivery Networks (CDN) list
- tags:
-
showslow - Google Code
- saved on: 2009-06-02
- uri: http://code.google.com/p/showslow/
- about: Displays data collected by YSlow about websites performance. Might be useful for collecting data from testers during Users Acceptance Tests.
- tags:
-
Amazon Web Services pour déployer un site Web : architecture et limitations
- written on: 2009-06-01
- tags:
-
Mental notes to myself » Blog Archive » memcache.php stats like apc.php
- saved on: 2009-05-14
- uri: http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/
- about: A memcache php script that lets you get stats and dump from multiple memcache servers
- tags:
-
Mozilla Labs » Blog Archive » A New Memory Tool for the Web
- saved on: 2009-03-24
- uri: http://labs.mozilla.com/2009/03/a-new-memory-tool-for-the-web/
- about: When the web developer's life will begin to be at a memory level, we'll start seeing disappear crappy web apps. And crappy webdevs.
- tags:
-
sfPropelActAsBackupBehavior: Symfony versioning and backup Plugin | Another break in the wall?
- saved on: 2009-03-23
- uri: http://blogs.mouali.fr/2009/03/sfpropelactasbackupbehavior-symfony-versioning-and-backup-plugin/
- about: A refactor of Tristan's sfPropelActAsVersionnableBehavior is on the road, which should be more performant for large size indexes.
- tags:
-
Jet Profiler for MySQL
- saved on: 2009-02-13
- uri: http://www.jetprofiler.com/
- about: "Jet Profiler for MySQL is real-time query performance and diagnostics tool for the MySQL database server". I love the Query ratings feature and the live query observation - should replace the weak use of MySQL proxy.
- tags:
-
Performance Improvements in Browsers
- saved on: 2009-02-06
- uri: http://www.slideshare.net/jeresig/performance-improvements-in-browsers?type=powerpoint
- about: A complete focus on web browser performance-related questions, from a lot of point of views : javascript, network, painting, caching, client-side database, etc.
- tags:
-
Upcoming Browser JavaScript Engine Benchmarks
- saved on: 2008-10-24
- uri: http://zephyrxero.blogspot.com/2008/10/current-browser-javascript-benchmarks.html
- about: Internet Explorer 7 scores an abysmal 90522ms. (...) IE8-beta2 scored at 9542ms. But, for reference, in the same virtual environment Firefox "Minefield" was still able to pull off 1873ms. So, as while still no where near as fast as the other guys, IE8 is lightyears ahead of IE7 in its javascript performance.
- tags:
-
Jiffy Firefox Extension - Documentation
- saved on: 2008-07-01
- uri: http://billwscott.com/jiffyext/
- about: The Jiffy Firefox Extension adds an additional panel to Firebug that provides a visual view of the Javascript time measurements captured by Jiffy-Web.
- tags:
-
Yaws
- saved on: 2008-06-03
- uri: http://yaws.hyber.org/
- about: Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content webapplications, written in Erlang.
- tags:
-
Medieval Programming » Blog Archive » Better Performance patch for Symfony 1.0.x and Propel 1.2
- saved on: 2007-10-14
- uri: http://www.hma-info.de/blog/2007/10/13/better-performance-patch-for-symfony-10x-and-propel-12/
- about: I found the sfBuilders that are responsible for stripping the comments from the generated propel classes and also saw that there is a addIncludes parameter in propel.ini. Lets reuse that and modify the Builders to strip the inline includes and requires. I admit this is a tiny step, but some propel users are desperately searching for performance tweaks (as I am as well) so I hope this could be of use. I send this patch for inclusion in symfony 1.1.
- tags:
-
symfony and the .htaccess file at Spindrop
- saved on: 2007-08-15
- uri: http://spindrop.us/2007/08/15/symfony-and-the-htaccess-file/
- about: One performance boost that can be garnered from a symfony app (or any app for that matter) is disabling .htaccess.
- tags:
-
~jk ORDER BY RAND()
- saved on: 2007-02-28
- uri: http://jan.kneschke.de/2007/2/15/order-by-rand
- about: If you read the MySQL manual you might have seen the ORDER BY RAND() to randomize the the rows and using the LIMIT 1 to just take one of the rows.
- tags:
-
Conseils pour l'amélioration des performances InnoDB
- saved on: 2007-01-24
- uri: http://dev.mysql.com/doc/refman/5.0/fr/innodb-tuning.html
- about: Quelques conseils pour améliorer les perfs InnoDB
- tags:
-
Efficient JavaScript - Opera Developer Community
- saved on: 2006-11-06
- uri: http://dev.opera.com/articles/view/48/
- about: As Web pages become more like applications, the performance of scripts is having a bigger effect.
- tags:
-
Improve PHP Performance by Caching Database Results | Database Change Notification
- saved on: 2006-07-07
- uri: http://www.oracle.com/technology/pub/articles/vasiliev-php-dcn.html
- about: As is well known, caching the results of database queries can dramatically improve script execution time and minimize the load on the database server. This technique can be especially effective if the data you are dealing with is quite static. This is because many data requests to a remote database may be eventually satisfied from the local cache, thus avoiding the need to make a connection to the database, execute the query, and fetch the results.
- tags:
-
Configuring Apache for Maximum Performance LG
- saved on: 2006-02-12
- uri: http://linuxgazette.net/123/vishnu.html
- about: Configuring Apache for Maximum Performance
- tags: