BuddyPress
Is now good! Only 5 open tickets with the release of the RC.
Web Fonts
TypeKit is great, if you can justify the subscription and use it allot.
TypeKit worked with Google to develop web font pre-loader using Java.
Scaling & Servers
Shared media server for uploads.
Drupal to WordPress – The Observer
Content re-use – Auto-complete for previously published content.
Improve cache ability to improve performance – W3 total cache, but caused problems over time; certain query kills server resources.
Check slow query log for issues.
The fix – Plugin called ‘Memcached Object Cache’! Still issue though, cache fills up until flush. Possible solution: allot more RAM to cache.
* Lunch at Tadich’s Grill. AMAZING. Go there immediately!
Otto and Nacin Show
Object cache: wp_cache_set();
Transients: get_transient();
Global cache groups: wp_cache_add_global_groups();
switch_to_blog – The devil? Be sure to cache around it!
Set global cache around global nav; for that issue.
Interesting fact: wp_sideload_image() – Pulls image from external URL into media library, not used by WP but is included in core.
Deep WordPress VooDoo
Ask Barry – Scaling and Etc.
Building Custom CMS applications on WordPress
Developers…think about content!
Focus on C and M. Content and management.
What is the content?
What is the data?
Where is the data stored?
Document Revisions by Ben Balter (In beta)
Management: Who edits/contributes? How is it curated?
Go Back...