13 projects tagged "extension"
Turpentine is a Magento extension to improve Magento's compatibility with Varnish, a very fast caching reverse proxy. By default, Varnish doesn't cache requests with cookies, and Magento sends the frontend cookie with every request, causing a (near) zero hit rate for Varnish's cache. Turpentine provides Varnish configuration files (VCLs) to work with Magento and modifies Magento's behavior to significantly improve the cache hit rate.
pg-python provides access to Python from PostgreSQL. It contrasts with the built-in procedural language by interfacing with PostgreSQL types rather than converting them. This allows large instances of data types to be handled with greater efficiency while also allowing reasonable support for arbitrary data types without the need for a specialized implementation. Procedures are managed as entire modules so that initialization can be performed naturally by a stored procedure (each PostgreSQL function has a "main" entry point). Import statements may exist in a more natural position, and the "main" entry point may be decorated.