Users - Changes Occurs after short duration of Time in Ecommerce

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Users - Changes Occurs after short duration of Time in Ecommerce

Ashish Vijaywargiya-2
Hello,

When ever i change something in the Catalog component then the changes
takes its effect in 30 seconds to  60 seconds.(I have 1GB RAM and Intel P4 processor).

I think it display the related info from cache for sometime.
Any specific reason for this delay in change ????

Thanks & Regards
Ashish Vijaywargiya




"You can't always get what you want but if you try real hard,
you might just find that you get what you need" 

Regards
Ashish
****************************************
 
Image hosted by Photobucket.com

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users

Reply | Threaded
Open this post in threaded view
|

Re: Users - Changes Occurs after short duration of Time in Ecommerce

cjhowe
You're correct, it takes that information from the
cache.  In a live site your product information should
not be changing that often so why make the (hopefully
meaning your site is successful) thousands of trips to
the data source for this information?  This saves your
resources tremendously even if you only have 10 people
on your site.  If you want it to immediately refresh,
go to Webtools -> Cache Maintenance -> clear all
Caches (I made a bookmark in my work browser for this)

======Ashish wrote:
Hello,
 
 When ever i change something in the Catalog component
then the changes
 takes its effect in 30 seconds to  60 seconds.(I have
1GB RAM and Intel P4 processor).
 
 I think it display the related info from cache for
sometime.
 Any specific reason for this delay in change ????
 
 Thanks & Regards
 Ashish Vijaywargiya
 
 
 

"You can't always get what you want but if you try
real hard,
 you might just find that you get what you need"  
 
 Regards
 Ashish
 ****************************************  
 
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - Changes Occurs after short duration of Time inEcommerce

Jacques Le Roux
Administrator
You may tune cache settings in base/config/cache.properties (see at the end)
For products it's lines 56-62.

To know more see p.12 of
http://www.undersunconsulting.com/static/OFBizBasicProductionSetup.pdf

Jacques

----- Original Message -----
From: "Chris Howe" <[hidden email]>
To: <[hidden email]>
Sent: Friday, June 16, 2006 8:26 PM
Subject: Re: [OFBiz] Users - Changes Occurs after short duration of Time
inEcommerce


> You're correct, it takes that information from the
> cache.  In a live site your product information should
> not be changing that often so why make the (hopefully
> meaning your site is successful) thousands of trips to
> the data source for this information?  This saves your
> resources tremendously even if you only have 10 people
> on your site.  If you want it to immediately refresh,
> go to Webtools -> Cache Maintenance -> clear all
> Caches (I made a bookmark in my work browser for this)
>
> ======Ashish wrote:
> Hello,
>
>  When ever i change something in the Catalog component
> then the changes
>  takes its effect in 30 seconds to  60 seconds.(I have
> 1GB RAM and Intel P4 processor).
>
>  I think it display the related info from cache for
> sometime.
>  Any specific reason for this delay in change ????
>
>  Thanks & Regards
>  Ashish Vijaywargiya
>
>
>
>
> "You can't always get what you want but if you try
> real hard,
>  you might just find that you get what you need"
>
>  Regards
>  Ashish
>  ****************************************
>
>
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - Changes Occurs after short duration of Time inEcommerce

Ashish Vijaywargiya-2
Many Thanks

Thanks & Regards
Ashish Vijaywargiya
Reply | Threaded
Open this post in threaded view
|

Re: Users - Changes Occurs after short duration of Time in Ecommerce

Ashish Vijaywargiya-2
In reply to this post by cjhowe
thx for such a nice explanation chris.

Regards
Ashish Vijaywargiya