Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#157 2009-05-07 21:03:52

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

Have you tried the modifying the code as this post suggest?


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#158 2009-05-07 21:05:36

dl33
Member
Registered: 2006-06-17
Posts: 192
Website

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

Haven’t tried that yet—mainly because another post suggested that it would make things worse if you do not run PHP as FCGI.

EDIT: WIll try it for now though, to see if works for a while…

Last edited by dl33 (2009-05-07 21:17:28)

Offline

#159 2009-05-23 23:43:35

lous
Member
From: Germany
Registered: 2009-01-04
Posts: 57

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

Hm how can i see if it really works?
Cause when i edit some forms in my page i can see it directly in the frontend, shouldnt it bee 900 secs after i can see the new version of my site? :)

Offline

#160 2009-05-24 00:09:09

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

No.
When you edit forms, articles, comments and a few other things, the cache is flushed.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#161 2009-05-24 11:18:12

lous
Member
From: Germany
Registered: 2009-01-04
Posts: 57

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

aah okay thanks a lot maniqui

Offline

#162 2009-05-24 21:38:18

lous
Member
From: Germany
Registered: 2009-01-04
Posts: 57

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

Ok thanks :D
Another thing, im using css_rating (http://www.kavidesign.com/en/84/MTo4MDo5NC4yMjEuOTQuODo1OjMw)

When i disable jpcache then it works fine, but when i enable it, it doesnt work anymore.

Is there a way, to say that also ratings should be flushed too?

Offline

#163 2009-05-25 22:09:15

lous
Member
From: Germany
Registered: 2009-01-04
Posts: 57

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

the remember function of ign_password_protect also doesnt work with jpcache :(

Offline

#164 2009-06-02 04:50:56

lous
Member
From: Germany
Registered: 2009-01-04
Posts: 57

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

no one any idea?

Offline

#165 2009-06-02 12:28:05

merz1
Member
From: Hamburg
Registered: 2006-05-04
Posts: 994
Website

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

lous Yes, no idea. remember: asy_jpcache is a site wide full page cache so partial page modifications can’t work. It’s a feature not a bug.

But maybe some kind soul will add core TXP features in the future. Feature request & discussion: Full page caching in TXP core


Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML

Offline

#166 2009-10-17 23:20:26

dl33
Member
Registered: 2006-06-17
Posts: 192
Website

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

I use php redirects to prevent some duplicate content. Unfortunately, jpcache breaks these redirects. Is there any way to get them to work again while using the cache as well?

<txp:if_section name="section1">
	<txp:if_article_list>
		<txp:php>
		    header( "HTTP/1.1 301 Moved Permanently" ); 
			header( 'Location: /section1/article/' );
		</txp:php>
	</txp:if_article_list>
</txp:if_section>

Offline

#167 2009-10-18 08:05:44

merz1
Member
From: Hamburg
Registered: 2006-05-04
Posts: 994
Website

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

@dl33 Search the forum for PHP redirect. wet recommended a stronger code somewhere. It’s not the fault of asy_jpcache. I have that code working for a long time.


Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML

Offline

#168 2009-10-19 19:44:16

Logoleptic
Plugin Author
From: Kansas, USA
Registered: 2004-02-29
Posts: 482

Re: asy_jpcache 0.9.8 - Fast Full Page Caching

@dl33: I do all my redirection in the .htaccess file, and have never had any problems with asy_jpcache.

Offline

Board footer

Powered by FluxBB