Skip to content
Snippets Groups Projects
Commit 32fdd6c2 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #64573 improve perf

parent b0a0f5b8
Branches
Tags
3 merge requests!3297WIP: Master,!3037Master,!2988Dev#64573 templates pour l interface publique libraire bootstrap
Pipeline #5545 failed with stage
in 26 minutes and 58 seconds
......@@ -163,9 +163,7 @@ class IndexController extends ZendAfi_Controller_Action {
try {
$response = (new Class_UrlManager)->getWebClient()->getResponse($url);
$this->_response
->setHeader('Content-Type', $response->getHeader('Content-Type'))
->setBody($response->getBody());
$this->_redirect($url);
} Catch(Exception $e) {
......
......@@ -37,7 +37,7 @@ class Intonation_Library_Widget_Carousel_Record_View extends Zendafi_View_Helper
$order = Class_CriteresRecherche::SORT_TITLE;
$params = ['limit' => 100,
'order' => $order];
'order' => 'url_image="no", url_image="", ' . $order];
if ($domain = Class_Catalogue::find($this->_settings->getIdCatalogue()))
$params ['where'] = $domain->asWhere();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment