Tag Archives: execução
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… Continue lendo
utilização adequada matriz em 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… Continue lendo
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. O problema é: During testing simple php website from my local server the longer I work the slower firefox operates or even freeze totally. After firefox restart… Continue lendo
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… Continue lendo
PHP: Uma maneira eficiente de inserir uma lista de banco de dados
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… Continue lendo
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… Continue lendo
Melhor maneira de fazer seqüência de formatação em PHP CI com Twig instalado
Eu sei que isso vai ser uma pergunta muito básica, mas aqui é a minha pergunta,
Estou usando CodeIgniter 2.1.0 integrado com Twig 1.8.1, Eu, basicamente, composta por
uma função de carregamento personalizado linguagem apenas para Twig, esse método funciona, mas… Continue lendo
Não requer muitos / inclui desaceleração PHP
I am now writing a php framework. I am wondering whether it will slow down when php require/include ou require_once/include_once… too many files during a request? Continue lendo
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 Continue lendo
estrutura de banco de dados mais eficiente para registrar a atividade
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 Continue lendo





