Other jServer v2.05

Erel

B4X founder
Staff member
Licensed User
Longtime User

Attachments

  • jServer.zip
    45.1 KB · Views: 979
Last edited:

billzhan

Active Member
Licensed User
Longtime User
Erel,

It works great.

Attached the demo with gzip and maxage.

Size of jquery-1.11.0.js is 277kb , after minified by google closure tool is 95kb. Then gzip it, the final size is 34kb.

B4X:
'google closure command line
java -jar compiler.jar --js jquery-1.11.0.js    --js_output_file jquery.min-1.11.0.js

' gzip command line
gzip -9 jquery.min-1.11.0.js


Thanks,
bz
 

Attachments

  • webapp cachecontrol gzip and maxage enabled.zip
    150.1 KB · Views: 640
Upvote 0
Top