NaplesFlorida
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] After installing the pluggin, all cached pages look like ��I waited for an answer here, but none came.
After installing about 8 different cache programs I found one that delivered the answer. FlexiCache has an option to disable compression and Gzip. I had tried doing this prior in the htaccess, but to no avail. Anyway, Flexicache has tons of options, which I need and precache, so I will stick with it and it doesn’t scramble the theme.
Forum: Plugins
In reply to: [SEO Auto Links] Remove underlineYou can change this in your style.css on how to show hyperlinks
I use this……/***** Hyperlinks ********************/
a {
color: #2200D5;
text-decoration: none;
}a:hover {
color: #FF0000;
text-decoration: underline;
}a img {
border: none;
}a:focus, a:hover, a:active {
outline: none;
}Forum: Plugins
In reply to: WP Super Cache vs W3 Total CacheFrederick – You did some grat work on his site to get it flying.. He’s happy with it. Unfortunately, I’ve not been as lucky.
Let me know if you have a beta on the new version. I would like to get something going asap
Forum: Plugins
In reply to: WP Super Cache vs W3 Total CacheThe best performance I’ve noticed is with a little known script called smartoptimizer, that will cache CSS and JS on the backend. Runs through the htaccess and isn’t a pluggin.
When I’ve installed W3 on my Genesis site, its always slowed the site down rather than speeded it up, yet a friend using Thesis has good results combining W3 with minify and memcached.
Problem I find is memcached needs to be done by the hosting company.
I’m now trying Supercache because it is less invasive on the total amount of pluggin files added to my site.Hi Donncha
I have over 20,000 dynamic URL’s in my sitemap.
I need the all pages to be pre-cached.
Is there a way to do that or is it being done already out of the box?Hi Donncha
Does your pluggin cache all pages and posts, dynamic and static, in an XML sitemap?