RailwayJS - MVC framework for NodeJS... (Lire)
Avec la multiplication des navigateurs (ordinateurs, mobiles, tablettes,…), la gestion des images peut vite tourner aux casses-têtes pour obtenir des images optimisées pour chaque affichage.
Responsive Images permet d'apporter une solu… Continuer la lecture
CSS Crush est un preprocessor CSS pour optimiser automatiquement vos fichiers CSS : minification, préfixes, data-uris… Continuer la lecture
BoxCSS est un service appelé depuis vos codes sources et qui se charge de compresser votre CSS au maximum, tout en réduisant les appels vers vos fichiers. Continuer la lecture
In case you missed the talk, the main takeaway from it was the importance of performance-testing your JavaScript and jQuery code (and appreciating performance gotchas you can keep in mind when writing code that uses jQuery).
I feel that this is an area… Continuer la lecture
We all know and love Apache. Its great, it allows us to run websites on the Internet with minimal configuration and administration.
However, this same ease of flexibility and lack of tuning, is typically what leads Apache to becoming a memory hog… Continuer la lecture
Website loading time is one of the most important factors when it comes to the success of the blog. If your blog or website takes too much time to load even on a good internet, most users will leave your site. Continuer la lecture
Noticing your pages are loading slowly or just don’t like using extra cpu cycles when you don’t have to? PHP makes caching very easy with their variety of Output Control Functions. In this article I’ll go over complete page caching which is the easiest… Continuer la lecture
The inspection of the error logs is a common way to detect errors and
bugs. We also can show errors on-screen within our developement server,
or we even can use great tools like firePHP
to show our PHP errors and warnings inside our firebug console…. Continuer la lecture
This post discusses the perfect WordPress SEO URL, and explains why it is important. It also covers questions on performance and migration. Continuer la lecture
Are you a webmaster or web developer? Want to create super-fast websites?
You may have Monitis’s recent posts sharing tips for improving the performance of Windows Server 2008 and Linux Servers, and we hope that they’ve helped you.
Now, we’re m… Continuer la lecture
Another brilliant idea that I had recently – how about combining audio files into a single file to reduce HTTP requests, just like we do with CSS sprites? Then use the audio APIs to play only selected parts of the audio. Unlike pretty much all brillian… Continuer la lecture
boomerang is a piece of javascript that you add to your web pages, where it measures
the performance of your website from your end user’s point of view. It has the ability
to send this data back to your server for further analysis. With boomerang, y… Continuer la lecture
I present you with the CSS Stress Test bookmarklet. This bookmarklet tests each class on a page and orders them by their impact on page performance. Continuer la lecture
Rasmus Lerdorf takes a close look at Wordpress and Facebook’s HipHop PHP compiler as examples in teaching a systematic approach to benchmarking, profiling, and optimizing web applications. Continuer la lecture
As JavaScript usage has skyrocketed over the last few years, so has the sheer number of scripts that are being loaded in an average web page. With these script tags comes a lot of baggage, such as blocking and lack of dependency management.
Today, I’… Continuer la lecture
Editors note: The following guest post is written by Josh Fraser. Josh is the co-founder of a new startup called Torbit which automatically optimizes websites for speed.
Yesterday Google announced Page Speed Online, which provides a quick and easy w… Continuer la lecture
This post covers most performance improvement tips related to PHP coding. While working with small website or project it’s ok to ignore these tips, but when you are dealing with large website or project which is going to maintained for long term and … Continuer la lecture
Website speed has always been a big issue, and it has become even more important since April 2010, when Google decided to use it in search rankings. However, the focus of the discussion is generally on minimizing file sizes, improving server set… Continuer la lecture
A holistic approach to tuning web sites and web applications. If you want to improve web server performance, this is a good place to start Continuer la lecture
Many developers often forget to optimize mySQL so I bring you some good tips on what to do to help your database work. Continuer la lecture
Le temps de chargement des pages web est une métrique à prendre de
plus en plus en compte. Mais comment faire pour analyser les
performances de son site et savoir quelle partie améliorer ?
C’est l’objet de ce nouveau tutoriel dédié à la … Continuer la lecture
Loads.in gives you the possibility to see how fast your (or any) website loads in a real browser from over 50 locations worldwide.If you have a worldwide audience, or your site is hosted in a different country from where your visitors live, it is usefu… Continuer la lecture
Voici une liste d’erreurs fréquemment rencontrées sur les sites mal ou peu optimisés pour le référencement. Continuer la lecture
A web crawler follows the links of your site. On each page, we retrieve the CSS files and list the selectors. The selectors are tested on the html page. If the selector matches an element, it is marked as used. When all the files have been visited, a n… Continuer la lecture
Patience is a virtue, but for many, it is often a difficult concept to practice. That is especially true for web users visiting a website that takes a long time to load. Users are enamored with speedy websites, and when a site responds slowly, visitor… Continuer la lecture