Browsing projects by Tag(s)

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

Showing page 1 of 2

CMS made for Marketing, but built for Geeks! Free and open sourced PHP based CMS. Try it at: www.concrete5.org/demo

4.90909
   
  1 review  |  15 users  |  494,544 lines of code  |  57 current contributors  |  Analyzed 3 days ago
 
 

800+ websites were accelerated with WEBO Site SpeedUpSummaryThis application is aimed to automate all clientside improvements for website that should significantly increase load speed of its pages. DownloadLive DemoAbout WEBO Site SpeedUpAbout the Product Benefits Features System Requirements ... [More] Supported CMS Installation Acceleration statistics Version Comparison Buy Now Discussion ListWEBO Site SpeedUp Change LogWeb Optimizer Change Log [Less]

0
 
  0 reviews  |  1 user  |  38,469 lines of code  |  2 current contributors  |  Analyzed 2 days 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
 
 

myStorage.jsWhat is it?myStorage.js is a class for cache of objects in the browser. in order to avoid unnecessary queries to the application server in Ajax it can cache the results of a Ajax request and thereby avoid seeking into application server. DocumentationReference manual Quick Start ... [More] window.onload = function () { storage = new myStorage (); } Sample with Ajax function loadData (id) { var key = 'item-' + id; var item; /** get data if exists */ if ((item = storage.get (key)) !== false) { return item; } new Ajax.Request ('data.php', { onSuccess: function (xhr) { var json = xhr.responseText.evalJSON (); if (json.response && json.response == 'OK') { /** add data 1 for hour */ storage.set (key, json.data, 3600); return json.data; } } }); }Get Prototypehttp://www.prototypejs.org/download http://code.google.com/apis/ajaxlibs/documentation/index.html#prototype [Less]

0
 
  0 reviews  |  0 users  |  38 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Web applications using the JSON-RPC-Java transport layer often make rendundent RPC calls. The cache provides a way to define particular RPC methods as 'cacheable'; when subsequent calls are made to the same RPC method with the same parameter signature a cached version of the result is used. ... [More] Caching is done completely on the client (and is thus written in Javascript). Also, subsequent calls to the same method with the same parameter signature are queued up until the first one gets its response. The queued up calls then use the cached version of the result in the callback handler. An added bonus of the RPC caching is that is becomes very easy to profile RPC calls made by your web application. Method name, parameters, payload size, and call duration are available to profile so you can identify methods that have excessively large payloads, or ones that are taking too long. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

PHP Speedy automatically joins together all the appropriate JavaScript and CSS files and compresses them, greatly reducing the load time of the page.

0
 
  0 reviews  |  0 users  |  12,258 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

代码迁移到了 Github,点击这里 进入

0
 
  0 reviews  |  0 users  |  155 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

A simple javascript library to help you warm the browser's cache for the following pages. Maybe this should have been called the Asset Post Loader? Given an array it will go ahead and an attach a listener to the DOM, once the DOM is loaded, it will fire off a request to continue to load ... [More] other assets... this is to warm the cache for the following pages, so they load faster. Simple Example new AssetPreLoader(['http://www.google.com/doodle13.html']); More Complex of an Example var loadplease = [ 'local_test.png', 'http://www.google.com/logos/holiday07_3.gif', ]; afterwards = function(loaded){ loaded.each(function(l){ $('div_to_insert_images').insert(''); }); } new AssetPreLoader(loadplease, {delayBefore: 2.0, delayBetween: 1.0, onComplete: afterwards, }); [Less]

0
 
  0 reviews  |  0 users  |  102 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Enable AJAX calls and on page caching of the data without even writing a single line of code(in most of the cases). Application really don't care if we are using json or whatever. Even if it is an xml data, Html data or any other kind of data. It would simply store it on page, data is retrived ... [More] automatically and developer should never really care about HOW ?? [Less]

0
 
  0 reviews  |  0 users  |  35 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

This javascript library enhance the Prototype Ajax.Request component. If you like fetch data from server with Prototype Ajax.Request, you may need cached-ajax library. This library caches every ajax response, when you need request data again, you will get a fast response. DependencePrototype ... [More] 1.6.1+, mini-jscache How toInstallationDownload and link prototype.js, jscache.js and jscache-ajax.js in your html header as ConfigurationYou do not need any configuration Usageoriginal usage of Prototype Ajax.Request:new Ajax.Request("http://remotehost/ap/user-list?type=2",{ onComplete:function(transport){ //Business staff here } })cached-ajax usageJSCacheAjax.request("http://remotehost/ap/user-list?type=2",{ onComplete:function(transport){ //Business staff here } })The only difference is the first 2 word, from "new Ajax.Request" to " JSCacheAjax.request", then cached-ajax will store the response in the mini-jscache automatic. When you call the JSCacheAjax.request with same url again, cached-ajax will not fetch data from server again, instead it will get data from mini-jscache. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days 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.