Archivo de la etiqueta: rendimiento
PHPRedBean ORM Performance issue
I am making a webservice in php witch my website will use to query for information with ajax calls.
At first i just did it the standard way with the built in php mysql lib, and wrote all the query’s… Sigue leyendo
proper array use in php
It was explained to me by a more senior PHP programmer that using PHP arrays is inefficient as it results in extra data copying. He then explained that you get less memory consumption and more performance by creating classes to… Sigue leyendo
Httpd slows on fedora 16 and then it takes even about 60 sec to load an easy php site in firefox
I installed apache + mysql + php. At first glance everything runs ok. El problema es: During testing simple php website from my local server the longer I work the slower firefox operates or even freeze totally. After firefox restart… Sigue leyendo
Database engine for a (grande) Python project
I have a huge project written in PHP and the data is stored in MySQL (mostly MyISAM tables and a bit of InnoDB). Because the project gets bigger and more complicated I want to rewrite it using object oriented programming… Sigue leyendo
PHP: Una forma eficiente de insertar una lista de la base de datos
Merely due to the sake of being efficient I would like to hear some advises from the PHP expers here. (Actually this question goes out all developers that mess with database connections on a regular basis)
Assume you have one… Sigue leyendo
Memcached scaling: key “grouping”
As it is best practice to group related keys that are frequently retrieved together (using multiGet) on a single server for optimum performance, I have a couple questions regarding the implicit mechanics employed by the client functions built for doing… Sigue leyendo
La mejor manera de hacer cadena de formato en PHP CI con Twig instalado
Sé que esto va a ser una pregunta muy básica, pero aquí está mi pregunta,
Estoy usando CodeIgniter 2.1.0 integrado con la ramita 1.8.1, Yo, básicamente, compuesto por
un lenguaje personalizado función de carga sólo para Twig, este método funciona, pero… Sigue leyendo
Do too many requires / includes slow down PHP
I am now writing a php framework. I am wondering whether it will slow down when php require/include o require_once/include_once… too many files during a request? Sigue leyendo
Best log database structure
MYSQL/PHP, I want to create a record of activities that people perform on the site.
Table ADDED -> EventID, UserID, Time, IP
Table DELETED -> EventID, UserID, Time, IP
Table SHARED -> EventID, UserID, Time, IP.
…
Is it more efficient Sigue leyendo
most efficient database structure to record activity
MYSQL/PHP, I want to create a record of activities that people perform on the site.
Table ADDED -> EventID, UserID, Time, IP
Table DELETED -> EventID, UserID, Time, IP
Table SHARED -> EventID, UserID, Time, IP.
…
Is it more efficient Sigue leyendo





