php Programming Glossary: considerably
Why aren't PHP files used for (custom) CSS and JS? http://stackoverflow.com/questions/11853063/why-arent-php-files-used-for-custom-css-and-js and even if you don't the page's responsivity suffers considerably. CSS and Javascript once deployed rarely changes and reasons..
Preparing SQL Statements with PDO http://stackoverflow.com/questions/1254563/preparing-sql-statements-with-pdo was thinking that doing something like this could speed up considerably the execution DB 'BEGIN TRANSACTION ' for i 1 i 10000 i queries..
Choosing a thumbnail from an external link http://stackoverflow.com/questions/2250825/choosing-a-thumbnail-from-an-external-link SPEED If the URL has many images on the page it will take considerably longer to process MEMORY Using getimagesize or fread imagecreatefromstring..
Does the order of conditions in a WHERE clause affect MySQL performance? http://stackoverflow.com/questions/3043042/does-the-order-of-conditions-in-a-where-clause-affect-mysql-performance will limit the number of rows that need to be searched considerably narrowing it down to dozens from hundreds of thousands. Does..
What kinds of patterns could I enforce on the code to make it easier to translate to another programming language? http://stackoverflow.com/questions/3455456/what-kinds-of-patterns-could-i-enforce-on-the-code-to-make-it-easier-to-translat
Speeding up large numbers of mysql updates and inserts http://stackoverflow.com/questions/3952288/speeding-up-large-numbers-of-mysql-updates-and-inserts VALUES lists to insert several rows at a time. This is considerably faster many times faster in some cases than using separate single..
PHP __get and __set magic methods http://stackoverflow.com/questions/4713680/php-get-and-set-magic-methods more related to error handling. Also note that they are considerably slower than using proper getter and setter or direct method..
Portable (PHPass) password hashes. Should I use them? http://stackoverflow.com/questions/5343611/portable-phpass-password-hashes-should-i-use-them the hexadecimal data into binary note that this is considerably slower then simply using rawMode which is why the branch is..
isset() vs strlen() - a fast/clear string length calculation http://stackoverflow.com/questions/6955913/isset-vs-strlen-a-fast-clear-string-length-calculation believe that the isset method is faster but yes it is and considerably so. The isset method is consistently about 6 times faster. I..
JQuery UI Saving Sortable List http://stackoverflow.com/questions/7342727/jquery-ui-saving-sortable-list of items to the database. I have simplified it very considerably but this is the basic idea of it. I have a form with a sortable..
Experience using Yii framework for actual PHP project [closed] http://stackoverflow.com/questions/741274/experience-using-yii-framework-for-actual-php-project and Yii. Notice that his benchmark's results are considerably different than those shown by Yii. Hopefully he will post Part..
|