savvyharry
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and Backup Buddywhat version of backup buddy?
hi!
no, they don’t share an .htaccess file
thanks for the help!
hum…
i don’t think my installs are nested at all…
2 separate blogs… on the same domain, but i get those errors I posted.
don’t know why
??
hi, thanks for the reply!
i have not used wp mu because I tried once and seemed too complicated for my purpose.
Since i am only using two blogs on the domain, managing the plugins is still fairly simple to do without going to wp mu.
let me know if it’s possible to have a fix for this (without wpmu). thanks!
hi Frederick,
Yeah, it would be great if w3 total cache could work on a main domain and on the directory.
right now, I have resorted to using w3 total cache only on the main blog.
to reproduce the problem, it’s simple.
1) I just installed w3 total cache on domain.com. Got everything to run properly.
2) Then I installed w3 total cache on another blog on domain.com/blog2/. When the w3 is enabled on the 2nd blog, you will see the wp admin login and logout problems
Thanks for the help in advance
Forum: Fixing WordPress
In reply to: Setcookie/php-redirection conflicting with W3 Total Cache+1 need to know about this
@SgrWd, did you find a solution?
in the link you provided, someone had come up with a mod… are you not using that?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Prime Page Cache not working@pixelenvision
thanks for the code. having the same issue and it would be cool if this is implemented into the actual plugin?anyway, going to try it out… anyone know of problems with this mod and the current w3 total cache version?
hi marcuslayton,
it seems you have got it working ?? so the final mod looks like version 1 below?
function _get_page_key($request_uri, $mobile_group = '', $referrer_group = '', $encryption = false, $compression = false, $content_type = false) { $key = preg_replace('~\?.*$~', '', $key);
or would it look like verision 2 below?
function _get_page_key($request_uri, $mobile_group = '', $referrer_group = '', $encryption = false, $compression = false, $content_type = false) { $key = preg_replace('~#.*$~', '', $request_uri); $key = preg_replace('~\?.*$~', '', $key);
1) with your modification, does this REMOVE the query string entirely?
2) or does it simply ignore the query string now and serve the cached page regardless?
3)
implementation is a touch
if you don’t mind me asking, how are you guys using it? can you give some suggestion so that it would work for my purpose as well?
thanks for your help!
hey tmuka,
i unzipped the file and uploaded the wp-super-cache-getmod folder to my plugins directory
I am now getting this… what could be wrong?
Warning: include(/home/userwp/public_html/wp-content/plugins/wp-super-cache/wp-cache-base.php) [function.include]: failed to open stream: No such file or directory in /home/userwp/public_html/wp-content/plugins/wp-super-cache-getmod/wp-cache.php on line 53
Warning: include() [function.include]: Failed opening ‘/home/userwp/public_html/wp-content/plugins/wp-super-cache/wp-cache-base.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/userwp/public_html/wp-content/plugins/wp-super-cache-getmod/wp-cache.php on line 53
Warning: include_once(/home/userwp/public_html/wp-content/plugins/wp-super-cache/ossdl-cdn.php) [function.include-once]: failed to open stream: No such file or directory in /home/userwp/public_html/wp-content/plugins/wp-super-cache-getmod/wp-cache.php on line 70
Warning: include_once() [function.include]: Failed opening ‘/home/userwp/public_html/wp-content/plugins/wp-super-cache/ossdl-cdn.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/userwp/public_html/wp-content/plugins/wp-super-cache-getmod/wp-cache.php on line 70
i also noticed the plugin version is Version 0.9.9.8, when the most updated version is 0.9.9.9
is it possible that you let us know what you changed in the plugin files? I would like to edit the plugin ??
>> i also removed the originally installed 0.9.9.9, should i have kept it there?
hey tmuka,
sounds great man! it would be a great addition to the plugin code… maybe you can talk to Donncha O Caoimh to add it in ??
It throws them away and treats the request as if it didn’t have them, serving or caching as necessary.
just want to make sure i am understanding your mod version correctly:
step 1) someone comes to the site with https://www.domain.com/page1?tracking=chrome&tracking2=xyz
step 2) modded version of plugin throws the query string away and removes them?
step 3) page is served as REGARDLESS of query strings parameters
my questions:
1) where and when does the parsing with javascript occur?
2) can the modded version simply ignore the query string and serve the page, WITHOUT removing the query string?thank you so much!!!
i should add… i tried doing this with w3 total cache and it is simply not supported. i made a post here and got no response (https://www.ads-software.com/support/topic/plugin-w3-total-cache-varying-query-string-variables-wildcard)
hopefully this is possible with wp super cache!
qdinar, i did modify the plugin so it would cache requests with query string parameters. my tests probably worked since in my case it didn’t matter if i ignored the query string arguments, i just needed the pages cached for performance reasons.
wow, this sounds exactly like what i need!
in my case… i have a few pages that have a traffic coming in and I would like to serve a cached page to the visitors regardless of what the query string is. so for example:
the base url would be: https://www.domain.com/page1
then, the visitors would come in with query strings attached:
https://www.domain.com/page1?tracking=ie&tracking2=xyz
https://www.domain.com/page1?tracking=firefox&tracking2=xyz
https://www.domain.com/page1?tracking=safari&tracking2=xyz
https://www.domain.com/page1?tracking=ie&tracking2=xyz
https://www.domain.com/page1?tracking=chrome&tracking2=xyzi want to keep the query strings as it is important for me to track information about these users, but I want to serve the cached page as long as the base url is the same. is this possible?
thank you so much for your help in advance!
sorry, forgot to mention…
should matter but I would like to do this for “Page caching via memcached”
Forum: Plugins
In reply to: [W3 Total Cache] Page Cache – Status = not cached?switching over to memcached for now and it shows cache is serving…
the bug is definitely with disk enhanced.