public marks

PUBLIC MARKS from camel with tag cache

2008

CloudFront : Amazon lance son service de CDN (Content Delivery Network)

(via)
On me pose souvent la question du coût des solutions de CDN Akamai pour gérer la disponibilité d’un site. Et en général le problème majeur avec cet acteur vient des frais de fonctionnement et de mise en service. En effet au delà de l’engagement contractuel sur la durée la mise en place d’une solution Akamai est relativement coûteuse pour des “petits” acteurs. Cette annonce d’Amazon est donc une très bonne nouvelle pour le segment des sites de taille moyenne, trop petits pour négocier avec Akamai et gérant déjà un trafic suffisamment important pour être obligé de mettre en place des solutions de cache distribués, des CDN.

ncache - Google Code

by 4 others
a web cache system base on nginx web server. faster and more efficient than squid.

Web Services : Avoir le rèflexe mise en cache pour optimiser la charge serveur - PHP.Pro Blog

(via)
Vous avez développé votre tout dernier web service destinés à être utilisé par 2 ou 3 autres équipes en interne (voire en externe par des partenaires). Il (le web service) fonctionne bien, tellement bien, que vous commencez à avoir plusieurs dizaines de requêtes par jour. Vous n'aviez pas forcément optimisé les performances du web service, les temps de réponses ne sont pas au beau fixe car vous chargez 150 classes PHP qui sont nécessaires au tout dernier framework à la mode pour accéder à une table de base de données et faire une requête select sur un champ avec une clé primaire pour retourner la fiche descriptive d'un utilisateur, d'un partenaire ou d'un produit. Ou bien, pire encore, pour renvoyez votre catalogue de produits qui fait 150Ko une fois transformé au format XML.

Use Server Cache Control to Improve Performance - apache web server settings for optimized caching with configuration files

by 3 others
Caching is the temporary storage of frequently accessed data in higher speed media (typically SRAM or RAM) for more efficient retrieval. Web caching stores frequently used objects closer to the client through browser, proxy, or server caches. By storing "fresh" objects closer to your users, you avoid round trips to the origin server, reducing bandwidth consumption, server load, and most importantly, latency. This article shows how to configure your Apache server for more efficient caching to save bandwidth and improve performance. Caching is not just for static sites, even dynamic sites can benefit from caching. Graphics and multimedia typically don't change as frequently as (X)HTML files. Graphics that seldom change like logos, headers, and navigation can be given longer expiration times while resources that change more frequently like XHTML and XML files can be given shorter expiration times. By designing your site with caching in mind, you can target different classes of resources to give them different expiration times with only a few lines of code.

How To Install And Use The djbdns Name Server On Debian Etch | HowtoForge - Linux Howtos and Tutorials

by 1 other
djbdns is a very secure suite of DNS tools that consists out of multiple parts: dnscache, a DNS cache that can be used in /etc/resolv.conf instead of your ISP's name servers and that tries to sort out wrong (malicious) DNS answers; axfrdns, a service that runs on the master DNS server and to which the slaves connect for zone transfers; and tinydns, the actual DNS server, a very secure replacement for BIND.

htaccess Caching

by 2 others
This article shows 2 awesome ways to implement caching on your website using Apache .htaccess (httpd.conf) files on the Apache Web Server. Both methods are extremely simple to set up and will dramatically speed up your site!

How To Install And Use The djbdns Name Server On Debian Etch | HowtoForge - Linux Howtos and Tutorials

djbdns is a very secure suite of DNS tools that consists out of multiple parts: dnscache, a DNS cache that can be used in /etc/resolv.conf instead of your ISP's name servers and that tries to sort out wrong (malicious) DNS answers; axfrdns, a service that runs on the master DNS server and to which the slaves connect for zone transfers; and tinydns, the actual DNS server, a very secure replacement for BIND.

2007

Apache Synapse 1.1 - gridvm.org

