This Week in Website Performance is a weekly feature of the Monitis.com blog. It summarizes recent articles about website performance. Why? Because your friends at Monitis.com care.
Full table scan vs full index scan performance
Author: Stephane Combaudon.
Using full index scans are not always faster than a full table scan. Stephane explores the situations in which a sequential read through of a full table performs better than using randomly-read full index.
Big Data Problems in Monitoring at eBay
Author: Matt O’Keefe.
150 TB of log files. Per day. eBay has to deal with an enormous amount of data that is traditionally unformatted and tricky to deal with en masse. They have needed to formalize all logging and created a system using OLAP, Hadoop and H base to deal with all levels of logs. The final result is combined into a massive cube for data mining.
Monitis Survey Finds More Than Half of Frequent Online Shoppers Have Cancelled An Order Due to Slow Response Time
Author: Monitis.
In the bid for success in online marketshare, information is very important. Monitis has published results from their user survey, providing hard numbers to the understood fact that customers want responsive websites. With other questions in the survey this is a useful resource for e-commerce providers.
Big Data Using Erlang, C and Lisp To Fight the Tsunami Of Mobile Data
Author: Jon Vlachogiannis.
If the existing BigData solutions don’t seem a best fit to your situation, you may have considered rolling your own solution. BugSense did this with their in-memory data, writing a LISP language within C to avoid VM use, using erlang for inter-node communications, and modifying TCP_TIMEWAIT_LEN in the kernel.
Trimming The Fat
Author: Paul Robert Lloyd.
One man’s effort to optimize his website in several areas including javascript, CSS, SVG, and fonts. His efforts resulted in a reduction from 14 assets at 385 KB to 9 assets at just over 100 kb.
The post This Week In Website Performance appeared first on Monitis Blog.