Ubercart integration with Rapid 3.0 -- new service provided by eWAY.
Rapid 3.0
Rapid 3.0 offers complete control over the look and feel of your payment pages while taking merchants out of scope for PCI DSS compliance. For enhanced security, you can POST credit card data directly from the customer's web browser to eWAY, bypassing the merchant's website.
Sample code is available from within MYeWAY, along with many other resources for our development partners. Register for free today!
Beagle (free) and Beagle Alerts Integration
Payments sent through Rapid 3.0 will pass through the Beagle system, and for those with the service enabled, also through the Beagle Alerts system (powered by ReD).
Using ReD's vast neural network of transaction data from around the globe allows eWAY to validate the transaction against a broad range of risk factors.
Apache Solr Parallel indexing allows you to set the amount of CPU's you have to utilise the maximum of your system during index time.
Improvement
During this test, entity_cache was enabled and pre-warmed. Solr server was an external server and the website was really complex. Looks like a realistic test scenario to me!
Without Parallel Indexing
time drush --uri=http://mytestsite.com.dev solr-index --limit=1000
1000 items successfully processed. 972 documents successfully sent to Solr. [status]
real 1m21.416s
user 0m45.394s
sys 0m2.748s
Node types: complex ones, references and more.
Amount per run: 100
Calculation : 1k nodes in 1m 31s, with 100 nodes per run
Nodes per second : 11.
With Parallel indexing
time drush --uri=http://mytestsite.com.dev solr-index --limit=1000
1000 items successfully processed. 1008 documents successfully sent to Solr. [status]
real 0m31.858s
user 0m2.948s
sys 0m0.492s
Node types: complex ones, references and more.
Amount per run: 500
Settings: 8 CPU's at once