이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Google Speed Optimization by dTevik

설명

Plugin Google Speed Optimization is minimizes the HTML output of the site, combines JS and CS files into one, and also minimizes JS and CSS.

It compresses the HTML output, removing unnecessary spaces, reduces the size of the output of your site, which significantly increases the speed of your site, since the output will be less content.

Also, the plugin can cut out single JS codes from content, minimizes them and adds them before the closing BODY tag after the optimized main JS file (so as not to break anything)

This is the best way to compress the HTML output of your site and improve performance in Google Speed ​​Test (PageSpeed ​​Insights)!

The module uses the Minify library, settings and library description by the link https://github.com/matthiasmullie/minify

Example

Testing with the working plugin https://anira-web.ru/

Testing without minimization https://anira-web.ru/?tevik_no_minimized=true

Features of this plug-in
– Minimizes JS, CSS, HTML

Important

Plugin may conflict with server based cache services like as Nginx and Varnish,
If you have any problems with server environment, please write me on email: info@anira-web.ru, i’ll try to help you.

Installation

  1. In your WordPress Dashboard go to “Plugins” -> “Add Plugin”.
  2. Search for “Speed Site Optimization by dTevik”.
  3. Install the plugin by pressing the “Install” button.
  4. Activate the plugin by pressing the “Activate” button.

Updating

  • Use WordPress automatic updates to upgrade to the latest version. Ensure to backup your site just in case.

Minimum Requirements

  • WordPress version 4.0 or greater.
  • PHP version 5.4 or greater.

Recommended Requirements

  • Latest WordPress version.
  • PHP version 5.6 or greater.

스크린샷

  • This image show as plugin compress HTML code
  • This image show as plugin compress CSS code
  • This image show as plugin compress JS code

FAQ

I installed the plugin, but styles disappeared on the site!
  1. Check that the /cache/minified folder is present in the wp-content folder.
  2. Check that the css-minified.css and js-minified.js files are in the /wp-content/cache/minified folder
Why do I have some styles and scripts do not work after installation?

This plugin compresses all styles and scripts into 1 file. If in some file before the compression there were errors, then you need to find this file and fix it. To do this, open the browser console and fix the errors.

Do you provide plugin customization services for my site?

Yes! You can order a paid plugin setting for your site. The cost is negotiated for each site separately. If you need assistance in setting up the plugin, please write to e-mail: info@anira-web.ru

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Google Speed Optimization by dTevik”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Google Speed Optimization by dTevik”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.00 (2019-04-30)

  • Initial release