Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 783537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T20:33:50+00:00 2026-05-14T20:33:50+00:00

I’m trying to figure out how much javascript is being loaded on my website.

  • 0

I’m trying to figure out how much javascript is being loaded on my website. I’m using Reducisaurus to shrink my js files. The problem is, this is causing both YSlow and the Web Developer extension report the size of my files as ~.04K, which I know can’t be right (one of the .js files is jquery, which is 50kb). Is there any way to accurately figure out how much time I’ve saving by using Reducisaurus?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T20:33:51+00:00Added an answer on May 14, 2026 at 8:33 pm

    Actually @Azeem.Butt is way wrong, at least partially.


    A non-Reducisaurus scenario:

    1. User A goes to your Website
    2. User A requests the CSS / JS
    3. Your host serves the unminified requested CSS / JS
    4. User B goes to your Website
    5. User B requests the CSS / JS
    6. Your host serves the unminified requested CSS / JS

    A Reducisaurus scenario:

    1. User A goes to your Website
    2. User A requests the CSS / JS from reducisaurus.appspot.com
    3. reducisaurus.appspot.com requests the CSS / JS from your host
    4. reducisaurus.appspot.com minifies, caches (expire_urls and max-age) and serves the CSS / JS
    5. User B goes to your Website
    6. User B requests the CSS / JS from reducisaurus.appspot.com
    7. reducisaurus.appspot.com serves the cached CSS / JS

    So, by using Reducisaurus you’re not only minifying the content, you’re also serving only one request per each x seconds, where x it’s the number of seconds you’ve defined for the cache to live (default is 600 seconds = 10 minutes). Also, since it’s not your web server that its serving the files it will reduce the workload and theoretically, be even faster. The minification only happens once per TTL.

    There are other things to consider that could make Reducisaurus even more appealing, such as a CDN.

    The thing that worries me about Reducisaurus is it’s reliability, since it’s free anyone can exploit it and thus render the whole service useless, other than that it’s a great idea / service.


    jQuery

    46.401 bytes (45.31 KB):
    http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js
    

    jQuery & Google Minification

    24.678 bytes (24.10 KB) - 46.82% smaller:
    http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
    

    jQuery & Reducisaurus Minification

    26.325 bytes (25.71 KB) - 43.20% smaller:
    http://reducisaurus.appspot.com/js?url=http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.