TaylorHawkes
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fast Cache] Installation: manually adding code to .htaccessYep, this is now on the docket as bug. Fix will come in 1.5 pretty soon. –
Thanks for help on this issue.Forum: Plugins
In reply to: [WP Fast Cache] Installation: manually adding code to .htaccessYoudaman,
Thanks for info – not sure of this issue.
I am checking this file for write permissions:
$htaccess=$_SERVER[‘DOCUMENT_ROOT’].”/.htaccess”;
if(!is_writable($htaccess)){ return 2; }Does that correctly reference your .htaccess file? It would be great to get some help to trouble shoot this bc its clearly an issue.
Forum: Plugins
In reply to: [WP Fast Cache] 500 internal server errorRemove it..
1. You running apache?
2. You have mod-rewrite installed?Forum: Plugins
In reply to: [WP Fast Cache] Please add any features requests here.KlubKelli – you can change that 25 to whatever number you want.
However after thinking about it, I will change the functionality so that when you click it it updates the “next 25 most recent posts” (so clicking twice would get 50 pages and so on.)
Forum: Plugins
In reply to: [WP Fast Cache] Feature Request – Cancel ButtonI will consider it for future feature, but I think your browser “x” might will work just as well.
Forum: Plugins
In reply to: [WP Fast Cache] New Posts Stop AppearingYou using version 1.4?
New comments should be showing up – not sure the issue there.If you publish a new post you will likely need to “refresh all pages” so that the links to that post on other pages will show up.
Forum: Plugins
In reply to: [WP Fast Cache] Had to remove WP Cacheruralinfo – anyway you can shoot me your site w/ login issue so i can take a look?
You can twitter message me @taylorhawkes.
Forum: Plugins
In reply to: [WP Fast Cache] I need create the cache manually?ramonjosegn – Yea i will consider this solution. I’m just a little worried about “auto” caching pages – some pages a webmaster might not want to have cached. Ex: a page that regularly reads info from a db.
Forum: Plugins
In reply to: [WP Fast Cache] Installation: manually adding code to .htaccessDid you add all of it including the comments?
Is you .htaccess file in the root directory of your website?
Forum: Plugins
In reply to: [WP Fast Cache] Quesry StringYou pry still have some pages w/ query strings (no big deal).
You are leveraging browser caching. As long as you main pages are loading fast you should be good.
Forum: Plugins
In reply to: [WP Fast Cache] expire time – automatic refresh of cached fileI will log this as feature request. Would be great, but it’s kinda tricky to develop.
Forum: Plugins
In reply to: [WP Fast Cache] Please add Bugs/Issues here!Please open new issue for further bugs/requests.
Forum: Plugins
In reply to: [WP Fast Cache] Please add Bugs/Issues here!I launched version 1.4 which will fix your issue rightherebkk.
Forum: Plugins
In reply to: [WP Fast Cache] WP Cache seems to prevent subdomains from loadingstcap,
So I looked into this and this is issue with my .htaccess rewrite – sorry. I will work on a fix. I will likely roll out this fix along with the multi-site compatibility feature.
In the mean time if you delete your landing page “https://www.mysite.com/” url from the cache I’m guessing it would fix the issue. (of course this is a hack and not a real solution.)
Forum: Plugins
In reply to: [WP Fast Cache] Please add Bugs/Issues here!Thanks tom762. Yea I will identify and fix the conflict for sure.
Thanks for the feedback to help improve this plugin.