BBC
Full Member
 
Karma: 4
Offline
Posts: 197
|
 |
« Reply #1 on: April 02, 2009, 21:35:28 » |
|
I know topic is a little bit old but it can help someone.
I tried perfomance booster with jcomments and it is easy to get it working together. Easy now, it took me few days to find answer.
So long I´ve tested commenting and it´s working OK. Cache component is letting thru new comments. In admin pannel of cache accelerator in the field Automatic Cache maintenance add (new) line option=com_jcomments.
It´s tested with 3 browsers and new comments are showing directly.
If you need to find what options are needed for cache accelerator (for other plugins, extensions) just use Firebugs Console and find "get", "put" and "option". You will need these to get it all working.
And yes, it´s working in "raw mode" too.
Just be careful not to add "task=" option behind the first one. Or at least add that if you exactly know what you are doing. With "task=" option you are narrowing permissions jcomments have to work together with cache extension.
It was precisely testing with this that took me so long time.
|