【急求】CDN中实现 CSS/JS 自动压缩的议案
【急求】CDN中实现 CSS/JS 自动压缩的方案?
最初需求
网站高并发,需要将里面用的图片/CSS/JS资源进行压缩,以节约服务器流量资源带宽。
服务器配置:主1,次3台。主 Win64+ WAMP,通过域名DNS自动解析分配指向。
解决方案
主服务器中加入 Google JSMinify 库,将资源文件夹 /Public下的 CSS/JS 文件的访问全部重写到 JSMinify 的程序上。JSMINIFY自动的压缩并且只能gz缓存。
需求变更
要求将Public 的资源迁移到CDN。新的CDN只提供FTP,服务器配置LInux+Niginx,不支持PHP 不支持 htaccess,不支持服务器的独特设置,只提供FTP账号密码!
个人想的解决方案
1)每次上传Public 中的资源,先复制一份到 出来,再手动逐个压缩,然后再逐个上传到 CDN。<br />问题:现在网站中的JS/CSS经常会改动。如果每天都改动上传,那么花费在压缩上就需要大量时间。且容易出错。<br /><br />2)使用JSMinfiy制作出出可以指定目录进行压缩的工具。<br />问题:需要花费时间来制作和测试。但其他工作很赶。<br /><br />3)使用专门的软件,可以指定某个目录进行压缩的软件进行自动压缩。<br />问题:求推荐。
现在个人觉得最好的方案就是第三点了,求推荐,有无可以对指定目录的JS/CSS文件进行压缩的软件工具?
或者其他的解决方案?
Google Minify下载: https://code.google.com/p/minify/
------解决思路----------------------
notepad+也可以,需要安装插件。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The default style of the Bootstrap list can be removed with CSS override. Use more specific CSS rules and selectors, follow the "proximity principle" and "weight principle", overriding the Bootstrap default style. To avoid style conflicts, more targeted selectors can be used. If the override is unsuccessful, adjust the weight of the custom CSS. At the same time, pay attention to performance optimization, avoid overuse of !important, and write concise and efficient CSS code.

To adjust the size of elements in Bootstrap, you can use the dimension class, which includes: adjusting width: .col-, .w-, .mw-adjust height: .h-, .min-h-, .max-h-

How to use the Bootstrap button? Introduce Bootstrap CSS to create button elements and add Bootstrap button class to add button text

The file upload function can be implemented through Bootstrap. The steps are as follows: introduce Bootstrap CSS and JavaScript files; create file input fields; create file upload buttons; handle file uploads (using FormData to collect data and then send to the server); custom style (optional).

The size of a Bootstrap list depends on the size of the container that contains the list, not the list itself. Using Bootstrap's grid system or Flexbox can control the size of the container, thereby indirectly resizing the list items.

There are several ways to insert images in Bootstrap: insert images directly, using the HTML img tag. With the Bootstrap image component, you can provide responsive images and more styles. Set the image size, use the img-fluid class to make the image adaptable. Set the border, using the img-bordered class. Set the rounded corners and use the img-rounded class. Set the shadow, use the shadow class. Resize and position the image, using CSS style. Using the background image, use the background-image CSS property.

To use Bootstrap to layout a website, you need to use a grid system to divide the page into containers, rows, and columns. First add the container, then add the rows in it, add the columns within the row, and finally add the content in the column. Bootstrap's responsive layout function automatically adjusts the layout according to breakpoints (xs, sm, md, lg, xl). Different layouts under different screen sizes can be achieved by using responsive classes.

Nested lists in Bootstrap require the use of Bootstrap's grid system to control the style. First, use the outer layer <ul> and <li> to create a list, then wrap the inner layer list in <div class="row> and add <div class="col-md-6"> to the inner layer list to specify that the inner layer list occupies half the width of a row. In this way, the inner list can have the right one
