Jump to content

pindesign

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Location
    CT
  • Activity
    Agency

Recent Profile Visitors

432 profile views

pindesign's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

1

Reputation

  1. I thought I would share my notes on this matter because every other night I experiment with trying to solve this issue: about 10 hours of testing so far. Originally we had a 30 second delay without any cache/ or smarty cache enabled. 1) With smarty cache and CCC cut that down to 25 sec 2) Upgraded the server with APC cache as well as Googles mod_pagespeed cut the time down to 10 sec 3) Removed all Erros listed in Firebug (but still plenty of warnings) with no change. Oddly we had the same missing en-default-small.jpg in img/p/ as mentioned by jonah2494; I thought it was just us; now it might be a clue. 4) Prestashop debugging/profiling shows no errors or delays despite the obvious delay in the save button state. 5) Firebug shows no errors but the delay is running in jquery-1.11.0.min.js It looks to me like the ajax requests are waiting for the previous request to clear before proceeding to the next instead of happening all at the same time. I’m going to try and limit some of the requests when I get a chance.
  2. Still no solution for the Sava and Stay button delay but !! Important note for those installing mod_pagespeed with Prestashop. I had to edit my .htaccess file with the following to prevent page speed from rewriting the path to thumbnails in the product back office; image not available: <IfModule pagespeed_module> ModPagespeed on ModPagespeedDisableFilters inline_images,resize_images,trim_urls,rewrite_style_attributes_with_url,recompress_images,extend_cache,convert_meta_tags, ModPagespeedEnableFilters remove_comments,collapse_whitespace,rewrite_images,outline_javascript,remove_quotes,make_google_analytics_async,combine_javascript,inline_css,resize_mobile_images,pedantic, </IfModule>
  3. Exact same problem here as well. Upgraded from 1.6.0.9 > 1.6.0.11 with 1-click upgrade. — could 1-click upgrade have caused the problem? Save and Stay buttons disabled for 30 seconds — However, I cut the delay time down to 15 seconds by rebuilding my server with APC cache and enabling it. We also implemented google mod_pagespeed at the same time. Ran all the debugging modes and nothing stood out.
  4. I figured this out: Step 1: CATALOG>CATEGORIES: Create a new Category"Non Discounted Products" and uncheck Displayed Step 2: CUSTOMERS>GROUPS: Each discount group must be edited; Click on "Add a category discount" and select "Non Discounted Products" and leave the discount at 0.00%. Step 3: CATALOG>PRODUCTS: Edit Product Associations: Add "Non Discounted Products". IMPORTANT! Default category must be "Non Discounted Products" You should be good.
×
×
  • Create New...