Use the compression component in the Python Django framework Django Compressor_mysql

Source: Internet
Author: User

In order to speed up the loading speed of the website, we usually need more JS and CSS for compression processing. These JS and CSS compression work if all manual processing, time-consuming and laborious.

The Django compressor enables automatic compression of js/css. Django compressor is very good with ease of use, and the document is simple to set up to work properly. It is highly recommended that you read the document in its entirety (the document is very short).

When used, it is only necessary to put the CSS/JS in the Compress label Django compressor can be automatically processed. In debug mode, the Django compressor does not do any processing. In non-debug mode, the Django compressor automatically compresses the JS/CSS and outputs the compressed problem to the Django static_root directory. So make sure that the Static_root directory is set up correctly.

{% load compress%}
{% compress <js/css> [<file/inline> [block_name]]%}
 
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.