HI, My Sale maker in the Admin is running EXTREMELEY Slow!! it takes a good 60 seconds for the checkbox to appear. I have tons of space on the host. Is it becuase I have 7000 products or is it the application? I am running 1.2.6.
thank you.
Melissa
Printable View
HI, My Sale maker in the Admin is running EXTREMELEY Slow!! it takes a good 60 seconds for the checkbox to appear. I have tons of space on the host. Is it becuase I have 7000 products or is it the application? I am running 1.2.6.
thank you.
Melissa
anyone have any ideas why its so slow?
:down:
When a lot of Products and Categories ... price updates occure ...
On a slow server this will really show ...
At what point, or step in the adding/editing, is Sale Maker slow?
My host isnt slow. The site loads pretty fast. The point at which it is slow is when You click on the checkmark and the update, sometimes it the admin goes white and then refreshes. But the whole thing took nearly 60 seconds each one. Any advice?
I have a database with 700,000 products utilizing Sale Maker ...
I have not hit any major slowdowns even in Sales on a huge number of Categories ...
Do you have an URL to your site that we could peek at?
check your PM.
What if I have 60,000 products and 35,000 categories?!?Quote:
Originally Posted by Ajeh
Sorry..private joke.
:)
Im gonna looooove Sale maker. :)
Then you and I get to do lot$ of bu$ine$$ together in the future ... :cool:
Or, maybe you will get lucky and we will have things changed for those of you with those nasty sites of 35,000+ categories and 700,000+ products ...
Getting there, slowly but surely ... :smile:
Yep..and its feelin better already.Quote:
Originally Posted by Ajeh
Glad to hear you are happier with the upgrade from v1.2.5 to v1.3.0.1 ...
Gotta admit that site is a challenge ... now on to the next toy in make life great for those who are Cat challenged or Products challenged ...
35,000 cats to chase ... 700,000 products to chase ... what more fun could I possibly ask for? :cool:
Quote:
Originally Posted by Ajeh
Well..tell me how I can have a ray of hope to use Salemaker, and its a start.
:)
I have a -lot- of housecleaning to do on the site, but..salemaker is a huge part of what Id like to do.
Thanks
For you, gemohler, the ray of hope is gonna be custom code ...
With your mamoth list of Categories, you cannot get the screen to draw ... so need to re-write that one to use a totally different method of setting things up ...
But the brain is working away on this one ... how hard can it be? :blink:
[QUOTE=Ajeh]For you, gemohler, the ray of hope is gonna be custom code ...
With your mamoth list of Categories, you cannot get the screen to draw ... so need to re-write that one to use a totally different method of setting things up ...
But the brain is working away on this one ... how hard can it be? :blink:[/QUOTE
For someone who doesnt write code..you dont wanna know the answer.
Ask me about multi-continent data migrations WRT NAS/SAN configurations..and well, thats easy.
Petabyte here...petabyte there...
Since we last spoke..Ive figured out how to go from about 130,000 "products" to 2900 products..with everything else being linked..and I can use EZP to do it. Things are MUCH faster.Quote:
Originally Posted by Ajeh
55,000 cats are down to about 15,000..that could go down to about 1/10th of that but it would take a few summer students about a month to do it..not worth it.
AND..salemaker might be slow, but after seeing how I can use mysql directly to assign master categories to all of my products, I can also use mysql to define salemaker as well:
INSERT INTO `salemaker_sales` VALUES (1, 0, 'All Brake Pad Products Sale', '12.0000', 1, '0.0000', '0.0000', 0, '391,392,393', ',391,392,393,', '0001-01-01', '0001-01-01', '2006-05-24', '2006-05-25', '2006-05-25');
391, 392, and 393 are my three main manufacturers...and theyre all inclusive at a 12% discount.
Since I braved SQL just a little, im finding less and less use for parts of the Admin that dont work well with seiously deep trees of data (yet).
Processing refunds would be -nice- to have as a core part of the store, and it would be extra nice if PFC Order Center was locatable as well... :(