Плагин JCH Optimize

zavrus

Гуру форума
Регистрация
29 Май 2009
Сообщения
176
Реакции
81
Description
JCH Optimize is a Joomla! system plugin that can optimize web page downloads by aggregating and minifying css and javascript files found in the head section of the web page. By combining these files together as one you minimize the total amount of http connections that has to be made in downloading a webpage and utlimately reduce the total download time. The download is further optimized and speedened by an option to minify the aggregated css or javascript file or even the html output. For a more detailed description on the inner workings of the plugin, read the section on how the plugin works.

Features
  • Combine javascript/css files into one
  • Combine background images
  • Minify aggregated files
  • Gzip combined javascript or css file
  • Exclude certain files from the aggregating process if these cause problems
  • Exclude one or more components if plugin doesn't work well with them
  • Can produce an aesthetic 'flat link' url for aggregated file with the use of htaccess
Installation
Installation is like any other Joomla! extension. Just download the zip file and use the Joomla installer to install. From the administrator panel, choose Extensions -> Install/Uninstall and then using the upload package option just click choose file to find the location of the downloaded zip file to upload and install.
[/spoil]


[spoil]Про версия
 
Когда включаешь gzip сжатие в файле, начинается конфликт с mod_deflate на серверной части. Никто не сталкивался с такой проблемой?
 
JCH Optimize PRO v 4.1.3

  • Expanded the 'Cookieless domain' feature to full CDN support and all static files will be loaded on the specified domain, including background images, generated sprite and the JCH generated javascript and CSS
  • Fixed bug causing 404 errors in the Optimize Images feature on some sites.
  • Fixed bug with Sprite generator that changes the order of images on sprite if you add additional images.
  • Improved quailty of sprite image for sites running GD2
  • Now only using png image type for sprite as this offers the highest quality and widely supported.

 
Скиньте плз. кто-нибудь в личку последнюю версию .. А то для просмотра постов не хватает, а плагин нужен :(
В паблике есть уже 4.1.4, так что не стоит выпрашивать, нужно лишь немного погуглить...
 
Как сказал IVS в паблике есть JCH Optimize PRO v 4.1.4, поэтому выкладываю здесь без скрытия
Скрытое содержимое доступно для зарегистрированных пользователей!
 
Когда включаешь gzip сжатие в файле, начинается конфликт с mod_deflate на серверной части. Никто не сталкивался с такой проблемой?
Вчера столкнулся с подобной проблемой, но только с файлом .htaccess
написал в поддержку:
"В конфигурации Apache хостинга вижу что установлен mod_deflate, однако директива AddOutputFilterByType DEFLATE в .htaccess не работает.
Задача убрать пробелы в коде, предполагаю что модуль не включен.
Просьба включить или пояснить что к чему."
Ответят отпишусь.
 
Virustotal показал для выложенной выше версии 4.1.4 наличие VEXE368.Webshell. Кто-нибудь может пояснить, что это за фиговина? Информации в нете не нашел. На Портализе уверяют, что срабатывание ложное и файл чист, как слеза младенца.
 
Sfera, вы разобрались в вопросе? Я просто напросто отключил плагин пока...
 
Sfera, вы разобрались в вопросе? Я просто напросто отключил плагин пока...
На хосте невнятно препирались, что мол все включено.
Пришлось убористо и настойчиво писать вопросы ежедневно, ну и как всегда выяснилось что именно у них и кроется ошибка.
(предполагаю скрытая, банальная экономия ресурсов)
Это легко проверить если в Joomle в параметрах хостинга пишут что включен модуль mod_deflate, а вы в .htaccess выставляете
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript
SetOutputFilter DEFLATE
DeflateCompressionLevel 8
</IfModule>
то сайт глючит т.е виртуальное сжатие не включено на сервере! (Pingdom Website Speed Test результат не меняется)
Ну тут зависит от совести техподдержки и вашей настойчивости.
сейчас все включено кроме сжатия HTML (разбираюсь с проблемой отруба пары скриптов в тексте :confused:)
(так же в моём случае попросили потом закоментировать эти строки- обьяснили что на виртуалке и так все включено идут параллельные запросы)
* используйте (Pingdom Website Speed Test) для проверки.
 
Назад
Сверху