WIP so I can patch for testing
requested to merge issue/google_analytics_counter-3488734:3488734-segmentation-fault-during into 4.0.x
Handle partial chuncks when dividing total into chunks ex 7,578 / 100 = 75.78 Loop condition $index < 75.78 will run 75 times Last chunk of 78 items is missed
Closes #3488734