Apache Synapse offers a wide range of connectivity, including HTTP/S, JMS, (S)FTP, SOAP, WS-ReliableMessaging and WS-Security. The project has been designed to allow administrators to support advanced functionality such as load-balancing, throttling, and failover without writing code. The new Apache Synapse 1.1 release includes many enhancements based on feedback from users, including * Apache VFS based file transport - supports File System, FTP, SFTP, JAR, ZIP, TAR, GZIP, Mime * Scheduled Task support makes it simple to run repetitive tasks * XQuery mediator - simplifies XML transformation with the XQuery standard * POJO Command mediator - allows the creation of message-independent mediation logic * DB Report and DB Lookup mediators - support message augmentation and database logging * Cache and Throttle mediators/enhancements - improve performance and manage load on existing services * Split/Clone/Aggregate mediators - support batch processing of large messages * Improved logging and tracing support With asynchronous support for HTTP and HTTPS, Apache Synapse has very high scalability under load, supporting thousands of concurrent connections even with limited threads. Combined with streaming XML support, Apache Synapse has class-leading performance results. The Apache Synapse code and binaries are available from the website at http://ws.apache.org/synapse

Saving Bandwidth With Apt-Cacher : Revisited : Ubuntu Tutorials : Dapper - Edgy - Feisty - Gutsy

Nothing is worse than installing two machines and downloading the same updates twice, one for each machine. Apt-Cacher steps in at this point and lets us just download the update once to then be shared by all.

CJO - css and javascript optimizer[WebInventif]

CJO va vous aidez mettre de l’ordre dans tout ça ! Css and Javascript Optimizer va vous permettre: * de rassembler tout vos fichiers javascript en un seul et unique fichier js * de rassembler tout vos fichiers css en un seul et unique fichier css * de compresser à la volée vos fichiers css et js * de forcer et régler la durée de mise en cache de vos fichiers Et tout ça en à peine 3 lignes de codes !

2006

PHP cache accelerators with Installation Tutorials -- Debian Admin

PHP Accelerators and cachers will increase the performance of your PHP applications, by caching the compiled form of php scripts . A PHP accelerator typically reduces server load and increases the speed of your PHP scripts between 1 to 10 times. We have presently 3 good php accelerators from opensource i.e eAccelerator,APC,xcache and now we will see these three php accelerators how to install and configure in debian and ubuntu machines

Un tutoriel de la mise en cache pour les auteurs Web et les webmestres

by 10 others
Qu’est-ce qu’un cache Web ? À quoi servent-ils ? Un cache Web se tient entre un ou plusieurs serveurs Web (appelés aussi serveurs originaux) et un ou plusieurs clients, et il observe le va-et-vient des requêtes en enregistrant pour lui-même des copies des réponses — comme des pages HTML, des images et des fichiers (appelés collectivement des représentations). Par la suite, s'il se présente une autre requête pour la même adresse URL, il pourra utiliser la réponse qu'il détient au lieu de la réclamer à nouveau au serveur original.

Caching your queries with PHP - Spellbook - IT mage’s best friend

(via)
In this article I will try to give a view of what is the custom caching with php, why and how we can use it.

2005

Using and Tuning of the Query Cache

by 1 other (via)
MySQL provides a mechanism to cache a query and its result set for reuse by all users. This can be extremely effective in environments where a large number of small, lexically equivalent queries are repeated often. Parameters Affecting the Query Cache Parameters in the my.cnf file exist to enable, configure and tune the query cache. Pay careful attention to the values of query_cache_size and query_cache_type because they interact in a non-standard way and can cause confusion.

jpcache

by 5 others (via)
jpcache is a lightweight, full page caching system for PHP, thus reducing server-load, as pages are generated less often.

Caching Tutorial

by 23 others, 1 comment (via)
A Web cache sits between one or more Web servers (also known as origin servers) and a client or many clients, and watches requests come by, saving copies of the responses — like HTML pages, images and files (collectively known as representations) — for itself. Then, if there is another request for the same URL, it can use the response that it has, instead of asking the origin server for it again.

camel's TAGS related to tag cache

accelerator +   akamai +   amazon +   apache +   apache2 +   apc +   apt +   berkeleydb +   blog +   cdn +   cluster +   code +   configuration +   control +   cps +   css +   database +   debian +   djbdns +   dns +   file +   format +   framework +   http +   images +   install +   javascript +   jpcache +   linux +   memcached +   mysql +   navigation +   nginx +   performance +   php +   programming +   project +   proxy +   reverse proxy +   rewrite +   secure +   server +   serveur +   site +   sql +   squid +   streaming +   table +   tools +   tutorial +   tutoriel +   ubuntu +   varnish +   web +   xhtml +   xml +