minify javascripts

Marcus Anderson
34 Posts
Marcus Anderson posted this 28 June 2016

obviously speed is an important issue when delivering web pages.
And Themler has gone to the trouble of minifying CSS which helps.
one small change which will also help is to Minify JavaScript. Google page speed says the following:

Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.
Minify JavaScript for the following resources to reduce their size by 45.2KiB (46% reduction).

Not a big deal when you're on a fast connection, but every bit helps...

obviously speed is an important issue when delivering web pages. And Themler has gone to the trouble of minifying CSS which helps. one small change which will also help is to Minify JavaScript. Google page speed says the following: Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time. Minify JavaScript for the following resources to reduce their size by 45.2KiB (46% reduction). Not a big deal when you're on a fast connection, but every bit helps...
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
kg900830
76 Posts
kg900830 posted this 3 weeks ago

If you’re searching for a therapist near me for depression, finding the right support can make all the difference in your healing journey. At the Resilience Center of Houston, we offer compassionate, professional online therapy for individuals in San Antonio struggling with depression and related mental health challenges. Our experienced therapists are dedicated to helping you reclaim your emotional well-being through personalized care in a safe, confidential space—right from the comfort of your home. Take the first step toward a brighter tomorrow by connecting with a therapist near me for depression who truly understands.

If you’re searching for a **[therapist near me for depression][1]**, finding the right support can make all the difference in your healing journey. At the Resilience Center of Houston, we offer compassionate, professional online therapy for individuals in San Antonio struggling with depression and related mental health challenges. Our experienced therapists are dedicated to helping you reclaim your emotional well-being through personalized care in a safe, confidential space—right from the comfort of your home. Take the first step toward a brighter tomorrow by connecting with a therapist near me for depression who truly understands. [1]: https://www.resiliencecenterhouston.com/online-therapist/dallas-fort-worth
kg900830
76 Posts
kg900830 posted this 3 weeks ago

หากคุณกำลังมองหาทางเลือกทางการเงินที่ช่วยให้คุณใช้รถของคุณเป็นทรัพย์สินในการสร้างสภาพคล่อง สินเชื่อรถยนต์ จาก ngernhaijai.com คือตัวช่วยที่ตอบโจทย์ได้อย่างลงตัว ไม่ว่าคุณจะต้องการเงินทุนหมุนเวียน หรือใช้จ่ายฉุกเฉิน บริการ สินเชื่อรถยนต์ นี้ให้คุณเปลี่ยนรถเป็นเงินสดได้ง่ายๆ พร้อมอนุมัติไว ไม่ยุ่งยาก และไม่ต้องโอนเล่ม ลองเข้าชมเว็บไซต์เพื่อดูรายละเอียดเพิ่มเติมและสมัครได้ทันที!

หากคุณกำลังมองหาทางเลือกทางการเงินที่ช่วยให้คุณใช้รถของคุณเป็นทรัพย์สินในการสร้างสภาพคล่อง สินเชื่อรถยนต์ จาก ngernhaijai.com คือตัวช่วยที่ตอบโจทย์ได้อย่างลงตัว ไม่ว่าคุณจะต้องการเงินทุนหมุนเวียน หรือใช้จ่ายฉุกเฉิน บริการ **[สินเชื่อรถยนต์][1]** นี้ให้คุณเปลี่ยนรถเป็นเงินสดได้ง่ายๆ พร้อมอนุมัติไว ไม่ยุ่งยาก และไม่ต้องโอนเล่ม ลองเข้าชมเว็บไซต์เพื่อดูรายละเอียดเพิ่มเติมและสมัครได้ทันที! [1]: https://www.ngernhaijai.com/loan/car
hevoxic
2 Posts
hevoxic posted this 07 April 2017

The basic idea is to move unnecessary JavaScript and jQuery resources out of the critical rendering path. This is typically done by adding either the defer or the async attribute to the script HTML elements that call JavaScript resources.
Read detailed description at Blogmetric.Org

The basic idea is to move unnecessary JavaScript and jQuery resources out of the critical rendering path. This is typically done by adding either the defer or the async attribute to the script HTML elements that call JavaScript resources. Read detailed description at [Blogmetric.Org][1] [1]: http://blogmetric.org/eliminate-render-blocking-javascript-css/
Support Team
Support Team posted this 30 June 2016

Hello Marcus,
Partially, it is possible to solve some problems on your side: you could try optimizing images, applying compression, etc.

As for the "minify css", it seems that you don't use the Publish option. If you click the Publish button, the CSS is minified.

As for the minifying JavaScript, it is not yet realized, however, we are working on this.

regards,
Aileen

Hello Marcus, Partially, it is possible to solve some problems on your side: you could try optimizing images, applying compression, etc. As for the "minify css", it seems that you don't use the Publish option. If you click the Publish button, the CSS is minified. As for the minifying JavaScript, it is not yet realized, however, we are working on this. regards, Aileen
You must log in or register to leave comments