Jump to content

ycorde

Members
  • Posts

    41
  • Joined

  • Last visited

ycorde's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi all, We have a website in prestashop PS version: 1.4.3 PHP: 5.3.2 Website: www.marie-melodie.com When we run 'page speed' we obtain following result as 'High Priority' modification Leverage browser caching Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network. Learn more Suggestions for this page The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources: And a list of files. So we added in our .htaccess following <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule> Unfortunately without any result.... still the same Is there another way to solve this problem. Thanks in advance Jack
  2. Hi all, We have a website in prestashop PS version: 1.4.3 PHP: 5.3.2 Website: www.marie-melodie.com When we run 'page speed' we obtain following result as 'High Priority' modification Leverage browser caching Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network. Learn more Suggestions for this page The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources: And a list of files. So we added in our .htaccess following <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule> Unfortunately without any result.... still the same Is there another way to solve this problem. Thanks in advance Jack
  3. <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule>
  4. Hi, I installed the module Category Quantity Discount on 2 prestashops 1.4.3 To configure you have to copy Product.php into /override/classes/ Thing what I did (see attachment) If I refresh the page in the back-office the line is still red instead of green, what means that the module is not working properly. Any Idea how I can solve this? Is there another free module that do the same thing? Thanks in advance The line below will appear in RED until you copy the modified file, it will turn GREEN after you copy the file and reload the page. Copy /module/categoryquantitydiscount/modified_1.4.3/override/classes/Product.php to /override/classes/ If you already have Product.php in /override/classes/ you will need to copy or merge the "getPriceStatic()" function from our modified file.
  5. Hi All, I just add the function 'define by' to make a selection of articles define by prices: http://www.marie-mel...om/fr/10-gilets If I use this functions it shows all the articles, it doesn't make a selection. Can antone help me. Thanks in advance Jack
  6. Hi, The mondial relay module is noy shown in the module list in the back-office. If I go through the ftp I can see it between the others modules. I use prestashop 1.4.3. Any idea? Thanks in advance JAck
  7. Bonjour, Le module de Mondial relay n'apparait pas la liste des modules. Je travaille sur Prestashop 1.4.3 Quelqu'un a une idée?
  8. Hi All, We have a website using prestashop 1.4.3, with our own theme. http://www.marie-melodie.com The problem is when you delete a product from the cart, the cart is not updated, if you click on refresh (of the browser), then the cart is updated. Any idea. Thanks in advance JAck
  9. We just did an upgrade to 512 MB And the memory usage increased suddenly from Memory Usage - Total: 236,06 MB - Used: 232,46 MB - Free: 3,61 MB - Shared: 0 MB - Buffer: 1,72 MB - Cached: 45,03 MB to Memory Usage - Total: 488,05 MB - Used: 478,25 MB - Free: 9,80 MB - Shared: 0 MB - Buffer: 4,74 MB - Cached: 121,23 MB Very strange. Is there somebody who can help me?
  10. We have a dedicated VPS server Linux - Plesk On the server we have 2 websites prestashop in development, sometimes the websites are fast (in browser) and sometimes very very slow We just noticed the following and we supposed that this could be the problem Memory Usage - Total: 236,06 MB - Used: 232,46 MB - Free: 3,61 MB - Shared: 0 MB - Buffer: 1,72 MB - Cached: 45,03 MB We think that the Used memory is very high? Could this be the cause of slow websites? How can we solve this problem? Any Idea Thanks in advance
  11. Thanks Dave, I tried this also today... without any results...
  12. Hi, We developped the theme ourselves. But even with the default theme we have the problem. Can you help? Jack
  13. Hi Dave, I tried it also, still the same ....
×
×
  • Create New...