Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Perl script compressor

by haukex (Archbishop)
on Dec 08, 2019 at 22:25 UTC ( [id://11109859]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl script compressor
in thread Perl script compressor

Many Javascript blurbs are delivered either as foo.js or foo-minimal.js

True, but I'm pretty sure JS can be parsed with a static parse, and so a reduction like that is safer than with Perl.

Replies are listed 'Best First'.
Re^4: Perl script compressor
by stevieb (Canon) on Dec 08, 2019 at 23:12 UTC

    That's mostly because JS is downloaded by the client on each request, so there's real network savings by minimizing the amount of data coming across the wire.

    That's a much different reason than simply reading a server-side script directly from disk.

      "That's mostly because JS is downloaded by the client on each request"

      You may want to switch on your browsers developer tools, head to the network tab and observe exactly the opposite, the browser not download the same JS file on each request.

      If you don‘t believe what marto said make this experiment: Install some http debugging proxy like fiddler. Go to some website that uses JS (almost every today) and examine the traffic. You will understand why some web developers sometimes behave strange. Regards, Karl

      «The Crux of the Biscuit is the Apostrophe»

      perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11109859]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-16 06:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found