¡@

Home 

php Programming Glossary: optimisation

Profiling PHP code

http://stackoverflow.com/questions/133686/profiling-php-code

share improve this question I have actually done some optimisation work last week. XDebug is indeed the way to go. Just enable..

PNG optimisation tools

http://stackoverflow.com/questions/1993678/png-optimisation-tools

optimisation tools A while back I used a PNG optimisation service called.. optimisation tools A while back I used a PNG optimisation service called I think smush it . You fed it a weblink and it.. nicely well smushed... I want to implement a similar optimisation feature as part of my website's image upload process does anyone..

Tactics for using PHP in a high-load site

http://stackoverflow.com/questions/24675/tactics-for-using-php-in-a-high-load-site

landed on the planet albeit one that knows PHP and a few optimisation techniques. I'm developing a tool in PHP that could attain quite..

PHP image resize on the fly vs storing resized images

http://stackoverflow.com/questions/2823600/php-image-resize-on-the-fly-vs-storing-resized-images

share improve this question This sounds like premature optimisation. Do you know how many users your site will have how much computational..

Is micro-optimization worth the time?

http://stackoverflow.com/questions/3470990/is-micro-optimization-worth-the-time

design optimization share improve this question Micro optimisation is worth it when you have evidence that you're optimising a.. measuring as you go . Sometimes a small amount of micro optimisation can make a huge difference. But don't micro optimise all your.. either missed the real bottleneck or that your micro optimisations are harming performance instead of helping. share improve..

Bulletin board - Database optimisation

http://stackoverflow.com/questions/4310769/bulletin-board-database-optimisation

board Database optimisation This question is a follow on from this Question The project..

MySQL and NoSQL: Help me to choose the right one

http://stackoverflow.com/questions/4419499/mysql-and-nosql-help-me-to-choose-the-right-one

composite is unique in itself. This is just an index optimisation which saves some I O when queries that use reply_count are executed... 15 million rows in 0.02 seconds while under load Further optimisations These would include partitioning by range sharding throwing..

How to save php file as .php or .html extension?

http://stackoverflow.com/questions/5155256/how-to-save-php-file-as-php-or-html-extension

solution for you The current trend for SEO search engine optimisation is to get rid of file extensions in the URL entirely. If you..

PHP Best way to cache MySQL results?

http://stackoverflow.com/questions/5327160/php-best-way-to-cache-mysql-results

a PHP framework original i know and im working on some optimisation features for it. One dilema I have come accross is what is the..

Doing calculations in MySQL vs PHP

http://stackoverflow.com/questions/6449072/doing-calculations-in-mysql-vs-php

faster not only because most DB engines have 10 years of optimisation for doing just that but you minimise the data shifted between.. i've mentioned are very slight so beware of premature optimisation. Also if other systems are accessing the DB directly eg. for..

isset() vs strlen() - a fast/clear string length calculation

http://stackoverflow.com/questions/6955913/isset-vs-strlen-a-fast-clear-string-length-calculation

strlen EDIT3 I was always taught to be interested in mirco optimisation. Probably because I was taught at a time when resources on computers.. I've started a new question exploring this... Is micro optimisation important when coding php coding style share improve this..

How to benchmark efficiency of PHP script

http://stackoverflow.com/questions/8291366/how-to-benchmark-efficiency-of-php-script

to get there before heading off down the micro premature optimisation route to hell 3 1 http xdebug.org docs profiler 2 http phpadvent.org..