Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads.

4.5
   
  0 reviews  |  7 users  |  25,467 lines of code  |  4 current contributors  |  Analyzed 7 days ago
 
 

Assetic is an asset management framework for PHP.

0
 
  0 reviews  |  2 users  |  8,921 lines of code  |  48 current contributors  |  Analyzed 10 days ago
 
 

A lightweight, easy to use PHP content management system (CMS). Written to be fast and to use as little memory as possible. Placeto CMS offers browser and server caching, provides gzip compression and to cut down on bandwidth and CPU time.

5.0
 
  2 reviews  |  1 user  |  43,611 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
Compare

Ajde is a web framework with open standards in mind

0
 
  0 reviews  |  1 user  |  35,116 lines of code  |  1 current contributor  |  Analyzed about 15 hours ago
 
 

RSC

Compare

Compress JS and CSS files with PHP.

0
 
  0 reviews  |  1 user  |  82 lines of code  |  0 current contributors  |  Analyzed about 12 hours ago
 
 

SmartOptimizer is a PHP program that enhances your website performance by optimizing the front-end using techniques such as minifying, compression, caching and concatenation.

5.0
 
  0 reviews  |  1 user  |  349 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 
Compare

In short this is a project for the compression / redirection / etc of long URL's into short (compressed) urls using the domain of your choice. The work is based loosely on the http://is.gd approach in API, integration, and ease of use but with additional features. This project is considerably ... [More] more aggressive than others I have found or worked with, so I am making my own. Thank you greatly for the simple (class) from lilurl (see note). Please refer to the wiki and TODO list for the road map. The site is in action at http://iz.ly as well as additional resources. izly is a url compressor based originally on the "lilurl" compressor found at http://lilurl.sourceforge.net. Seeing no license information what so ever and having changed over 50% of the code before any initial public commit and a rather aggressive overhaul of, well, everything I am branching. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

LZW is a simple algorithm efficient mainly in text compression. This library provides simple functions for LZW compression and decompression. include "./lzw.inc.php"; $data = ""; $compressed = lzw_compress($data); var_dump($data === lzw_decompress($compressed));

0
 
  0 reviews  |  0 users  |  74 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

WhatFramework agnostic, easy to integrate or extend, generic client file serving tool, PHP Client Booster contains different files able to merge, minify, pre-compress, and serve whatever kind of client file forcing browser cache when possible and avoiding server stress. JavaScript or CSS via YUI ... [More] Compressor @font-face compatible fonts: WOFF, TTF, EOT, others static XML, JSON, HTML, plain text every other file that could be boosted via gzip/deflate compression WhyRun-time compression could be a massive waste of resources. While it could be worth it for dynamic responses, such a generic html page, ad hoc XML or JSON responses, it could improve, rather than reduce, both server side stess and response time. Specially in these days where developer are including, as example, big client files as fonts used for HTML5 @font-face, massive libraries or related CSS, pre-compression could save server stress improving overall application performances. Faster Than GzHandler!This table represents benchmark avoiding browser cache. Each response has been performed 10 times and the server generated each time a full status 200 response with the jQuery library. PHP Client Booster Plain Text ob_start('ob_gzhandler') 81.50 ms 88.80 ms 191.20 ms This table represents benchmark using browser cache. Each response has been performed 10 times and the server generated each time a 304 response (except ob_gzhandler) with the jQuery library. PHP Client Booster Plain Text ob_start('ob_gzhandler') 72.10 ms 67.00 ms 187.30 ms ob_gzhandler does not use browser cache, which is basically the reason there is no difference between normal and cached test. It is possible to test directly results via the bench folder provided with PHP Client Booster. WhereEvery host with support for PHP 4, PHP 5, or PHP 5.3 and 6 included plus every development environment able to integrate a couple of files in one or more projects. HowWell, I need some time to write wiki pages so please be patience. Right now you can find everything you need in the zip. Unpack in your htdocs, try to understand folders hierarchy, in any case mutable to let us put builders outside the public domain, and read comments ... there are really few files to understand but you could start with build/jQuery.php and client/index.php A Bit Of HistoryFor those who remember my packed.it and MyMin project, this is a PHP evolution almost as twice as fast and better than precedent used strategies used in my good old project. That was based on a proprietary minifier created for almost every language but it could not compete with YUI Compressor ratio/features this is why this time I've focused code using only strictly related functions in a totally cross-platform solution. [Less]

0
 
  0 reviews  |  0 users  |  3,312 lines of code  |  0 current contributors  |  Analyzed about 11 hours ago
 
 

This patch replace the PHP Memcache extension to use LZO library instead of the original zlib/gzip library. What is LZO?LZO is a lossless data compression library which is suitable for data de-/compression in real-time. It is very fast and reliable, even used on the Mars - inside the NASA Mars ... [More] Exploration Rovers (or better known under the names Spirit and Opportunity). For more information about LZO: http://www.oberhumer.com/opensource/lzo/#introduction ContactFeedback and suggestions are always welcome, you can reach me at tszming at gmail dot com. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.