Slide 24
Slide 24 text
Strategies for Success
Consuming Feeds & Web Services
• Regularly importing data into Drupal can be resource intensive.
• Feeds, migrate, custom PHP etc… All share the same fundamental
problems:
• Fetching large datasets, which hog i/o, memory, and CPU
cycles.
• Lots of slow INSERT and UPDATE operations on the database.
• New data will not display immediately unless caches cleared.
• The solution? Move to the front end!