Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Everytime you make a parameter change in backend you need to purge your cache so the parameter can take affect. The reason for this is if the page is already cached it doesn't care about your parameter, because it's not re-parsing the page and is instead pulling a cache file which is a storage of the pages previous state. This basically causes out of date data so a purge must be done on each parameter change.so could the issue have been that i needed to purge the cache the entire time which would have cleared out everything
Please Log in or Create an account to join the conversation.