[xwiki-devs] Can XWiki benefit from Google AJAX Libraries API ?
Link: http://code.google.com/apis/ajaxlibs/ Article about how it can make websites fast: http://radar.oreilly.com/2009/11/steve-souders-making-web-sites.html XWiki web gurus, can XWiki benefit from this? Is it worth considering? Thanks. - Asiri
I think some XWiki instances are used inside of "strict" corporations. The employees don't have Internet access. So, having XWiki depend on this library will lose those users. On Tue, Dec 1, 2009 at 1:10 PM, Asiri Rathnayake <[email protected]
wrote:
Link: http://code.google.com/apis/ajaxlibs/
Article about how it can make websites fast: http://radar.oreilly.com/2009/11/steve-souders-making-web-sites.html
XWiki web gurus, can XWiki benefit from this? Is it worth considering?
Thanks.
- Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- -- Currahee! We stand alone together!
On 12/01/2009 06:10 AM, Asiri Rathnayake wrote:
Link: http://code.google.com/apis/ajaxlibs/
Article about how it can make websites fast: http://radar.oreilly.com/2009/11/steve-souders-making-web-sites.html
XWiki web gurus, can XWiki benefit from this? Is it worth considering?
Maybe. Its main advantages are that: - it increases the chance of having the prototype and scriptaculous scripts in the cache. - it downloads them from Google's fast CDN, reducing the load on our servers I don't know how does it work with the rest of our scripts, which assume that Prototype is already loaded. It probably doesn't which means that we'll need lots of changes in all our js code to integrate it. -- Sergiu Dumitriu http://purl.org/net/sergiu/
In i2geo we decided to drop this dependency on google-APIs-server for prototype and friends. We decided this based on my observation that connections are often opened to such servers, even just for checking that it is not modified even though it is in cache. It's an easy adjustment. paul Le 01-déc.-09 à 12:18, Sergiu Dumitriu a écrit :
On 12/01/2009 06:10 AM, Asiri Rathnayake wrote:
Link: http://code.google.com/apis/ajaxlibs/
Article about how it can make websites fast: http://radar.oreilly.com/2009/11/steve-souders-making-web-sites.html
XWiki web gurus, can XWiki benefit from this? Is it worth considering?
Maybe. Its main advantages are that: - it increases the chance of having the prototype and scriptaculous scripts in the cache. - it downloads them from Google's fast CDN, reducing the load on our servers
I don't know how does it work with the rest of our scripts, which assume that Prototype is already loaded. It probably doesn't which means that we'll need lots of changes in all our js code to integrate it. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (4)
-
Asiri Rathnayake -
Paul Libbrecht -
Sergiu Dumitriu -
Zhaolin Feng