public marks

PUBLIC MARKS from ghis with tags web & performance

2016

2015

2011

Mobile Perf bookmarklet

"Web development on mobile devices is especially challenging. The debuggers and profilers we use on the desktop aren't available. Bookmarklets are a good alternative. They're lightweight and work on most browsers - even mobile browsers. But installing bookmarklets in mobile browsers is a pain. You could try to find all the good bookmarklets out there and install them one by one. Or... Just install the Mobile Perf bookmarklet!"

2010

Best Practices for Speeding Up Your Web Site

by 20 others
Rules for making your website faster. Reducing the number of HTTP requests is the most important.

High Performance Web Sites :: Velocity: Forcing Gzip Compression

by 1 other
Forcing gzip with an iframe testing the browser support and a cookie for future use of gzip compression.

Optimiser ses applications Django — bruno.im

(via)
Quelques conseils pour optimiser les performances des applis Django : éviter les requêtes multiples, mettre les templates en cache, différer certaines actions (files)...

NGINX + PHP-FPM + APC = Awesome

by 2 others (via)
nginx + php + apc is faster than mod_php apache mode. Here is how to install and setup it up.

Search for 'Web development' on the featured items of Google Chrome extension gallery.

Complement Google Chrome’s developer tools with extensions, to make web development faster and more efficient. Edit HTML, test your pages on various screen resolutions, improve the performance of your apps and more -- all directly from the browser.

2008

Performance web » Archive du blog » Des sprites jusqu’à plus soif

Optimisation de la bande passante avec l'utilisation des sprites.

Performance web » Images, PNG et GIF

by 2 others
Article très intéressant sur le type d'image à utiliser pour un site web ainsi que les différentes optimisations possibles pour png.