avalanch07
Member
I'd like to see vb optimize have as many features as W3 Total Cache for Wordpress. Check out the features it has (there is a huge fricken list in the wordpress admin panel after you install this thing
)
Did I mention it can cache queries and combine+minify javascript and css?
My wordpress speed shot straight up after I installed this
http://gtmetrix.com/reports/vgchat.info/BKn7DXTk
and I've been wondering... why isn't there something similar for forum platforms yet? (vbulletin, invision, phpbb, mybb, xenforo, smf etc).
From their faq:
http://wordpress.org/extend/plugins/w3-total-cache/faq/
Here are all the options that I'll try to list:
Page Cache
Browser Cache: Tickable options for: General, CSS & JS, HTML, Media and Other files
CDN Support:


Code:
Benefits:
At least 10x improvement in site performance (when fully configured: Grade A in YSlow or great Google Page Speed Improvements)
“Instant” second page views (browser caching after first page view)
Reduced page load time: increased visitor time on site (visitors view more pages)
Optimized progressive render (pages appear to load instantly)
Improved web server performance (easily sustain high traffic spikes)
Up to 80% Bandwidth savings via Minify and HTTP compression of HTML, CSS, JavaScript and RSS feeds
Features:
Compatible with shared hosting, virtual private servers and dedicated servers / clusters
Transparent content delivery network (CDN) integration with Media Library, theme files and WordPress itself
Caching of (minified and compressed) pages and posts in memory or on disk
Caching of (minified and compressed) CSS and JavaScript in memory, on disk or on CDN
Caching of RSS (comments, page and site) feeds in memory or on disk
Caching of search results pages (i.e. URIs with query string variables) in memory or on disk
Caching of database objects in memory
Minification of posts and pages and RSS feeds
Minification (combine and remove comments / white space) of inline, embedded or 3rd party JavaScript (with automated updates)
Minification (combine and remove comments / white space) of inline, embedded or 3rd party CSS (with automated updates)
Browser caching of CSS, JavaScript and HTML using future expire headers and entity tags (ETag)
JavaScript grouping by template (home page, post page etc) with embed location management
Non-blocking JavaScript embedding
Import post attachments directly into the Media Library (and CDN)
Easily improve the user experience for your readers without having to change WordPress, your theme, your plugins or how you produce your content.
Did I mention it can cache queries and combine+minify javascript and css?

My wordpress speed shot straight up after I installed this
http://gtmetrix.com/reports/vgchat.info/BKn7DXTk
and I've been wondering... why isn't there something similar for forum platforms yet? (vbulletin, invision, phpbb, mybb, xenforo, smf etc).
From their faq:
http://wordpress.org/extend/plugins/w3-total-cache/faq/
Why does speed matter?
Speed is among the most significant success factors web sites face. In fact, your site's speed directly affects your income (revenue) — it's a fact. Some high traffic sites conducted research and uncovered the following:
Google.com: +500 ms (speed decrease) -> -20% traffic loss [1]
Yahoo.com: +400 ms (speed decrease) -> -5-9% full-page traffic loss (visitor left before the page finished loading) [2]
Amazon.com: +100 ms (speed decrease) -> -1% sales loss [1]
A thousandth of a second is not a long time, yet the impact is quite significant. Even if you're not a large company (or just hope to become one), a loss is still a loss. However, there is a solution to this problem, take advantage.
Search engines like Google, measure and factor in the speed of web sites in their ranking algorithm. When they recommend a site they want to make sure users find what they're looking for quickly. So in effect you and Google should have the same objective.
Here are all the options that I'll try to list:
Page Cache
Code:
Don't cache pages for logged in users
Users that have signed in to WordPress (e.g. administrators) will never view cached pages if enabled.
Cache home page
For many blogs this is your most visited page, it is recommended that you cache it.
Cache feeds: site, categories, tags, comments
Even if using a feed proxy service (like FeedBurner), enabling this option is still recommended.
Cache URIs with query string variables
Search result (and similar) pages will be cached if enabled.
Cache 404 (not found) pages
Reduce server load by caching 404 pages. The "Do not process 404 errors for static objects with WordPress" Browser Cache option is also recommended.
Browser Cache: Tickable options for: General, CSS & JS, HTML, Media and Other files
Code:
Specify global browser cache policy.
Set expires header
Set the expires header to encourage browser caching of files.
Set cache control header
Set pragma and cache-control headers to encourage browser caching of files.
Set entity tag (eTag)
Set the Etag header to encourage browser caching of files.
Set W3 Total Cache header
Set this header to assist in identifying optimized files.
Enable HTTP (gzip) compression
Reduce the download time for text-based files.
Prevent caching of objects after settings change
Whenever settings are changed, a new query string will be generated and appended to objects allowing the new policy to be applied.
Do not process 404 errors for static objects with WordPress
Reduce server load by allowing the web server to handle 404 (not found) errors for static files (images etc).
CDN Support:

Last edited: