Плагин 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]Про версия
 
ну поделитесь плиз без фикса не работает компонент контроллер ругается ошибка
 
Последнее редактирование:
  • Нравится
Реакции: NEON
Я тестировал этот плагин с формой RSForm! Pro - к сожалению, плагин кеширует форму и после некоторого времени (0-2 минуты) после отправки формы постоянно отображается окно об успешно отправленной форме - т.е. кеш. Пробовал всевозможные уровни кеширования в плагине, но даже на самом минимальном форма оказывается в нерабочем состоянии.
В настройках модуля кеширование отключено.

В Joomla 3 мне помогла форма Shack Forms - она хороша работает с jch-optimize даже на максимальных настройках по оптимизации.
Но вот для Joomla 4 пока форму не нашел. Возможно, Shack Forms 5 отработает, но не нашел откуда ее скачать.
Привет, тоже мучался со способом обойти данную ситуацию
смотри как сделал:
01) Кеш включил - формы RS Rorms перестали корректно работать
02) Создал материал в менеджере joomla ==> Ваше обращение получено!
03) В каждой Rs форме прописал в свойства --> PHP скрипты --> Раздел "Скрипт, вызываемый после обработки формы" редирект

PHP:
$app = JFactory::getApplication();
$app->redirect('https://musti.ru/vashe-obrashchenie-polucheno');
04) Отключил сообщение о благодарности в каждой форме

Результат после удачно заполененой формы пользователь перенаправляется на редирект с материалом благодарности
 
  • Нравится
Реакции: NEON
Назад
Сверху