Home / What / "performance"

One Tag, I'll be a cloud.
-
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: