Search the Community
Showing results for tags 'CDN'.
-
Hello j'ai une boutique e-commerce Prestashop 1.7.8 Je me demande si c'est intéressant d'installer un module LiteSpeed (ou autre similaire) si j'ai un CDN de configuré. Peut être je confond complètement et la question est bête ... En tout cas j'ai activé le cache de base de PrestaShop, pas plus. Auriez vous un avis ? merci;
-
Bonjour à tous, Depuis que j'ai configuré Cloudflare sur notre site web hébergé chez Hostinger, on a eu des soucis (notamment pour l'audit GTmetrix qui me sort des erreurs 530, pour réceptions d'emails car dns mal configuré, etc...) Mais ici, j'aimerais fixer autre chose et j'aurais besoin d'un coup de main Nous avons obtenu des modules, et pour configurer ces modules ayant des légers soucis d'installations, le support de ces derniers doit avoir accès à notre dashboard Malheureusement, leur accès au dashboard serait apparemment bloqué, et je présume que c'est de la faute de Cloudflare CDN. Qui ici aurait déjà eu ce soucis, ou alors saurait m'indiquer la procédure à suivre afin d'autoriser de tierce personnes d'avoir accès à notre dashboard, svp? D'avance merci, Christophe
-
Hello, I'm having a problem using a cdn, it only loads jpgs. the cdn is "ccc.domain.pt" with the folders: themes/ img/ and modules/ I wanted to load the big javascript files from the theme directly from the "ccc.domain.pt" to "domain.com". I think my htaccess (that i regenerated) is missing some RewriteCond/RewriteRule as it appears to mention only images. Do you know the rewrite conditions that im missing on .htaccess? Thanks
-
I have a feeling this will be quite a simple one but I need to pull the the delivery address to a theme file (more specifically the country or country id) and I'm not sure how to go about doing that. I found this topic that explains it in some detail but I'm not sure where exactly in the cart file the code needs to be added: https://www.prestashop.com/forums/topic/372465-get-id-country-value-from-cart-id-address-delivery/ And I also found a thread where someone wanted to add it into the payment hook: https://www.prestashop.com/forums/topic/243717-get-shipping-address-in-payment-module/ Any help on this will be greatly appreciated. If you'd like some context on why I need this, I'm using a cloudflare CDN and because of the nature of CDNs it is interfering with the way prestashop handles geolocation, it doesn't seem to stop the right currency from being displayed however it does effect the right tax rule from being applied to that country. I've managed to resolve this for the most cases as Cloudflare passes on the location information in the http header which can be called in smarty with {$smarty.server.HTTP_CF_IPCOUNTRY}. With this I can correct the tax however if for example they are in the US but set their delivery address to be in the UK prestashop would normally update the taxes on the site to reflect the new country however my solution does not do this so I need to add an extra if statement that checks for a delivery country before displaying prices.
- 3 replies
-
- geolocation
- country
-
(and 5 more)
Tagged with:
-
Hi, I try to use cookie free domains for media/images, so I created a subdomain named cdn ( cdn.mydomain.com ) and I pointed its root folder to img. I inserted this subdomain in BO>Advanced>Performance and when I refresh FO all images are missing. If I copy image link I get: https://cdn.mydomain.com/473-home_default/image-mane.jpg if I try to access https://mydomain.com/473-home_default/image-mane.jpg image is there So I think I should add cdn.mydomain.com in .htaccess file because: # Images RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] all jpg links are rerwited to a shorter link like : 473-home_default and they are not pointing to the actual path like /img/p/3/2/7/9/..... So, how can I configure media servers in PS 1.7.6.1? I read on different forums that this is because of Friendly URL id ON (how I would prefer to keep it) LE After more digging on the web I fount that I need to regenerate the .htaccess file after I add the cdn domain by going to BO> SEO & URL> set friendly url to NO and save then set to YES and save. and image path are updated to https://cdn.mydomain.com/473-home_default/image-mane.jpg But here comes another problem: If I try to access https://cdn.mydomain.com/473-home_default/image-mane.jpg I get 403 Forbidden If I try to access https://cdn.mydomain.com/4/7/3/image-mane.jpg image is displayed.
-
Bonjour, Je suis sous Prestashop 1.7.6.3, J'ai fait mettre en place par mon hébergeur un sous domaine "media.bureauland.fr" pour mon site "bureauland.fr" (le pointage a été fait côté hébergeur) Cependant, lorsque je vais dans le BO et renseigne le 1er serveur de média, après avoir vidé les caches certaines images n'apparaissent plus dont le logo de la boutique et les images produits Si je vérifie par FTP dans mon dossier correspondant a "media.bureauland.fr" je n'ai rien (sauf un dossier que j'ai créé à la main) Y a-t-il un tutoriel quelque part, car sur les sites je lis tout et son contraire : "il faut copier le contenu img, module et thème" "non, il ne faut rien copier tout est automatique" ... Du coup je suis un peu perdu et j'aurai besoin d'un peu d'aide 😊 Lien du site : bureauland.fr
- 14 replies
-
- cdn
- configurer
-
(and 5 more)
Tagged with:
-
Hi, to all Recently i started using Amazon CloudFront as cdn. I put the address in media server and everything is working (almost fine). Here is my questions regarding that: 1 - How to update the themes/mytheme/cache files when they are updated? I think the CDN reload the file every time he changes, but prestashop must change the file name or something like that. 2 - How to auto load the css, js and images from modules folder to be loaded by cdn too? 3 - How to make the images with expiration date? I saw some of CDN servers and we should have more flexibility to edit and update important files like that. Some of the ecommerce script available in market use something like myfile.css?12345, this is usually updated via file last update which force cdn to reload that file. Hope someone can help me with this 3 little questions... Regards Mozack
- 39 replies
-
- cdn
- prestashop cdn
-
(and 2 more)
Tagged with:
-
I followed the manual to set up the media server on back office. 1) After importing product to prestashop, I copy and upload all the three required folders such as /img, /theme, and /module to another server. 2) Set up the 'Media server' by adding domain name of the new server where I uploaded the images to "Media server#1". 3) Then, all the images beside logo and top banner are not displayed. 4) If I turn off the 'Friendly URL', the images back to be displayed. It's quite obvious that rewriting image URL is the issue, but I don't know how to fix this issue. 5) I also tried to turn functions in CCC, but it cause more problem like all css or js are not being loaded. As far I as know, Friendly URL is what matters to SEO and more readable for users as well. So, I need both of them functional. What should I do?
- 1 reply
-
- media server
- cdn
-
(and 3 more)
Tagged with:
-
Hello, I’m running a PrestaShop 1.6.1.x instance on a new server which I’ve mitigated to. Among the performance options I have selected through the relevant Performance menu, I’ve activated cache and all options concerning CCC. Furthermore, I have a CDN server, with the relevant url entered ( and of course the relevant CNAME record in place in DNS). The problem is that, when I activate the CDN, all static files are tried to be retrieved from the CDN, but they return with a 301. As a result, they’re being loaded from the origin server. with the initial server which I have transferred the instance it worked correctly. Could you please identify some key configuration points that I could look into? I’m using an Apache server, with nginx as reverse proxy. Thanks, CR
-
- cdn
- prestashop 1.6
-
(and 2 more)
Tagged with:
-
Bonjour à tous et à toutes, J'ai 2 sites sous Presta 1.6.1.5 et je souhaiterai mettre en place un CDN (un réseau de diffuseur de contenu in french). Le problème, c'est que je ne sais pas: 1) si ça vaut vraiment le coup de le faire. Est-ce qu'on gagne en rapidité ? 2) quel prestataire choisir : CloudFlare ? MaxCDN devenu stackpath ? OVH ? 3) combien de CDN choisir PAR site sous Presta ? Sachant que, pour éviter le phénomène d'engorgement que je rencontre actuellement, j'aimerai que les photos viennent d'un serveur B, les feuilles de style CSS et le JS d'un serveur C et le reste d'un serveur A. Autrement dit, est-ce qu'il faut un "serveur de média" par type de média ? 4) comment configurer tout ça ? Il suffit juste d'indiquer l'URL du serveur de média dans B.O > Performances ? Ou est-ce qu'il faut (aussi) copier le contenu des dossiers img, modules et thèmes sur les serveurs de média en question ? D'ailleurs, est-ce qu'il faut "copier" ou "déplacer (couper/coller)" le contenu de ces dossiers vers ces serveurs de média ? S'il faut "copier," quid du duplicate content ? J'ai lu quelques articles/tutos et sujets sur les forums (comme celui-ci), mais vu que quasiment tous datent d'il y a plusieurs années maintenant, avec parfois des versions de Presta encore plus anciennes que la mienne, je voulais avoir des infos plus actuelles. D'avance merci pour votre aide Bonne journée
-
Hola! He estado revisando la configuración del servidor de medios (CDN) en la versión 1.7.4.3 En la documentación se indica que en los servidores elegidos debes cargar las siguientes carpetas: /img, /themes y /modules. Mi pregunta es ¿Se puede de alguna forma hacer que otras carpetas como por ejemplo la de /download también se carguen por el CDN? Esto me aliviaría el ancho de banda del servidor principal con los productos virtuales descargables. Estos son archivos fijos, pero también entiendo que quizá pueda entrar en conflicto el hecho de la encriptación del nombre para el control del numero de descargas etc... He estado buscando mucho por el foro, por google y por el blog de @nadie pero no encuentro nada por el estilo, quizá no sea posible o a nadie se le haya ocurrido (nadie como ninguno, no como persona jajaja 🤔 Aunque quizá a Nadie sí se le haya ocurrido jejeje) Salu2!
-
- productos virtuales
- cdn
-
(and 3 more)
Tagged with:
-
configuration CDN
oxawatt posted a topic in Utilisation de PrestaShop : configuration et difficultés
Bonjour J ai mis en place les CDN chez OVH, l'affichage des des photos sur le site n'est plus opérationnel Avez vous un référant tuto pour me guider dans la mise en place, j ai du zappé une étape Merci de votre aide -
Bonjour à tous, J'ai créé un petit tutos expliquant comment optimiser son site : https://www.nemesis-tech.com/optimiser-les-performances-et-chargement-de-prestashop N'hésitez pas à me dire si vous avez des "trucs et astuces" et vos retours d'expérience afin d'aider la communauté ! Merci à tous !
-
- performance
- vitesse
-
(and 5 more)
Tagged with:
-
Hi there, I have several problems that need to be solved. Currently using Prestashop 1.6.1.7. - Looking for a CDN working well with Prestashop. Any suggestions? - Need module to compress images of my webshop. Any suggestions? - Need someone to uninstall deactivated/unnecessary modules. Anyone?
-
- development
- add ons
-
(and 6 more)
Tagged with:
-
Salve a tutti, come da titolo chiedo come posso fare a far risultare il mio sito più leggero utilizzando una cdn oppure ho sentito che si possono inserire in un sottodominio. Ho utilizzato Keycdn ma senza risultati in quanto mi quando inserisco l'indirizzo cdn le immagine le vedo bianche e il tag alt. Seguo la guida passo passo ma senza risultati. Può dipendere da qualche impostazione interna? Per quanto riguarda il sottodominio ho fatto anche questa prova ma anche questa senza risultati. Grazie.
-
Pixelcrush CDN. Pixelcrush optimizes and delivers your images with best-in-class algorithms and our worldwide CDN. We deliver blazingly fast your versioned images while your servers take care of what matters to your business. Forget offline image processing and make much faster design iterations. Increase conversions and boost sales on your Prestashop site displaying your product images properly and as fast as possible. Pixelcrush module for Prestashop is fast and easy to configure, just type your Pixelcrush's Account ID and API key into the configuration page and you are ready. Key benefits when using the module into your Prestashop site: - Forget about regenerate images. We use your image configuration for Products, Categories, Manufacturer and Suppliers to deliver realtime resizes images. - Super fast delivering. 20+ CDN worldwide pops network. We will use faster and closer server to deliver the content to the user. - SEO Friendly URLs. Using your aliases you can create prettier and shorter image URLs. - Static Content Cache. Option to also cache static .css and .js files. This is the only CDN you will ever need. - HTTP/2. Widely supported by major browsers. Increases page load downloading multiple images at the same time. Detailed install and how-to instructions: pixelcrush_prestashop_readme_en.pdf Download Module for PS 1.6 - 1.7 pixelcrush-1.6-1.7.zip Download Module for PS 1.5 pixelcrush-1.5.zip Module can also be downloaded from our GitHub repository. Feel free to contact us via our website or this thread and we will be very happy to assist you and solve any questions regarding our service or the module install and usage. Best Regards.
-
Bonjour Depuis que j'ai installer le CDN ovh j'arrive à m'identifier,j'ai bien la page d'accueil mais des que je veux par exemple aller dans modules ou produits je me retrouve sur la page identifiants et là je n'ai plus accès à mon backoffice et on me demande non stop d'entrer mes identifiants et dans la barre on me met "http://www.pop-color-art-prints.com/adminxxxxx/index.php?controller=AdminLogin&token=3a9075555f97831f5c61f9354928455f&redirect=AdminProducts par contre mon site est accessible sans problème http://www.pop-color-art-prints.com Pouvez vous m'aider !
- 4 replies
-
- backoffice
- identifier
-
(and 4 more)
Tagged with:
-
Hi there, I'm looking to set up a parallel sub domain that points to the same location as the main directory. The reason for this being that I'm using cloudflare as a CDN and they have a 100 second timeout limit. The script I need to run is over that length (nothing wrong with it, it's just a big script) but obviously because of this it hits the timeout and its something I wish to hook up to a cron job and run at least once a day. I've set up a subdomain and pointed it to the main directory however visiting the URL with the subdomain amended just redirects the user to the standard URL unless they are in the back office. If they are in the back office it works exactly as intended but not in the front. Because of this I have a suspicion that this is a .htaccess issue but I'm not sure how to go about resolving the problem. In the past I've modified .htaccess files to stop duplicate urls but not to allow them so I don't know how to proceed, especially seeming as prestashop auto generates a .htaccess file so it would need to be done in a way that doesn't get wiped after it gets regenerated. That being said my knowledge on the subject isn't particularly extensive so it could be something else entirely but regardless, any help regarding this will be greatly appreciated. On a side note I'm assuming having a parallel URL isn't ideal as it's still duplication and that could hurt SEO and the like so any suggestions on how I could keep the parallel subdomain but not the negatives factors of having one would also be worth sharing.
-
Hi guys, I'd like to ask the impact of using CDN to SEO. I am using SSL for the website, and is it alright for SEO if I just using shared SSL from CDN provider? The address will be like domain.r.worldssl.net. I read from some articles that it is best to make it like cdn.domain for SEO, but it means I need to purchase another SSL for that particular address. Any thoughts?
- 13 replies
-
- content delivery network
- cdn
-
(and 2 more)
Tagged with:
-
Hi, I have 2 servers: Dedicated server in North America, where my prestashop online shops reside VPS (Debian) in Europe (CH), where my major part of us clients come from My idea was to create a CDN on the virtual server to speed up the performance of the online shops. Does anybody have any idea how to implement this on a VPS?
-
I've recently took the plunge with my website to take advantage of the media servers optimization feature and it seems to of helped quite a bit. Stemming from this I've decided to go on an optimization spree and I've noticed that some of the modules I'm using don't take advantage of the media servers for their assets. I just wanted to know what the ideal method for making links in modules is so that they can take advantage of this feature and amend some of these modules.
-
- CDN
- media server
-
(and 2 more)
Tagged with:
-
Bonsoir à vous, Je bute totalement sur la problématique suivante : La boutique d'un client dispose d'un seul certificat SSL, avoir 3 SSL supplémentaires pour les CDN serait possible mais d'une part ce serait très couteux et d'autre part cela ralentirait le site au point d'inverser l'intérêt du CDN. La solution est donc de désactiver le CDN lorsque l'on bascule sur une page https:// , j'ai beau tout essayé je n'y arrive tout simplement pas. Avez-vous une piste ou bien la solution si jamais vous l'avez déjà appliquée? Bonne soirée à vous et merci bien!