| 
Hi all, I use 7.0.4 and I switched off all checkboxes responsible for caching  in admin. But it still caching and grouping css and js files so I need to wait for a couple of minutes to see my changes. Does anybody met similar problem before? Thanks. +++++++++++++++++++++++++++++ Привет всем, Я использую 7.0.4 и я выключил все галочки в админ-панели, отвечающие за кеширование. Но все равно, css и js файлы кешируются и группируются, я вынужден ждать несколько минут, чтобы увидеть свои изменения. Кто-нибудь сталкивался с подобной проблемой? Спасибо. http://boonexpert.com | 
| Привет, лично я слышу об этом впервые! Может сам кеш настроек не обновился, поэтому дельфин возможно юзает настройки из кеша! Попробуй удалить весь кеш из папки - cache. Если не поможет скинь мне доступ в админ панельPS: If possible do not write me personally, please try to ask on the forum first | 
| 
SashaE, Спасибо за быстрый ответ. Кеш весь удалял: из папок кеша, вручную из панели администратора и из кеша браузера. Но все равно кеш держится где-то минуты две-три, затем обновляется. Доступ дать, к сожалению, не могу -  Дельфин установлен локально. Пробовал установить чистую версию без изменений - та же ситуация. Ломаю голову. Ссылка на css выглядит подобным образом: http://192.168.1.102/templates,templates,_base,_css,_forms_adv.css+plugins,_jquery,_themes,_calendar-blue.css.pagespeed.cc.5MrtAcKn5L.css http://boonexpert.com | 
| 
  
SashaE, Спасибо за быстрый ответ. Кеш весь удалял: из папок кеша, вручную из панели администратора и из кеша браузера. Но все равно кеш держится где-то минуты две-три, затем обновляется. Доступ дать, к сожалению, не могу -  Дельфин установлен локально. Пробовал установить чистую версию без изменений - та же ситуация. Ломаю голову. Ссылка на css выглядит подобным образом: http://192.168.1.102/templates,templates,_base,_css,_forms_adv.css+plugins,_jquery,_themes,_calendar-blue.css.pagespeed.cc.5MrtAcKn5L.css Может в качестве кш движка ты используешь memcache или что либо другое отличное от filecache который юзается  (по умолчанию) PS: If possible do not write me personally, please try to ask on the forum first | 
| 
Да вроде нет, везде стоит File. Проверил в sys_options - все в порядке. Поотключал все, что только можно. Все равно кеширует. http://boonexpert.com | 
| can we get this response in english?When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support | 
| 
Sure. I have all cache engines set to 'File' but anyhow css/js cache works. Still looking for solution. http://boonexpert.com | 
| Boonexpert .... Я прочитал выше, что у вас есть очищено вручную все кэш папки, ноэто все равно не работает?Jeremy | 
| 
Make sure you have unchecked all the cache checkboxes(I think you would have done this already). Make sure that the database is updated. Also try deleting the file cache/sys_options_xxxxxxxxxxxxxxx.php ---- | 
| 
Thank you guys for reply, I really appreciate it. jmonroe right, I cleaned whole cache directory, anyhow it doesn't work. praveenkv1988, what do you mean about updating database? I cleaned everything everywhere I know, it's just mystery... http://boonexpert.com | 
| 
The problem is solved: it was apache module 'pagespeed', I switched it off in /etc/apache2/mods-enabled/pagespeed.conf  on line 4: # Turn on mod_pagespeed. To completely disable mod_pagespeed, you# can set this to "off".
 ModPagespeed off
 and then restarted apache server. Everything is great now. Thank you all who tried to help me. http://boonexpert.com | 
| That's awesome! Glad to hear you got it working.Jeremy | 
| 
Yep, it was server side, not Dolphin. :) That's why the same symptoms appeared on the fresh installation too. Just Apache module I forgot about. Thank you guys. http://boonexpert.com |