1

Topic: AS Cache

Hey Guys,

This is an awesome plugin I used with frog called AS_Cache, I did not write it. I am in the bounds of the license to freely distribute it. I removed a line in the file and it appears to be working well without this line:

    'require_frog_version' => '0.9.3'

Download URL:
http://jboy.me/public/as_cache.rar

Install:
1. Upload to /wolf/plugins
2. It will be available as a tab
3. You can see if its working by going to a few pages and checking your /cache/ folder.

Thumbs up

2

Re: AS Cache

Thanx for letting us know. I will check it for sure.

--
Piotr

Re: AS Cache

JREAM wrote:

Hey Guys,

This is an awesome plugin I used with frog called AS_Cache, I did not write it. I am in the bounds of the license to freely distribute it. I removed a line in the file and it appears to be working well without this line:

    'require_frog_version' => '0.9.3'

Download URL:
http://jboy.me/public/as_cache.rar

Install:
1. Upload to /wolf/plugins
2. It will be available as a tab
3. You can see if its working by going to a few pages and checking your /cache/ folder.

normally that line should be

'require_wolf_version' => '0.5.5' // or 0.6.0

but the plugin wasn't initially developed for Wolf, hence.

Re: AS Cache

If it turns out that this plugin works with Wolf, I'll be happy to add it to the repository.

Wolf CMS founder and lead developer
Please always check the Support forums and Wiki before asking. (My Ohloh account.)
Like Wolf CMS? Consider making a financial contribution.

5

Re: AS Cache

awesome, i found it speeds things up quite a bit for myself. Make sure to give credit to the guy in the file not me tongue

Thumbs up

Re: AS Cache

I found one problem with it. With the plugin enabled it wont cache pages that are paginated. And you can't go to those pages.

"When you want something, all the universe conspires in helping you to achieve it." - The Alchemist

Re: AS Cache

AC Cache download is gone.
Anyone with a working download?

8

Re: AS Cache

Fortron wrote:

AC Cache download is gone.
Anyone with a working download?

You can grab it here for the moment, Fortron.

Re: AS Cache

David wrote:

You can grab it here for the moment, Fortron.

Thanks, downloaded a minute ago.

Re: AS Cache

I decided to add it to the repository with a note reflecting thewizardofbos's remark. If necessary, we can remove it again later.

http://www.wolfcms.org/repository/36

Wolf CMS founder and lead developer
Please always check the Support forums and Wiki before asking. (My Ohloh account.)
Like Wolf CMS? Consider making a financial contribution.

Re: AS Cache

I've just uploaded as_cache into my plugins folder, but it doesn't showup in the admin at all.
All other plugins are there.

Any idea's?

Solved:
I was looking for a plugin named as_cache, but its called File Cache in the plugins folder.

Last edited by Fortron (2010-09-22 10:23)

Re: AS Cache

ac_cache is using the FROG_ROOT variabele
Wolf CMS still supports it but also has its own: CORE_ROOT

But there's a difference, since Wolf's CORE_ROOT it also appending /wolf to the root
while FROG_ROOT is not.

I guess ac_cache won't work right when using CORE_ROOT instead of FROG_ROOT?

Re: AS Cache

FROG_ROOT != CORE_ROOT
FROG_ROOT == CMS_ROOT

Two different beasts... I noticed by the way that FROG_ROOT got lost in the nightlies. Not sure if I'll re-add it though since it's scheduled to be removed before 0.9.0 anyway.

Wolf CMS founder and lead developer
Please always check the Support forums and Wiki before asking. (My Ohloh account.)
Like Wolf CMS? Consider making a financial contribution.

Re: AS Cache

mvdkleijn wrote:

FROG_ROOT != CORE_ROOT
FROG_ROOT == CMS_ROOT

Two different beasts... I noticed by the way that FROG_ROOT got lost in the nightlies. Not sure if I'll re-add it though since it's scheduled to be removed before 0.9.0 anyway.

But what is the proper Wolf CMS way to get the CMS root?

15

Re: AS Cache

Fortron wrote:

But what is the proper Wolf CMS way to get the CMS root?

Repeat after me: "The wiki is my friend." wink

(I think you knew that already!)

16

Re: AS Cache

Oh sorry about that, I had cleared out that domain name yesteray, I forgot the file was hosted there. No worries looks like they took care of it tongue

Thumbs up

Re: AS Cache

David wrote:
Fortron wrote:

But what is the proper Wolf CMS way to get the CMS root?

Repeat after me: "The wiki is my friend." wink

(I think you knew that already!)

The wiki is my friend now indeed, and another new page to me.
I do not use the wiki that much to be honnest, but I should.

Netherless a Wolf CMS cheat sheet would be something wouldn't it?

Re: AS Cache

It doesn't cache grandchildren at all.
Works fine for pages without grandchildren.

Strange enough is does cache grandchildren on a different Wolf CMS website.

Last edited by Fortron (2010-09-22 20:37)

Re: AS Cache

Fortron wrote:

Netherless a Wolf CMS cheat sheet would be something wouldn't it?

I'm willing to make one if I have an idea on what you'd like on there? Something along the lines of core constants, main function, plugin function and main Page object functions?

Sorry... bit OT here. :S

Wolf CMS founder and lead developer
Please always check the Support forums and Wiki before asking. (My Ohloh account.)
Like Wolf CMS? Consider making a financial contribution.

Re: AS Cache

mvdkleijn wrote:
Fortron wrote:

Netherless a Wolf CMS cheat sheet would be something wouldn't it?

I'm willing to make one if I have an idea on what you'd like on there? Something along the lines of core constants, main function, plugin function and main Page object functions?

Sorry... bit OT here. :S

Well a quick reference with Wolf's core constants, calling snippets and things like that would be handy.
The thing with the Wiki - to me anyway - is that is contains lot of goods all over the place.
One really need to use the search function to find stuff that would be more suitable on a cheat sheet. But hey perhaps I just need to learn to use that wicked wiki smile

Last edited by Fortron (2010-09-22 20:34)

Re: AS Cache

np, I'll cook something up. Regarding the wiki... it IS a wiki. Community members are very welcome to help out and add/improve/restructure documentation.

We've currently tried to more or less put it in three main areas: end user documentation, plugin developer docs and admin docs. Roughly anyway. smile

The trick/problem with documentation however is always the same: what works for one person, doesn't necessarily work for another... We need to find an acceptable balance.

Wolf CMS founder and lead developer
Please always check the Support forums and Wiki before asking. (My Ohloh account.)
Like Wolf CMS? Consider making a financial contribution.