pubkey / rxdb

A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
https://rxdb.info/
Apache License 2.0
21.37k stars 1.04k forks source link

Slow document get with attachment #526

Closed yahyavi closed 6 years ago

yahyavi commented 6 years ago

getting documents with attachments (~100K) is slow in some runs.

Issue

Hi @pubkey , I am running into a weird problem. In my use case I am storing hundreds of documents with fairly small attachments (~100KB). In some runs getting the same exact documents in the same order can suddenly get very slow. It's hard to reproduce but I have attached timing from two different runs with identical data. Exactly same data being retrieved in the same order (environment being identical). Usually if I close the tab and reopen, it runs much faster. Happens rarely but has happened both in Firefox and Chrome and on multiple systems.

screen shot 2018-02-14 at 5 23 08 pm screen shot 2018-02-14 at 5 27 11 pm

Info

Code

This is what I am doing/timing:

const t1 = performance.now();
const doc = await this.cacheCollection.findOne(docName).exec();
const attachment = await doc.getAttachment(docName).getData();
const t2 = performance.now();
log.info(`Got from Cache in ${t2 - t1}, ...`);

reproduce

I still don't know exactly how to trigger the problem to reproduce and debug it. Is there a check/race condition that might slow down many consecutive gets that I can start looking into? Also is there a performance loss in using rxdb vs pouchdb directly?

pubkey commented 6 years ago

Hi @yahyavi Can you add another performance.now between the query.exec and getAttachment and then post the results?

Also have you tried this with the websql-adapter? If it's not reproducible there, I think I know where the problem is.

yahyavi commented 6 years ago

Sure, thanks. Will do and report back. Also another observation: in my use case I have occasional bursts of request with long idle times in between. I expected getting from cache in bursts to get slow but not quite this much. This is happening in fast runs, not the slow problem ones I attached above.

For example a normal fast run would give me the following log. Just want to make sure this expected (in a slow run every get is around ~4-5s):

Got from Cache in 23.700000005192123, Total size retrieved from cache: 0.036295MB
Got from Cache in 35.30000000318978, Total size retrieved from cache: 0.072573MB
Got from Cache in 47.8000000002794, Total size retrieved from cache: 0.108862MB
Got from Cache in 68.59999999869615, Total size retrieved from cache: 0.145178MB
Got from Cache in 61.400000005960464, Total size retrieved from cache: 0.18147MB
Got from Cache in 66.80000000051223, Total size retrieved from cache: 0.217781MB
Got from Cache in 76.70000000507571, Total size retrieved from cache: 0.2541MB
Got from Cache in 161.79999998712447, Total size retrieved from cache: 0.290424MB
Got from Cache in 176.3000000064494, Total size retrieved from cache: 0.326731MB
Got from Cache in 161.70000001147855, Total size retrieved from cache: 0.361016MB
Got from Cache in 151.50000000721775, Total size retrieved from cache: 0.395303MB
Got from Cache in 175.0999999931082, Total size retrieved from cache: 0.429562MB
Got from Cache in 208.59999999811407, Total size retrieved from cache: 0.463838MB
Got from Cache in 200.89999999618158, Total size retrieved from cache: 0.498122MB
Got from Cache in 197.00000000011642, Total size retrieved from cache: 0.532393MB
Got from Cache in 194.1999999980908, Total size retrieved from cache: 0.56667MB
Got from Cache in 185.299999997369, Total size retrieved from cache: 0.600569MB
Got from Cache in 216.00000000034925, Total size retrieved from cache: 0.634481MB
Got from Cache in 205.9000000008382, Total size retrieved from cache: 0.668378MB
Got from Cache in 198.49999999860302, Total size retrieved from cache: 0.702264MB
Got from Cache in 189.9999999877764, Total size retrieved from cache: 0.736142MB
Got from Cache in 241.99999999837019, Total size retrieved from cache: 0.770002MB
Got from Cache in 398.00000000104774, Total size retrieved from cache: 0.803789MB
Got from Cache in 467.5999999890337, Total size retrieved from cache: 0.837578MB
Got from Cache in 467.0999999943888, Total size retrieved from cache: 0.871385MB
Got from Cache in 467.50000001338776, Total size retrieved from cache: 0.905175MB
Got from Cache in 548.8999999943189, Total size retrieved from cache: 0.938993MB
Got from Cache in 549.4000000035157, Total size retrieved from cache: 0.972797MB
Got from Cache in 548.0999999999767, Total size retrieved from cache: 1.006594MB
Got from Cache in 549.1000000038184, Total size retrieved from cache: 1.0397MB
Got from Cache in 634.5000000001164, Total size retrieved from cache: 1.072791MB
Got from Cache in 632.2000000072876, Total size retrieved from cache: 1.105905MB
Got from Cache in 612.7000000124099, Total size retrieved from cache: 1.139033MB
Got from Cache in 615.3999999951338, Total size retrieved from cache: 1.172133MB
Got from Cache in 686.199999996461, Total size retrieved from cache: 1.205256MB
Got from Cache in 686.8000000104075, Total size retrieved from cache: 1.238378MB
Got from Cache in 687.9000000044471, Total size retrieved from cache: 1.271491MB
Got from Cache in 687.3000000050524, Total size retrieved from cache: 1.304612MB
Got from Cache in 685.2000000071712, Total size retrieved from cache: 1.337709MB
Got from Cache in 783.899999994901, Total size retrieved from cache: 1.370832MB
Got from Cache in 751.3999999937369, Total size retrieved from cache: 1.403967MB
Got from Cache in 838.4000000078231, Total size retrieved from cache: 1.43704MB
Got from Cache in 1031.0999999928754, Total size retrieved from cache: 1.470155MB
Got from Cache in 1026.899999997113, Total size retrieved from cache: 1.503253MB
Got from Cache in 1003.7999999913154, Total size retrieved from cache: 1.536358MB
Got from Cache in 1002.7999999874737, Total size retrieved from cache: 1.569492MB
Got from Cache in 1028.9999999949941, Total size retrieved from cache: 1.602577MB
Got from Cache in 1029.6000000089407, Total size retrieved from cache: 1.63565MB
Got from Cache in 1028.8000000000466, Total size retrieved from cache: 1.668776MB
Got from Cache in 1045.8999999973457, Total size retrieved from cache: 1.701905MB
Got from Cache in 972.9999999981374, Total size retrieved from cache: 1.735028MB
Got from Cache in 974.3000000016764, Total size retrieved from cache: 1.768171MB
Got from Cache in 1007.2000000072876, Total size retrieved from cache: 1.80128MB
Got from Cache in 1006.599999993341, Total size retrieved from cache: 1.8344MB
Got from Cache in 1006.3999999983935, Total size retrieved from cache: 1.86746MB
Got from Cache in 1001.1999999987893, Total size retrieved from cache: 1.900553MB
Got from Cache in 1019.1999999951804, Total size retrieved from cache: 1.932753MB
Got from Cache in 1011.2999999983003, Total size retrieved from cache: 1.964961MB
Got from Cache in 951.5000000101281, Total size retrieved from cache: 1.997199MB
Got from Cache in 962.8999999986263, Total size retrieved from cache: 2.029393MB
Got from Cache in 963.7000000075204, Total size retrieved from cache: 2.06161MB
Got from Cache in 963.1999999983236, Total size retrieved from cache: 2.093815MB
Got from Cache in 992.7000000025146, Total size retrieved from cache: 2.126031MB
Got from Cache in 1000.2999999996973, Total size retrieved from cache: 2.158266MB
Got from Cache in 1007.2000000072876, Total size retrieved from cache: 2.190485MB
Got from Cache in 1004.0000000008149, Total size retrieved from cache: 2.222687MB
Got from Cache in 949.0999999979977, Total size retrieved from cache: 2.254898MB
Got from Cache in 956.7999999999302, Total size retrieved from cache: 2.287098MB
Got from Cache in 955.9000000008382, Total size retrieved from cache: 2.319299MB
Got from Cache in 973.8999999972293, Total size retrieved from cache: 2.355574MB
Got from Cache in 974.1999999969266, Total size retrieved from cache: 2.389859MB
Got from Cache in 972.9999999981374, Total size retrieved from cache: 2.423771MB
Got from Cache in 1007.1000000025379, Total size retrieved from cache: 2.457562MB
Got from Cache in 1006.2000000034459, Total size retrieved from cache: 2.490684MB
Got from Cache in 1027.3999999917578, Total size retrieved from cache: 2.523807MB
Got from Cache in 1026.1000000027707, Total size retrieved from cache: 2.556054MB
Got from Cache in 944.4000000075903, Total size retrieved from cache: 2.590329MB
Got from Cache in 980.5999999953201, Total size retrieved from cache: 2.624222MB
Got from Cache in 976.4999999897555, Total size retrieved from cache: 2.65733MB
Got from Cache in 974.6000000013737, Total size retrieved from cache: 2.690446MB
Got from Cache in 972.5000000034925, Total size retrieved from cache: 2.723545MB
Got from Cache in 1009.2999999906169, Total size retrieved from cache: 2.755743MB
Got from Cache in 1398.4000000054948, Total size retrieved from cache: 2.792029MB
Got from Cache in 1437.999999994645, Total size retrieved from cache: 2.826313MB
Got from Cache in 1435.299999997369, Total size retrieved from cache: 2.860236MB
Got from Cache in 1421.7000000062399, Total size retrieved from cache: 2.893339MB
Got from Cache in 1438.9999999984866, Total size retrieved from cache: 2.926462MB
Got from Cache in 1463.1000000081258, Total size retrieved from cache: 2.959595MB
Got from Cache in 1510.599999994156, Total size retrieved from cache: 2.991806MB
Got from Cache in 1510.099999999511, Total size retrieved from cache: 3.028076MB
Got from Cache in 1489.6000000007916, Total size retrieved from cache: 3.061948MB
Got from Cache in 1514.6999999997206, Total size retrieved from cache: 3.095731MB
Got from Cache in 1514.7999999899184, Total size retrieved from cache: 3.128855MB
Got from Cache in 1509.299999990617, Total size retrieved from cache: 3.16196MB
Got from Cache in 1502.9999999969732, Total size retrieved from cache: 3.195065MB
Got from Cache in 1499.8999999952503, Total size retrieved from cache: 3.231365MB
Got from Cache in 1545.9999999875436, Total size retrieved from cache: 3.263605MB
Got from Cache in 1546.4000000065425, Total size retrieved from cache: 3.299895MB
Got from Cache in 1546.199999997043, Total size retrieved from cache: 3.334182MB
Got from Cache in 1566.8000000005122, Total size retrieved from cache: 3.368066MB
Got from Cache in 1568.5999999986961, Total size retrieved from cache: 3.401192MB
Got from Cache in 1567.1000000002095, Total size retrieved from cache: 3.43431MB
Got from Cache in 1565.8000000112224, Total size retrieved from cache: 3.466529MB
Got from Cache in 1574.9999999970896, Total size retrieved from cache: 3.502832MB
Got from Cache in 1575.700000001234, Total size retrieved from cache: 3.537113MB
Got from Cache in 1593.8999999925727, Total size retrieved from cache: 3.571008MB
Got from Cache in 1595.6999999907566, Total size retrieved from cache: 3.604791MB
Got from Cache in 1594.19999999227, Total size retrieved from cache: 3.637888MB
Got from Cache in 1593.799999987823, Total size retrieved from cache: 3.671004MB
Got from Cache in 1592.1000000089407, Total size retrieved from cache: 3.703187MB
Got from Cache in 1627.8000000020256, Total size retrieved from cache: 3.739503MB
Got from Cache in 1615.0999999954365, Total size retrieved from cache: 3.773391MB
Got from Cache in 1622.9000000021188, Total size retrieved from cache: 3.807179MB
Got from Cache in 1632.2999999974854, Total size retrieved from cache: 3.840313MB
Got from Cache in 1643.1000000011409, Total size retrieved from cache: 3.873447MB
Got from Cache in 1640.5999999988126, Total size retrieved from cache: 3.906568MB
Got from Cache in 1639.999999999418, Total size retrieved from cache: 3.938788MB
Got from Cache in 1639.8000000044703, Total size retrieved from cache: 3.975097MB
Got from Cache in 1639.4000000000233, Total size retrieved from cache: 4.009366MB
Got from Cache in 1638.7999999860767, Total size retrieved from cache: 4.043244MB
Got from Cache in 1668.999999994412, Total size retrieved from cache: 4.076361MB
Got from Cache in 1665.7000000122935, Total size retrieved from cache: 4.10947MB
Got from Cache in 1664.7999999986496, Total size retrieved from cache: 4.141683MB
Got from Cache in 1652.9000000009546, Total size retrieved from cache: 4.17799MB
Got from Cache in 1679.6999999933178, Total size retrieved from cache: 4.212273MB
Got from Cache in 1679.4999999983702, Total size retrieved from cache: 4.246562MB
Got from Cache in 1682.7000000048429, Total size retrieved from cache: 4.280371MB
Got from Cache in 1694.8000000120373, Total size retrieved from cache: 4.31346MB
Got from Cache in 1711.4000000001397, Total size retrieved from cache: 4.346602MB
Got from Cache in 1711.4999999903375, Total size retrieved from cache: 4.379715MB
Got from Cache in 1726.20000000461, Total size retrieved from cache: 4.411897MB
Got from Cache in 1725.8999999903608, Total size retrieved from cache: 4.448194MB
Got from Cache in 1724.4000000064261, Total size retrieved from cache: 4.482468MB
Got from Cache in 1720.0000000011642, Total size retrieved from cache: 4.516305MB
Got from Cache in 1783.899999994901, Total size retrieved from cache: 4.549377MB
Got from Cache in 1779.500000004191, Total size retrieved from cache: 4.582504MB
Got from Cache in 1779.0999999997439, Total size retrieved from cache: 4.615645MB
Got from Cache in 1775.3000000084285, Total size retrieved from cache: 4.647896MB
Got from Cache in 1772.400000001653, Total size retrieved from cache: 4.660225MB
Got from Cache in 1772.2000000067055, Total size retrieved from cache: 4.672568MB
Got from Cache in 1805.3999999974621, Total size retrieved from cache: 4.68492MB
Got from Cache in 1797.500000000582, Total size retrieved from cache: 4.697293MB
Got from Cache in 1804.9000000028173, Total size retrieved from cache: 4.70963MB
Got from Cache in 1856.7000000039116, Total size retrieved from cache: 4.722023MB
Got from Cache in 1837.7000000036787, Total size retrieved from cache: 4.734346MB
Got from Cache in 1837.2999999992317, Total size retrieved from cache: 4.7467MB
Got from Cache in 1868.3000000019092, Total size retrieved from cache: 4.759051MB
Got from Cache in 1866.2999999942258, Total size retrieved from cache: 4.771382MB
Got from Cache in 1849.8000000108732, Total size retrieved from cache: 4.783741MB
Got from Cache in 1853.900000001886, Total size retrieved from cache: 4.796072MB
Got from Cache in 1879.6999999904074, Total size retrieved from cache: 4.808465MB
Got from Cache in 1920.1000000030035, Total size retrieved from cache: 4.820816MB
Got from Cache in 1918.0000000051223, Total size retrieved from cache: 4.833164MB
Got from Cache in 1917.1000000060303, Total size retrieved from cache: 4.867448MB
Got from Cache in 1937.099999995553, Total size retrieved from cache: 4.879775MB
Got from Cache in 1900.3999999986263, Total size retrieved from cache: 4.892157MB
Got from Cache in 1899.2999999900348, Total size retrieved from cache: 4.904498MB
Got from Cache in 1898.6999999906402, Total size retrieved from cache: 4.916854MB
Got from Cache in 1958.9000000123633, Total size retrieved from cache: 4.929174MB
Got from Cache in 1956.90000000468, Total size retrieved from cache: 4.941542MB
Got from Cache in 1951.9000000000233, Total size retrieved from cache: 4.953914MB
Got from Cache in 1987.8000000026077, Total size retrieved from cache: 4.966262MB
Got from Cache in 1974.8000000108732, Total size retrieved from cache: 4.97861MB
Got from Cache in 2007.499999992433, Total size retrieved from cache: 4.990942MB
Got from Cache in 2052.0999999862397, Total size retrieved from cache: 5.003333MB
Got from Cache in 2129.49999999546, Total size retrieved from cache: 5.037595MB
Got from Cache in 3336.29999999539, Total size retrieved from cache: 5.049959MB
Got from Cache in 3334.100000007311, Total size retrieved from cache: 5.062304MB
Got from Cache in 3299.200000008568, Total size retrieved from cache: 5.074683MB
Got from Cache in 3296.70000000624, Total size retrieved from cache: 5.087046MB
Got from Cache in 3295.400000002701, Total size retrieved from cache: 5.099441MB
Got from Cache in 3327.000000004773, Total size retrieved from cache: 5.11176MB
Got from Cache in 3326.0000000009313, Total size retrieved from cache: 5.124115MB
Got from Cache in 3317.9999999993015, Total size retrieved from cache: 5.136468MB
Got from Cache in 3295.5000000074506, Total size retrieved from cache: 5.148858MB
Got from Cache in 3289.9000000033993, Total size retrieved from cache: 5.161217MB
Got from Cache in 3400.899999993271, Total size retrieved from cache: 5.173584MB
Got from Cache in 3396.8000000022585, Total size retrieved from cache: 5.185922MB
Got from Cache in 3394.000000000233, Total size retrieved from cache: 5.21981MB
Got from Cache in 3353.399999992689, Total size retrieved from cache: 5.232146MB
Got from Cache in 3422.2000000008848, Total size retrieved from cache: 5.2445MB
Got from Cache in 3420.0999999884516, Total size retrieved from cache: 5.256863MB
Got from Cache in 3417.9000000003725, Total size retrieved from cache: 5.269211MB
Got from Cache in 3418.100000009872, Total size retrieved from cache: 5.281581MB
Got from Cache in 3415.500000002794, Total size retrieved from cache: 5.293931MB
Got from Cache in 3396.900000007008, Total size retrieved from cache: 5.306299MB
Got from Cache in 3495.999999999185, Total size retrieved from cache: 5.318669MB
Got from Cache in 3494.9000000051456, Total size retrieved from cache: 5.331037MB
Got from Cache in 3494.3999999959487, Total size retrieved from cache: 5.343365MB
Got from Cache in 3500.499999994645, Total size retrieved from cache: 5.355718MB
Got from Cache in 3569.3000000028405, Total size retrieved from cache: 5.368064MB
Got from Cache in 3585.000000006403, Total size retrieved from cache: 5.380414MB
Got from Cache in 3583.599999998114, Total size retrieved from cache: 5.392797MB
Got from Cache in 3581.90000000468, Total size retrieved from cache: 5.405142MB
Got from Cache in 3575.700000001234, Total size retrieved from cache: 5.4175MB
Got from Cache in 3549.799999993411, Total size retrieved from cache: 5.429863MB
Got from Cache in 3603.500000011991, Total size retrieved from cache: 5.442227MB
Got from Cache in 3602.899999998044, Total size retrieved from cache: 5.454605MB
Got from Cache in 3602.100000003702, Total size retrieved from cache: 5.466955MB
Got from Cache in 3651.6999999876134, Total size retrieved from cache: 5.479306MB
Got from Cache in 3691.500000000815, Total size retrieved from cache: 5.491683MB
Got from Cache in 3704.299999997602, Total size retrieved from cache: 5.525485MB
Got from Cache in 3684.6999999979744, Total size retrieved from cache: 5.53786MB
Got from Cache in 3682.0999999908963, Total size retrieved from cache: 5.550234MB
Got from Cache in 3681.2000000063563, Total size retrieved from cache: 5.562577MB
Got from Cache in 3680.400000012014, Total size retrieved from cache: 5.574953MB
Got from Cache in 3795.9999999875436, Total size retrieved from cache: 5.587282MB
Got from Cache in 3794.399999998859, Total size retrieved from cache: 5.599639MB
Got from Cache in 3793.3999999950174, Total size retrieved from cache: 5.61199MB
Got from Cache in 3791.799999991781, Total size retrieved from cache: 5.619066MB
Got from Cache in 3841.199999995297, Total size retrieved from cache: 5.626104MB
Got from Cache in 3839.299999992363, Total size retrieved from cache: 5.63317MB
Got from Cache in 3854.699999996228, Total size retrieved from cache: 5.640228MB
Got from Cache in 3845.7999999955064, Total size retrieved from cache: 5.647259MB
Got from Cache in 3841.500000009546, Total size retrieved from cache: 5.654291MB
Got from Cache in 3839.0999999974156, Total size retrieved from cache: 5.661373MB
Got from Cache in 3972.299999993993, Total size retrieved from cache: 5.668436MB
Got from Cache in 3971.399999994901, Total size retrieved from cache: 5.675484MB
Got from Cache in 3972.600000008242, Total size retrieved from cache: 5.682545MB
Got from Cache in 3971.300000004703, Total size retrieved from cache: 5.689633MB
Got from Cache in 4121.49999999383, Total size retrieved from cache: 5.696714MB
Got from Cache in 4121.7000000033295, Total size retrieved from cache: 5.703784MB
Got from Cache in 4119.5000000006985, Total size retrieved from cache: 5.710822MB
Got from Cache in 4120.50000000454, Total size retrieved from cache: 5.717881MB
Got from Cache in 4099.6999999915715, Total size retrieved from cache: 5.724943MB
Got from Cache in 4098.79999999248, Total size retrieved from cache: 5.731999MB
Got from Cache in 4215.900000010151, Total size retrieved from cache: 5.739065MB
Got from Cache in 4214.600000006612, Total size retrieved from cache: 5.746124MB
Got from Cache in 4210.500000001048, Total size retrieved from cache: 5.753186MB
Got from Cache in 4295.400000002701, Total size retrieved from cache: 5.760239MB
Got from Cache in 4291.400000001886, Total size retrieved from cache: 5.7673MB
Got from Cache in 4285.0000000034925, Total size retrieved from cache: 5.774364MB
Got from Cache in 4277.900000000955, Total size retrieved from cache: 5.781391MB
Got from Cache in 4277.900000000955, Total size retrieved from cache: 5.788438MB
Got from Cache in 4277.299999987008, Total size retrieved from cache: 5.795504MB
Got from Cache in 4417.9000000003725, Total size retrieved from cache: 5.802537MB
Got from Cache in 4510.599999994156, Total size retrieved from cache: 5.809593MB
Got from Cache in 4505.399999994552, Total size retrieved from cache: 5.816633MB
Got from Cache in 4504.000000000815, Total size retrieved from cache: 5.82368MB
Got from Cache in 4622.399999992922, Total size retrieved from cache: 5.830714MB
Got from Cache in 4622.799999997369, Total size retrieved from cache: 5.837796MB
Got from Cache in 4621.799999993527, Total size retrieved from cache: 5.844845MB
Got from Cache in 4603.300000002491, Total size retrieved from cache: 5.851902MB
Got from Cache in 4602.7999999932945, Total size retrieved from cache: 5.858942MB
Got from Cache in 4601.8999999942025, Total size retrieved from cache: 5.86598MB
Got from Cache in 4703.099999998813, Total size retrieved from cache: 5.873042MB
Got from Cache in 4729.60000000603, Total size retrieved from cache: 5.880094MB
Got from Cache in 4726.199999990058, Total size retrieved from cache: 5.887141MB
Got from Cache in 4731.2999999994645, Total size retrieved from cache: 5.894195MB
Got from Cache in 4755.299999989802, Total size retrieved from cache: 5.901243MB
Got from Cache in 4738.59999999695, Total size retrieved from cache: 5.9083MB
Got from Cache in 4737.300000007963, Total size retrieved from cache: 5.915338MB
Got from Cache in 4734.8000000056345, Total size retrieved from cache: 5.922397MB
Got from Cache in 4731.700000003912, Total size retrieved from cache: 5.929429MB
Got from Cache in 4728.499999997439, Total size retrieved from cache: 5.936492MB
Got from Cache in 4722.199999989243, Total size retrieved from cache: 5.943525MB
Got from Cache in 4802.800000004936, Total size retrieved from cache: 5.9506MB
Got from Cache in 4794.19999998936, Total size retrieved from cache: 5.957644MB
Got from Cache in 4785.800000012387, Total size retrieved from cache: 5.964693MB
Got from Cache in 4808.199999999488, Total size retrieved from cache: 5.971773MB
Got from Cache in 4805.300000007264, Total size retrieved from cache: 5.978829MB
Got from Cache in 4805.900000006659, Total size retrieved from cache: 5.985902MB
Got from Cache in 4794.500000003609, Total size retrieved from cache: 5.992924MB
Got from Cache in 4792.300000000978, Total size retrieved from cache: 5.999992MB
Got from Cache in 4792.10000000603, Total size retrieved from cache: 6.007046MB
Got from Cache in 4790.599999992992, Total size retrieved from cache: 6.014109MB
Got from Cache in 4867.300000012619, Total size retrieved from cache: 6.021174MB
Got from Cache in 4882.599999997183, Total size retrieved from cache: 6.028246MB
Got from Cache in 4883.300000001327, Total size retrieved from cache: 6.03532MB
Got from Cache in 4904.599999994389, Total size retrieved from cache: 6.042381MB
Got from Cache in 4846.499999999651, Total size retrieved from cache: 6.049417MB
Got from Cache in 4846.799999999348, Total size retrieved from cache: 6.056473MB
Got from Cache in 4845.499999995809, Total size retrieved from cache: 6.063516MB
Got from Cache in 4845.099999991362, Total size retrieved from cache: 6.070559MB
Got from Cache in 4843.900000007125, Total size retrieved from cache: 6.07765MB
Got from Cache in 4840.400000000955, Total size retrieved from cache: 6.08472MB
Got from Cache in 4902.600000001257, Total size retrieved from cache: 6.091799MB
Got from Cache in 4902.000000001863, Total size retrieved from cache: 6.098846MB
Got from Cache in 4887.699999992037, Total size retrieved from cache: 6.13273MB
Got from Cache in 4736.299999989569, Total size retrieved from cache: 6.166613MB
Got from Cache in 4260.200000004261, Total size retrieved from cache: 6.200504MB
Got from Cache in 4004.2000000103144, Total size retrieved from cache: 6.234311MB
Got from Cache in 167.3000000009779, Total size retrieved from cache: 6.268092MB
Got from Cache in 386.59999999799766, Total size retrieved from cache: 6.301224MB
Got from Cache in 528.600000005099, Total size retrieved from cache: 6.334332MB
Got from Cache in 170.79999999259599, Total size retrieved from cache: 6.367424MB
Got from Cache in 79.50000000710133, Total size retrieved from cache: 6.400527MB
Got from Cache in 112.20000000321306, Total size retrieved from cache: 6.433637MB
Got from Cache in 248.0000000068685, Total size retrieved from cache: 6.466751MB
Got from Cache in 303.10000000463333, Total size retrieved from cache: 6.499857MB
Got from Cache in 240.20000000018626, Total size retrieved from cache: 6.532999MB
Got from Cache in 42.199999996228144, Total size retrieved from cache: 6.566113MB
Got from Cache in 69.49999999778811, Total size retrieved from cache: 6.599233MB
Got from Cache in 67.39999999990687, Total size retrieved from cache: 6.632357MB
Got from Cache in 71.50000000547152, Total size retrieved from cache: 6.665446MB
Got from Cache in 59.999999997671694, Total size retrieved from cache: 6.698556MB
Got from Cache in 76.20000001043081, Total size retrieved from cache: 6.730782MB
Got from Cache in 99.79999999632128, Total size retrieved from cache: 6.762944MB
Got from Cache in 88.80000001227017, Total size retrieved from cache: 6.795148MB
Got from Cache in 65.19999999727588, Total size retrieved from cache: 6.827372MB
Got from Cache in 83.199999993667, Total size retrieved from cache: 6.859615MB
Got from Cache in 95.6000000005588, Total size retrieved from cache: 6.891855MB
Got from Cache in 102.49999999359716, Total size retrieved from cache: 6.924077MB
Got from Cache in 89.50000000186265, Total size retrieved from cache: 6.957191MB
Got from Cache in 145.30000000377186, Total size retrieved from cache: 6.990347MB
Got from Cache in 185.60000001161825, Total size retrieved from cache: 7.02255MB
Got from Cache in 133.79999999597203, Total size retrieved from cache: 7.058879MB
Got from Cache in 154.0999999997439, Total size retrieved from cache: 7.092684MB
Got from Cache in 315.7000000064727, Total size retrieved from cache: 7.125786MB
Got from Cache in 36.099999997531995, Total size retrieved from cache: 7.157999MB
Got from Cache in 51.800000001094304, Total size retrieved from cache: 7.191767MB
Got from Cache in 81.20000000053551, Total size retrieved from cache: 7.224856MB
Got from Cache in 63.899999993736856, Total size retrieved from cache: 7.257095MB
Got from Cache in 62.999999994644895, Total size retrieved from cache: 7.291397MB
Got from Cache in 67.69999999960419, Total size retrieved from cache: 7.32451MB
Got from Cache in 67.99999999930151, Total size retrieved from cache: 7.356718MB
Got from Cache in 121.49999999382999, Total size retrieved from cache: 7.390525MB
Got from Cache in 109.59999999613501, Total size retrieved from cache: 7.423629MB
Got from Cache in 67.69999999960419, Total size retrieved from cache: 7.456767MB
Got from Cache in 56.70000000100117, Total size retrieved from cache: 7.489006MB
Got from Cache in 80.1999999966938, Total size retrieved from cache: 7.522103MB
Got from Cache in 82.60000000882428, Total size retrieved from cache: 7.555211MB
Got from Cache in 52.400000000488944, Total size retrieved from cache: 7.58747MB
Got from Cache in 46.70000000623986, Total size retrieved from cache: 7.621767MB
Got from Cache in 64.79999999282882, Total size retrieved from cache: 7.654876MB
Got from Cache in 82.20000000437722, Total size retrieved from cache: 7.687052MB
Got from Cache in 83.59999999811407, Total size retrieved from cache: 7.720847MB
Got from Cache in 104.0999999968335, Total size retrieved from cache: 7.753955MB
Got from Cache in 81.79999999993015, Total size retrieved from cache: 7.787082MB
Got from Cache in 54.299999988870695, Total size retrieved from cache: 7.81933MB
Got from Cache in 55.50000000221189, Total size retrieved from cache: 7.853221MB
Got from Cache in 125.89999999909196, Total size retrieved from cache: 7.886377MB
Got from Cache in 50.19999999785796, Total size retrieved from cache: 7.918621MB
Got from Cache in 62.29999999050051, Total size retrieved from cache: 7.952494MB
Got from Cache in 93.50000000267755, Total size retrieved from cache: 7.98559MB
Got from Cache in 100.50000000046566, Total size retrieved from cache: 8.017788MB
Got from Cache in 82.20000000437722, Total size retrieved from cache: 8.030164MB
Got from Cache in 55.59999999240972, Total size retrieved from cache: 8.042553MB
Got from Cache in 74.90000000689179, Total size retrieved from cache: 8.054943MB
Got from Cache in 64.19999999343418, Total size retrieved from cache: 8.067312MB
Got from Cache in 58.19999999948777, Total size retrieved from cache: 8.079686MB
Got from Cache in 134.79999999981374, Total size retrieved from cache: 8.092004MB
Got from Cache in 34.19999999459833, Total size retrieved from cache: 8.104373MB
Got from Cache in 50.60000000230502, Total size retrieved from cache: 8.116749MB
Got from Cache in 76.40000000537839, Total size retrieved from cache: 8.129108MB
Got from Cache in 52.20000000554137, Total size retrieved from cache: 8.141471MB
Got from Cache in 70.39999999688007, Total size retrieved from cache: 8.153841MB
Got from Cache in 66.9999999954598, Total size retrieved from cache: 8.166228MB
Got from Cache in 83.10000000346918, Total size retrieved from cache: 8.178618MB
Got from Cache in 329.09999998810235, Total size retrieved from cache: 8.191012MB
Got from Cache in 36.699999996926636, Total size retrieved from cache: 8.203387MB
Got from Cache in 56.799999991199, Total size retrieved from cache: 8.215746MB
Got from Cache in 71.40000000072177, Total size retrieved from cache: 8.228109MB
Got from Cache in 102.89999999804422, Total size retrieved from cache: 8.240466MB
Got from Cache in 85.09999999660067, Total size retrieved from cache: 8.252805MB
Got from Cache in 63.9999999984866, Total size retrieved from cache: 8.265151MB
Got from Cache in 219.50000000651926, Total size retrieved from cache: 8.277558MB
Got from Cache in 210.49999998649582, Total size retrieved from cache: 8.289924MB
Got from Cache in 157.90000000561122, Total size retrieved from cache: 8.302273MB
Got from Cache in 75.700000001234, Total size retrieved from cache: 8.314615MB
Got from Cache in 85.80000000074506, Total size retrieved from cache: 8.32698MB
Got from Cache in 92.1000000089407, Total size retrieved from cache: 8.339316MB
Got from Cache in 62.79999999969732, Total size retrieved from cache: 8.351678MB
Got from Cache in 78.20000000356231, Total size retrieved from cache: 8.364057MB
Got from Cache in 63.60000000859145, Total size retrieved from cache: 8.376423MB
Got from Cache in 68.7000000034459, Total size retrieved from cache: 8.38879MB
Got from Cache in 56.59999999625143, Total size retrieved from cache: 8.401165MB
Got from Cache in 204.7000000020489, Total size retrieved from cache: 8.413501MB
Got from Cache in 219.8999999964144, Total size retrieved from cache: 8.425845MB
Got from Cache in 81.39999999548309, Total size retrieved from cache: 8.432891MB
Got from Cache in 89.50000000186265, Total size retrieved from cache: 8.439978MB
Got from Cache in 149.3999999947846, Total size retrieved from cache: 8.447046MB
Got from Cache in 89.30000000691507, Total size retrieved from cache: 8.454107MB
Got from Cache in 72.00000000011642, Total size retrieved from cache: 8.461161MB
Got from Cache in 88.3999999932712, Total size retrieved from cache: 8.468206MB
Got from Cache in 75.29999999678694, Total size retrieved from cache: 8.475254MB
Got from Cache in 71.10000000102445, Total size retrieved from cache: 8.4823MB
Got from Cache in 67.80000000435393, Total size retrieved from cache: 8.489344MB
Got from Cache in 185.80000000656582, Total size retrieved from cache: 8.496423MB
Got from Cache in 105.99999999976717, Total size retrieved from cache: 8.503483MB
Got from Cache in 67.10000000020955, Total size retrieved from cache: 8.510546MB
Got from Cache in 56.70000000100117, Total size retrieved from cache: 8.51762MB
Got from Cache in 63.69999999878928, Total size retrieved from cache: 8.524678MB
Got from Cache in 55.999999996856786, Total size retrieved from cache: 8.531735MB
Got from Cache in 74.40000001224689, Total size retrieved from cache: 8.538797MB
Got from Cache in 98.70000000228174, Total size retrieved from cache: 8.545847MB
Got from Cache in 78.39999999850988, Total size retrieved from cache: 8.552916MB
Got from Cache in 90.70000000065193, Total size retrieved from cache: 8.559955MB
Got from Cache in 69.49999999778811, Total size retrieved from cache: 8.566996MB
Got from Cache in 69.39999999303836, Total size retrieved from cache: 8.574072MB
Got from Cache in 49.60000001301523, Total size retrieved from cache: 8.581114MB
Got from Cache in 184.5000000030268, Total size retrieved from cache: 8.588169MB
Got from Cache in 64.10000000323635, Total size retrieved from cache: 8.595231MB
Got from Cache in 58.09999999473803, Total size retrieved from cache: 8.602313MB
Got from Cache in 73.7000000081025, Total size retrieved from cache: 8.609373MB
Got from Cache in 87.59999999892898, Total size retrieved from cache: 8.616405MB
Got from Cache in 86.69999999983702, Total size retrieved from cache: 8.623489MB
Got from Cache in 71.89999999536667, Total size retrieved from cache: 8.630566MB
Got from Cache in 59.29999999352731, Total size retrieved from cache: 8.637619MB
Got from Cache in 64.50000000768341, Total size retrieved from cache: 8.644708MB

This one, I suspect there is a chance that concurrent inserts (on a separate collection) are happening and that might be what is slowing it down but I have to verify.

pubkey commented 6 years ago

I'm closing this because I don't think it will be solved here. This most likely is a pouchdb-problem and needs a test-case.

yahyavi commented 6 years ago

Yeah sorry had to deal with a deadline so for now I ended up disabling caching until I get a chance to investigate. Will report back when I get a chance.

yahyavi commented 6 years ago

Hey @pubkey I finally got around to test the code with pure pouchdb. And while pouchdb also gets slower with many gets on docs with attachments, it's definitely quite a bit faster than rxdb, so there is a performance penalty being paid here. Here's a recent log from one of the tests. It is getting ~10 times the data than before (new data: 77MB, old data: 8.6MB) and the slowest it gets is around 1.7seconds vs 4.8seconds per doc in the old test with smaller data.

Got from Cache in 35.39999999884458, Total size from cache: 0.000308MB
Got from Cache in 20.599999999831198, Total size from cache: 0.000618MB
Got from Cache in 25.10000000074797, Total size from cache: 0.000932MB
Got from Cache in 22.500000000945874, Total size from cache: 0.001243MB
Got from Cache in 25.99999999983993, Total size from cache: 0.001554MB
Got from Cache in 32.69999999974971, Total size from cache: 0.001865MB
Got from Cache in 31.69999999954598, Total size from cache: 0.002177MB
Got from Cache in 33.49999999954889, Total size from cache: 0.002486MB
Got from Cache in 37.99999999864667, Total size from cache: 0.002798MB
Got from Cache in 37.19999999884749, Total size from cache: 0.003004MB
Got from Cache in 51.799999999275315, Total size from cache: 0.00321MB
Got from Cache in 54.09999999938009, Total size from cache: 0.003523MB
Got from Cache in 58.19999999948777, Total size from cache: 0.003731MB
Got from Cache in 61.50000000161526, Total size from cache: 0.004047MB
Got from Cache in 63.00000000010186, Total size from cache: 0.004253MB
Got from Cache in 59.99999999949068, Total size from cache: 0.004461MB
Got from Cache in 62.40000000070722, Total size from cache: 0.004669MB
Got from Cache in 65.30000000020664, Total size from cache: 0.004985MB
Got from Cache in 83.0999999998312, Total size from cache: 0.005189MB
Got from Cache in 88.79999999953725, Total size from cache: 0.005393MB
Got from Cache in 93.89999999984866, Total size from cache: 0.005595MB
Got from Cache in 94.1000000002532, Total size from cache: 0.005797MB
Got from Cache in 109.00000000037835, Total size from cache: 0.005999MB
Got from Cache in 110.3000000002794, Total size from cache: 0.006314MB
Got from Cache in 110.90000000149303, Total size from cache: 0.006516MB
Got from Cache in 110.20000000098662, Total size from cache: 0.006718MB
Got from Cache in 110.59999999997672, Total size from cache: 0.00692MB
Got from Cache in 111.50000000088767, Total size from cache: 0.007126MB
Got from Cache in 139.6999999997206, Total size from cache: 0.007328MB
Got from Cache in 126.0999999994965, Total size from cache: 0.00753MB
Got from Cache in 128.60000000000582, Total size from cache: 0.007738MB
Got from Cache in 128.10000000172295, Total size from cache: 0.00794MB
Got from Cache in 146.80000000043947, Total size from cache: 0.00825MB
Got from Cache in 129.60000000020955, Total size from cache: 0.008458MB
Got from Cache in 128.49999999889405, Total size from cache: 0.008666MB
Got from Cache in 124.40000000060536, Total size from cache: 0.008872MB
Got from Cache in 122.90000000029977, Total size from cache: 0.009074MB
Got from Cache in 101.69999999925494, Total size from cache: 0.009278MB
Got from Cache in 121.90000000009604, Total size from cache: 0.009483MB
Got from Cache in 118.0000000003929, Total size from cache: 0.009687MB
Got from Cache in 118.19999999897846, Total size from cache: 0.00989MB
Got from Cache in 103.10000000026776, Total size from cache: 0.010092MB
Got from Cache in 119.70000000110304, Total size from cache: 0.010299MB
Got from Cache in 119.50000000069849, Total size from cache: 0.010501MB
Got from Cache in 120.69999999948777, Total size from cache: 0.010703MB
Got from Cache in 120.30000000049768, Total size from cache: 0.010905MB
Got from Cache in 120.39999999979045, Total size from cache: 0.011111MB
Got from Cache in 90.19999999873107, Total size from cache: 0.011313MB
Got from Cache in 114.3000000010943, Total size from cache: 0.011515MB
Got from Cache in 89.29999999963911, Total size from cache: 0.011723MB
Got from Cache in 58.50000000100408, Total size from cache: 0.011927MB
Got from Cache in 57.60000000009313, Total size from cache: 0.012131MB
Got from Cache in 75.20000000113214, Total size from cache: 0.012335MB
Got from Cache in 55.00000000029104, Total size from cache: 0.012537MB
Got from Cache in 53.49999999998545, Total size from cache: 0.012739MB
Got from Cache in 51.30000000099244, Total size from cache: 0.012941MB
Got from Cache in 15.199999999822467, Total size from cache: 0.256366MB
Got from Cache in 4.399999999805004, Total size from cache: 0.500143MB
Got from Cache in 15.40000000022701, Total size from cache: 0.744057MB
Got from Cache in 18.09999999932188, Total size from cache: 0.987477MB
Got from Cache in 22.30000000054133, Total size from cache: 1.231322MB
Got from Cache in 23.80000000084692, Total size from cache: 1.475103MB
Got from Cache in 114.90000000048894, Total size from cache: 1.720131MB
Got from Cache in 116.89999999907741, Total size from cache: 1.963909MB
Got from Cache in 116.39999999897555, Total size from cache: 2.20894MB
Got from Cache in 116.70000000049185, Total size from cache: 2.452768MB
Got from Cache in 114.90000000048894, Total size from cache: 2.697776MB
Got from Cache in 227.30000000046857, Total size from cache: 2.941645MB
Got from Cache in 175.99999999947613, Total size from cache: 3.186654MB
Got from Cache in 174.39999999987776, Total size from cache: 3.431652MB
Got from Cache in 89.89999999903375, Total size from cache: 3.679845MB
Got from Cache in 11.099999999714782, Total size from cache: 3.928395MB
Got from Cache in 14.79999999901338, Total size from cache: 4.176601MB
Got from Cache in 25.70000000014261, Total size from cache: 4.425248MB
Got from Cache in 28.09999999954016, Total size from cache: 4.673812MB
Got from Cache in 28.199999998832936, Total size from cache: 4.922335MB
Got from Cache in 31.70000000136497, Total size from cache: 5.170888MB
Got from Cache in 45.29999999977008, Total size from cache: 5.420769MB
Got from Cache in 41.500000001178705, Total size from cache: 5.670607MB
Got from Cache in 101.0999999998603, Total size from cache: 5.91929MB
Got from Cache in 96.3000000010652, Total size from cache: 6.167837MB
Got from Cache in 90.39999999913562, Total size from cache: 6.417658MB
Got from Cache in 90.50000000024738, Total size from cache: 6.667542MB
Got from Cache in 21.70000000114669, Total size from cache: 6.917388MB
Got from Cache in 177.40000000048894, Total size from cache: 6.918544MB
Got from Cache in 10.599999999612919, Total size from cache: 7.036019MB
Got from Cache in 12.800000000424916, Total size from cache: 7.158485MB
Got from Cache in 56.39999999948486, Total size from cache: 7.158924MB
Got from Cache in 62.40000000070722, Total size from cache: 7.26248MB
Got from Cache in 60.499999999592546, Total size from cache: 7.26292MB
Got from Cache in 64.69999999899301, Total size from cache: 7.372479MB
Got from Cache in 54.59999999948195, Total size from cache: 7.483093MB
Got from Cache in 64.99999999869033, Total size from cache: 7.884146MB
Got from Cache in 63.899999999193824, Total size from cache: 7.93059MB
Got from Cache in 74.89999999961583, Total size from cache: 8.034795MB
Got from Cache in 79.10000000083528, Total size from cache: 8.035235MB
Got from Cache in 95.80000000096334, Total size from cache: 8.13673MB
Got from Cache in 97.10000000086438, Total size from cache: 8.218018MB
Got from Cache in 103.29999999885331, Total size from cache: 8.218458MB
Got from Cache in 104.19999999976426, Total size from cache: 8.291234MB
Got from Cache in 106.9999999999709, Total size from cache: 8.364051MB
Got from Cache in 110.09999999987485, Total size from cache: 8.478029MB
Got from Cache in 144.19999999881838, Total size from cache: 8.577409MB
Got from Cache in 142.40000000063446, Total size from cache: 8.650364MB
Got from Cache in 173.00000000068394, Total size from cache: 8.737916MB
Got from Cache in 177.2000000000844, Total size from cache: 8.738357MB
Got from Cache in 179.29999999978463, Total size from cache: 10.147572MB
Got from Cache in 180.00000000029104, Total size from cache: 10.148013MB
Got from Cache in 184.6000000005006, Total size from cache: 10.207739MB
Got from Cache in 177.5999999990745, Total size from cache: 10.20818MB
Got from Cache in 171.59999999967113, Total size from cache: 10.208621MB
Got from Cache in 167.49999999956344, Total size from cache: 10.317997MB
Got from Cache in 159.2000000000553, Total size from cache: 10.318436MB
Got from Cache in 160.2999999995518, Total size from cache: 10.407375MB
Got from Cache in 207.0000000003347, Total size from cache: 10.407815MB
Got from Cache in 208.69999999922584, Total size from cache: 10.518326MB
Got from Cache in 212.29999999923166, Total size from cache: 10.602694MB
Got from Cache in 210.60000000034051, Total size from cache: 10.71546MB
Got from Cache in 227.999999999156, Total size from cache: 10.804497MB
Got from Cache in 224.50000000026193, Total size from cache: 12.213883MB
Got from Cache in 223.39999999894644, Total size from cache: 12.306731MB
Got from Cache in 223.2000000003609, Total size from cache: 12.399338MB
Got from Cache in 213.09999999903084, Total size from cache: 12.511836MB
Got from Cache in 184.89999999837892, Total size from cache: 12.572439MB
Got from Cache in 257.3000000011234, Total size from cache: 12.618575MB
Got from Cache in 260.7000000007247, Total size from cache: 12.720383MB
Got from Cache in 260.999999998603, Total size from cache: 12.816782MB
Got from Cache in 253.89999999970314, Total size from cache: 12.876479MB
Got from Cache in 240.99999999998545, Total size from cache: 12.967396MB
Got from Cache in 237.79999999896972, Total size from cache: 13.056552MB
Got from Cache in 236.3999999997759, Total size from cache: 13.137007MB
Got from Cache in 242.70000000069558, Total size from cache: 13.22983MB
Got from Cache in 241.29999999968277, Total size from cache: 13.329673MB
Got from Cache in 242.09999999948195, Total size from cache: 13.330113MB
Got from Cache in 292.49999999956344, Total size from cache: 13.403183MB
Got from Cache in 290.60000000026776, Total size from cache: 13.490727MB
Got from Cache in 292.2999999991589, Total size from cache: 13.491168MB
Got from Cache in 291.9999999994616, Total size from cache: 13.491608MB
Got from Cache in 293.4000000004744, Total size from cache: 13.551967MB
Got from Cache in 293.20000000006985, Total size from cache: 13.552407MB
Got from Cache in 305.4000000011001, Total size from cache: 13.552847MB
Got from Cache in 303.2000000002881, Total size from cache: 13.553286MB
Got from Cache in 304.3999999990774, Total size from cache: 13.644381MB
Got from Cache in 302.40000000048894, Total size from cache: 13.644821MB
Got from Cache in 341.80000000014843, Total size from cache: 13.645262MB
Got from Cache in 341.2000000007538, Total size from cache: 13.646413MB
Got from Cache in 341.80000000014843, Total size from cache: 13.763922MB
Got from Cache in 344.8000000007596, Total size from cache: 13.764362MB
Got from Cache in 324.80000000032305, Total size from cache: 13.764802MB
Got from Cache in 314.89999999939755, Total size from cache: 13.765243MB
Got from Cache in 311.60000000090804, Total size from cache: 13.888391MB
Got from Cache in 298.9999999990687, Total size from cache: 13.993518MB
Got from Cache in 280.800000000454, Total size from cache: 13.993961MB
Got from Cache in 282.7999999990425, Total size from cache: 13.994401MB
Got from Cache in 323.8999999994121, Total size from cache: 14.105174MB
Got from Cache in 327.2000000015396, Total size from cache: 14.219086MB
Got from Cache in 326.99999999931606, Total size from cache: 14.332697MB
Got from Cache in 327.00000000113505, Total size from cache: 15.744134MB
Got from Cache in 328.9999999997235, Total size from cache: 16.145298MB
Got from Cache in 331.9000000010419, Total size from cache: 16.207113MB
Got from Cache in 323.500000000422, Total size from cache: 16.254398MB
Got from Cache in 321.59999999930733, Total size from cache: 16.346564MB
Got from Cache in 322.7999999999156, Total size from cache: 16.436126MB
Got from Cache in 280.0999999999476, Total size from cache: 16.538519MB
Got from Cache in 294.4999999999709, Total size from cache: 16.623192MB
Got from Cache in 286.7999999998574, Total size from cache: 16.713145MB
Got from Cache in 286.7000000005646, Total size from cache: 16.786679MB
Got from Cache in 282.0000000010623, Total size from cache: 16.88981MB
Got from Cache in 281.8999999999505, Total size from cache: 16.987691MB
Got from Cache in 282.59999999863794, Total size from cache: 17.075681MB
Got from Cache in 283.5000000013679, Total size from cache: 17.158013MB
Got from Cache in 289.7999999986496, Total size from cache: 17.158456MB
Got from Cache in 290.30000000057044, Total size from cache: 17.262476MB
Got from Cache in 289.9999999990541, Total size from cache: 17.364381MB
Got from Cache in 338.2000000001426, Total size from cache: 17.453665MB
Got from Cache in 331.39999999912106, Total size from cache: 17.526628MB
Got from Cache in 331.7000000006374, Total size from cache: 17.62887MB
Got from Cache in 332.20000000073924, Total size from cache: 17.629311MB
Got from Cache in 309.69999999979336, Total size from cache: 17.629755MB
Got from Cache in 306.09999999978754, Total size from cache: 17.630199MB
Got from Cache in 301.1999999998807, Total size from cache: 17.630642MB
Got from Cache in 299.300000000585, Total size from cache: 17.631085MB
Got from Cache in 297.7000000009866, Total size from cache: 17.754474MB
Got from Cache in 287.2000000006665, Total size from cache: 17.860071MB
Got from Cache in 350.59999999975844, Total size from cache: 17.956887MB
Got from Cache in 351.0999999998603, Total size from cache: 17.957327MB
Got from Cache in 353.19999999956053, Total size from cache: 17.957766MB
Got from Cache in 379.19999999940046, Total size from cache: 17.958207MB
Got from Cache in 381.2000000016269, Total size from cache: 18.072505MB
Got from Cache in 385.40000000102737, Total size from cache: 18.072945MB
Got from Cache in 385.80000000001746, Total size from cache: 18.474807MB
Got from Cache in 388.00000000082946, Total size from cache: 18.475247MB
Got from Cache in 392.59999999922, Total size from cache: 19.886691MB
Got from Cache in 392.49999999992724, Total size from cache: 19.948526MB
Got from Cache in 418.4000000004744, Total size from cache: 20.008614MB
Got from Cache in 418.4000000004744, Total size from cache: 20.098488MB
Got from Cache in 419.1000000009808, Total size from cache: 20.18357MB
Got from Cache in 421.09999999956926, Total size from cache: 20.18401MB
Got from Cache in 426.1999999998807, Total size from cache: 20.274113MB
Got from Cache in 422.69999999916763, Total size from cache: 20.348124MB
Got from Cache in 420.00000000007276, Total size from cache: 20.442101MB
Got from Cache in 418.89999999875727, Total size from cache: 20.536565MB
Got from Cache in 416.9000000001688, Total size from cache: 20.610317MB
Got from Cache in 415.0000000008731, Total size from cache: 20.698466MB
Got from Cache in 476.0999999998603, Total size from cache: 20.698907MB
Got from Cache in 457.300000000032, Total size from cache: 20.699347MB
Got from Cache in 460.90000000003783, Total size from cache: 20.699788MB
Got from Cache in 461.700000001656, Total size from cache: 20.700229MB
Got from Cache in 465.1000000012573, Total size from cache: 20.822789MB
Got from Cache in 465.20000000055006, Total size from cache: 20.82323MB
Got from Cache in 469.4999999992433, Total size from cache: 20.92736MB
Got from Cache in 467.9999999989377, Total size from cache: 21.050934MB
Got from Cache in 465.29999999984284, Total size from cache: 21.157084MB
Got from Cache in 468.0000000007567, Total size from cache: 21.157526MB
Got from Cache in 520.8999999995285, Total size from cache: 21.157969MB
Got from Cache in 523.3000000007451, Total size from cache: 21.15913MB
Got from Cache in 523.9000000001397, Total size from cache: 21.273398MB
Got from Cache in 526.0999999991327, Total size from cache: 21.38338MB
Got from Cache in 532.1999999996478, Total size from cache: 21.383822MB
Got from Cache in 547.6999999991676, Total size from cache: 21.384265MB
Got from Cache in 538.9999999988504, Total size from cache: 21.498869MB
Got from Cache in 536.7000000005646, Total size from cache: 21.900337MB
Got from Cache in 543.2000000000698, Total size from cache: 21.96212MB
Got from Cache in 544.4000000006781, Total size from cache: 22.056241MB
Got from Cache in 587.1000000006461, Total size from cache: 22.158847MB
Got from Cache in 585.9000000000378, Total size from cache: 22.249588MB
Got from Cache in 565.0999999998021, Total size from cache: 22.323398MB
Got from Cache in 567.2999999987951, Total size from cache: 22.437586MB
Got from Cache in 567.6999999996042, Total size from cache: 22.538395MB
Got from Cache in 569.2999999992026, Total size from cache: 22.612514MB
Got from Cache in 578.7000000000262, Total size from cache: 23.014243MB
Got from Cache in 579.2000000001281, Total size from cache: 23.097785MB
Got from Cache in 580.2999999996246, Total size from cache: 23.098228MB
Got from Cache in 581.0999999994237, Total size from cache: 23.098672MB
Got from Cache in 619.0999999998894, Total size from cache: 23.099116MB
Got from Cache in 620.8000000005995, Total size from cache: 23.099559MB
Got from Cache in 621.6000000003987, Total size from cache: 23.100002MB
Got from Cache in 623.69999999828, Total size from cache: 23.160168MB
Got from Cache in 621.7000000015105, Total size from cache: 23.283835MB
Got from Cache in 624.6999999984837, Total size from cache: 23.388211MB
Got from Cache in 613.100000000486, Total size from cache: 23.498851MB
Got from Cache in 615.0999999990745, Total size from cache: 23.616947MB
Got from Cache in 611.1999999993714, Total size from cache: 23.617385MB
Got from Cache in 609.8999999994703, Total size from cache: 23.617825MB
Got from Cache in 650.7000000001426, Total size from cache: 23.732897MB
Got from Cache in 645.700000000943, Total size from cache: 23.795394MB
Got from Cache in 647.3000000005413, Total size from cache: 23.875778MB
Got from Cache in 647.3999999998341, Total size from cache: 23.93545MB
Got from Cache in 648.6999999997352, Total size from cache: 24.008802MB
Got from Cache in 651.2999999995372, Total size from cache: 24.113007MB
Got from Cache in 652.6999999987311, Total size from cache: 24.20677MB
Got from Cache in 651.400000000649, Total size from cache: 24.309311MB
Got from Cache in 651.7999999996391, Total size from cache: 24.382997MB
Got from Cache in 651.2000000002445, Total size from cache: 24.463036MB
Got from Cache in 695.9999999999127, Total size from cache: 24.546219MB
Got from Cache in 697.0999999994092, Total size from cache: 24.546662MB
Got from Cache in 692.6000000003114, Total size from cache: 24.637299MB
Got from Cache in 697.2999999998137, Total size from cache: 24.711302MB
Got from Cache in 697.4000000009255, Total size from cache: 24.795745MB
Got from Cache in 691.6999999994005, Total size from cache: 24.891122MB
Got from Cache in 694.2999999992026, Total size from cache: 24.965195MB
Got from Cache in 689.699999998993, Total size from cache: 25.066262MB
Got from Cache in 688.400000000911, Total size from cache: 25.165176MB
Got from Cache in 686.9000000006054, Total size from cache: 25.165615MB
Got from Cache in 772.1000000001368, Total size from cache: 25.166055MB
Got from Cache in 749.2000000002008, Total size from cache: 25.166494MB
Got from Cache in 751.2000000006083, Total size from cache: 25.239426MB
Got from Cache in 752.5000000005093, Total size from cache: 25.239865MB
Got from Cache in 766.9000000005326, Total size from cache: 25.332386MB
Got from Cache in 766.7999999994208, Total size from cache: 25.333543MB
Got from Cache in 767.4000000006345, Total size from cache: 25.444046MB
Got from Cache in 765.6999999999243, Total size from cache: 25.550881MB
Got from Cache in 765.9000000003289, Total size from cache: 25.551319MB
Got from Cache in 766.7000000001281, Total size from cache: 25.551763MB
Got from Cache in 813.1999999986874, Total size from cache: 25.552206MB
Got from Cache in 814.4000000011147, Total size from cache: 25.552649MB
Got from Cache in 815.5000000006112, Total size from cache: 25.662878MB
Got from Cache in 815.8999999996013, Total size from cache: 25.663317MB
Got from Cache in 806.1999999990803, Total size from cache: 25.663756MB
Got from Cache in 818.200000001525, Total size from cache: 25.664195MB
Got from Cache in 814.1999999988911, Total size from cache: 25.778199MB
Got from Cache in 811.9000000006054, Total size from cache: 27.189771MB
Got from Cache in 806.0999999997875, Total size from cache: 27.249926MB
Got from Cache in 801.9999999996799, Total size from cache: 27.340253MB
Got from Cache in 820.4999999998108, Total size from cache: 27.420385MB
Got from Cache in 822.599999999511, Total size from cache: 27.503072MB
Got from Cache in 823.2000000007247, Total size from cache: 27.576789MB
Got from Cache in 826.600000000326, Total size from cache: 27.577229MB
Got from Cache in 827.1000000004278, Total size from cache: 27.651642MB
Got from Cache in 814.8999999993976, Total size from cache: 27.752793MB
Got from Cache in 810.9000000004016, Total size from cache: 27.851853MB
Got from Cache in 807.0999999999913, Total size from cache: 27.852291MB
Got from Cache in 804.2999999997846, Total size from cache: 27.852731MB
Got from Cache in 805.2000000006956, Total size from cache: 27.963406MB
Got from Cache in 977.5000000008731, Total size from cache: 27.963844MB
Got from Cache in 978.6000000003696, Total size from cache: 28.077938MB
Got from Cache in 979.5999999987544, Total size from cache: 28.078377MB
Got from Cache in 981.6000000009808, Total size from cache: 28.078816MB
Got from Cache in 976.5999999999622, Total size from cache: 28.202358MB
Got from Cache in 987.9000000000815, Total size from cache: 28.320487MB
Got from Cache in 987.6000000003842, Total size from cache: 28.368155MB
Got from Cache in 981.5999999991618, Total size from cache: 28.475103MB
Got from Cache in 978.5000000010768, Total size from cache: 28.57498MB
Got from Cache in 974.5000000002619, Total size from cache: 28.684357MB
Got from Cache in 1006.4000000002125, Total size from cache: 28.798324MB
Got from Cache in 1004.5999999983906, Total size from cache: 30.209721MB
Got from Cache in 998.3000000011089, Total size from cache: 30.270627MB
Got from Cache in 999.4999999998981, Total size from cache: 30.363744MB
Got from Cache in 998.9999999997963, Total size from cache: 30.466307MB
Got from Cache in 1000.4000000008091, Total size from cache: 30.568958MB
Got from Cache in 999.7000000003027, Total size from cache: 30.671058MB
Got from Cache in 1000.7999999997992, Total size from cache: 30.751399MB
Got from Cache in 1000.2000000004045, Total size from cache: 30.831105MB
Got from Cache in 1003.8999999997031, Total size from cache: 30.904168MB
Got from Cache in 1063.0000000001019, Total size from cache: 30.978639MB
Got from Cache in 1064.0000000003056, Total size from cache: 31.080701MB
Got from Cache in 1063.799999999901, Total size from cache: 31.154373MB
Got from Cache in 1063.6000000013155, Total size from cache: 31.255008MB
Got from Cache in 1074.1999999991094, Total size from cache: 31.353396MB
Got from Cache in 1074.5999999999185, Total size from cache: 31.353836MB
Got from Cache in 1061.4999999997963, Total size from cache: 31.458239MB
Got from Cache in 1058.500000001004, Total size from cache: 31.532686MB
Got from Cache in 1055.7000000007974, Total size from cache: 31.617016MB
Got from Cache in 1054.2999999997846, Total size from cache: 31.720881MB
Got from Cache in 1109.3999999993684, Total size from cache: 31.761919MB
Got from Cache in 1085.399999999936, Total size from cache: 31.878579MB
Got from Cache in 1082.0000000003347, Total size from cache: 31.879741MB
Got from Cache in 1088.0999999990308, Total size from cache: 31.880182MB
Got from Cache in 1085.6999999996333, Total size from cache: 31.989098MB
Got from Cache in 1086.9999999995343, Total size from cache: 31.989538MB
Got from Cache in 1086.2000000015541, Total size from cache: 32.096807MB
Got from Cache in 1086.0999999986234, Total size from cache: 32.204569MB
Got from Cache in 1087.3999999985244, Total size from cache: 32.205009MB
Got from Cache in 1085.0000000009459, Total size from cache: 32.315795MB
Got from Cache in 1135.10000000133, Total size from cache: 32.429223MB
Got from Cache in 1136.3000000001193, Total size from cache: 32.430383MB
Got from Cache in 1131.600000000617, Total size from cache: 32.541076MB
Got from Cache in 1129.8999999999069, Total size from cache: 32.541518MB
Got from Cache in 1135.0000000002183, Total size from cache: 32.541961MB
Got from Cache in 1111.800000000585, Total size from cache: 32.657822MB
Got from Cache in 1103.9999999993597, Total size from cache: 33.059129MB
Got from Cache in 1100.5999999997584, Total size from cache: 33.121387MB
Got from Cache in 1099.2999999998574, Total size from cache: 33.210145MB
Got from Cache in 1099.2000000005646, Total size from cache: 33.31196MB
Got from Cache in 1150.4000000004453, Total size from cache: 33.401437MB
Got from Cache in 1146.099999999933, Total size from cache: 33.475775MB
Got from Cache in 1147.1000000001368, Total size from cache: 33.586387MB
Got from Cache in 1146.4999999989232, Total size from cache: 33.688333MB
Got from Cache in 1146.099999999933, Total size from cache: 33.762767MB
Got from Cache in 1141.6000000008353, Total size from cache: 33.847178MB
Got from Cache in 1142.3000000013417, Total size from cache: 33.96507MB
Got from Cache in 1140.1999999998225, Total size from cache: 34.087406MB
Got from Cache in 1140.9999999996217, Total size from cache: 34.087848MB
Got from Cache in 1136.1000000015338, Total size from cache: 34.151394MB
Got from Cache in 1184.6000000005006, Total size from cache: 34.192579MB
Got from Cache in 1181.3999999994849, Total size from cache: 34.309061MB
Got from Cache in 1178.6000000010972, Total size from cache: 34.310226MB
Got from Cache in 1181.0000000004948, Total size from cache: 34.420146MB
Got from Cache in 1179.7000000005937, Total size from cache: 34.52872MB
Got from Cache in 1176.7999999992753, Total size from cache: 35.939559MB
Got from Cache in 1177.5999999990745, Total size from cache: 36.048156MB
Got from Cache in 1177.5999999990745, Total size from cache: 36.096941MB
Got from Cache in 1176.1999999998807, Total size from cache: 36.201244MB
Got from Cache in 1170.29999999977, Total size from cache: 36.311603MB
Got from Cache in 1210.3000000006432, Total size from cache: 36.423152MB
Got from Cache in 1209.0000000007421, Total size from cache: 36.537255MB
Got from Cache in 1206.0999999994237, Total size from cache: 37.956109MB
Got from Cache in 1200.699999999415, Total size from cache: 38.017318MB
Got from Cache in 1204.9999999999272, Total size from cache: 38.10747MB
Got from Cache in 1205.09999999922, Total size from cache: 38.187592MB
Got from Cache in 1207.3999999993248, Total size from cache: 38.272728MB
Got from Cache in 1214.799999999741, Total size from cache: 38.345969MB
Got from Cache in 1215.7999999999447, Total size from cache: 38.420077MB
Got from Cache in 1214.5000000000437, Total size from cache: 38.495512MB
Got from Cache in 1265.400000000227, Total size from cache: 38.590708MB
Got from Cache in 1265.0999999987107, Total size from cache: 38.693122MB
Got from Cache in 1266.5999999990163, Total size from cache: 38.768242MB
Got from Cache in 1269.5999999996275, Total size from cache: 38.871769MB
Got from Cache in 1267.9000000007363, Total size from cache: 38.95731MB
Got from Cache in 1274.4000000002416, Total size from cache: 39.056065MB
Got from Cache in 1272.6000000002387, Total size from cache: 39.148941MB
Got from Cache in 1273.9000000001397, Total size from cache: 39.272238MB
Got from Cache in 1274.3999999984226, Total size from cache: 39.360625MB
Got from Cache in 1273.1999999996333, Total size from cache: 39.361068MB
Got from Cache in 1320.7999999995081, Total size from cache: 39.361512MB
Got from Cache in 1312.7999999996973, Total size from cache: 39.466533MB
Got from Cache in 1310.7999999992899, Total size from cache: 39.53063MB
Got from Cache in 1308.6999999995896, Total size from cache: 39.571034MB
Got from Cache in 1317.800000000716, Total size from cache: 39.68831MB
Got from Cache in 1314.9000000012165, Total size from cache: 39.689473MB
Got from Cache in 1305.900000001202, Total size from cache: 39.808243MB
Got from Cache in 1301.900000000387, Total size from cache: 39.917028MB
Got from Cache in 1302.9999999998836, Total size from cache: 39.917471MB
Got from Cache in 1305.0999999995838, Total size from cache: 40.029032MB
Got from Cache in 1352.100000000064, Total size from cache: 40.029475MB
Got from Cache in 1351.5999999999622, Total size from cache: 40.143586MB
Got from Cache in 1352.7000000012777, Total size from cache: 40.144743MB
Got from Cache in 1358.3999999991647, Total size from cache: 40.54802MB
Got from Cache in 1359.8999999994703, Total size from cache: 40.611179MB
Got from Cache in 1367.500000000291, Total size from cache: 40.672142MB
Got from Cache in 1364.7000000000844, Total size from cache: 40.778613MB
Got from Cache in 1366.600000001199, Total size from cache: 40.779052MB
Got from Cache in 1375.2000000004045, Total size from cache: 40.889386MB
Got from Cache in 1363.999999999578, Total size from cache: 40.978836MB
Got from Cache in 1407.6999999997497, Total size from cache: 41.082005MB
Got from Cache in 1405.799999998635, Total size from cache: 41.185013MB
Got from Cache in 1406.699999999546, Total size from cache: 41.275576MB
Got from Cache in 1405.8999999997468, Total size from cache: 41.351804MB
Got from Cache in 1404.5999999998457, Total size from cache: 41.45722MB
Got from Cache in 1387.800000000425, Total size from cache: 41.54292MB
Got from Cache in 1388.600000000224, Total size from cache: 41.944674MB
Got from Cache in 1393.7000000005355, Total size from cache: 42.067966MB
Got from Cache in 1394.800000000032, Total size from cache: 42.118005MB
Got from Cache in 1394.399999999223, Total size from cache: 42.182394MB
Got from Cache in 1451.600000000326, Total size from cache: 42.222946MB
Got from Cache in 1452.9999999995198, Total size from cache: 42.317346MB
Got from Cache in 1451.5000000010332, Total size from cache: 42.434888MB
Got from Cache in 1451.3999999999214, Total size from cache: 42.5283MB
Got from Cache in 1450.8000000005268, Total size from cache: 42.651817MB
Got from Cache in 1451.3000000006286, Total size from cache: 42.742297MB
Got from Cache in 1451.100000000224, Total size from cache: 42.842709MB
Got from Cache in 1450.8999999998196, Total size from cache: 42.928451MB
Got from Cache in 1442.1000000002095, Total size from cache: 43.034484MB
Got from Cache in 1448.6999999990076, Total size from cache: 43.03565MB
Got from Cache in 1484.599999999773, Total size from cache: 43.145433MB
Got from Cache in 1483.4000000009837, Total size from cache: 43.247044MB
Got from Cache in 1482.1999999985565, Total size from cache: 43.358727MB
Got from Cache in 1480.5000000014843, Total size from cache: 43.476263MB
Got from Cache in 1461.5999999987253, Total size from cache: 43.539665MB
Got from Cache in 1462.2999999992317, Total size from cache: 43.600864MB
Got from Cache in 1461.9000000002416, Total size from cache: 43.704031MB
Got from Cache in 1457.5999999997293, Total size from cache: 43.807271MB
Got from Cache in 1459.0000000007421, Total size from cache: 43.887644MB
Got from Cache in 1455.3000000014435, Total size from cache: 43.961451MB
Got from Cache in 1504.2999999986932, Total size from cache: 44.056077MB
Got from Cache in 1504.6000000002095, Total size from cache: 44.159797MB
Got from Cache in 1509.5000000001164, Total size from cache: 44.243585MB
Got from Cache in 1515.2999999991152, Total size from cache: 44.244025MB
Got from Cache in 1501.5000000003056, Total size from cache: 44.341779MB
Got from Cache in 1483.5000000002765, Total size from cache: 44.418448MB
Got from Cache in 1482.6999999986583, Total size from cache: 44.520735MB
Got from Cache in 1482.0999999992637, Total size from cache: 44.621108MB
Got from Cache in 1482.2999999996682, Total size from cache: 44.744571MB
Got from Cache in 1480.600000000777, Total size from cache: 44.836408MB
Got from Cache in 1518.1000000011409, Total size from cache: 44.954142MB
Got from Cache in 1518.2999999997264, Total size from cache: 44.954582MB
Got from Cache in 1517.8000000014435, Total size from cache: 45.078284MB
Got from Cache in 1519.0999999995256, Total size from cache: 45.078724MB
Got from Cache in 1517.6999999985128, Total size from cache: 45.079889MB
Got from Cache in 1523.4999999993306, Total size from cache: 45.189452MB
Got from Cache in 1524.6999999999389, Total size from cache: 45.189892MB
Got from Cache in 1516.9000000005326, Total size from cache: 45.299613MB
Got from Cache in 1514.3000000007305, Total size from cache: 45.410322MB
Got from Cache in 1513.5000000009313, Total size from cache: 45.524324MB
Got from Cache in 1561.4999999997963, Total size from cache: 45.927651MB
Got from Cache in 1562.7999999996973, Total size from cache: 46.051204MB
Got from Cache in 1562.5, Total size from cache: 46.115207MB
Got from Cache in 1564.8000000001048, Total size from cache: 46.233137MB
Got from Cache in 1564.5000000004075, Total size from cache: 46.293875MB
Got from Cache in 1568.4999999994034, Total size from cache: 46.294312MB
Got from Cache in 1556.5999999998894, Total size from cache: 46.385619MB
Got from Cache in 1554.8000000017055, Total size from cache: 46.488941MB
Got from Cache in 1552.9999999998836, Total size from cache: 46.591909MB
Got from Cache in 1551.6999999999825, Total size from cache: 46.682623MB
Got from Cache in 1609.3999999993684, Total size from cache: 46.759727MB
Got from Cache in 1605.4000000003725, Total size from cache: 46.865661MB
Got from Cache in 1583.599999999933, Total size from cache: 46.948809MB
Got from Cache in 1584.8000000005413, Total size from cache: 46.949252MB
Got from Cache in 1584.6999999994296, Total size from cache: 47.072676MB
Got from Cache in 1591.4000000011583, Total size from cache: 47.073835MB
Got from Cache in 1591.2000000007538, Total size from cache: 47.13896MB
Got from Cache in 1592.0999999998457, Total size from cache: 47.25694MB
Got from Cache in 1591.099999999642, Total size from cache: 47.298421MB
Got from Cache in 1591.2000000007538, Total size from cache: 47.416134MB
Got from Cache in 1642.7999999996246, Total size from cache: 47.539791MB
Got from Cache in 1640.400000000227, Total size from cache: 47.540958MB
Got from Cache in 1641.7999999994208, Total size from cache: 47.659931MB
Got from Cache in 1642.6999999985128, Total size from cache: 47.76989MB
Got from Cache in 1643.3999999990192, Total size from cache: 47.872683MB
Got from Cache in 1650.3999999986263, Total size from cache: 47.988047MB
Got from Cache in 1650.6000000008498, Total size from cache: 48.098992MB
Got from Cache in 1651.0999999991327, Total size from cache: 48.161676MB
Got from Cache in 1663.2000000008702, Total size from cache: 48.255055MB
Got from Cache in 1663.4000000012747, Total size from cache: 48.357497MB
Got from Cache in 1695.400000000518, Total size from cache: 48.46914MB
Got from Cache in 1693.0999999985943, Total size from cache: 48.579035MB
Got from Cache in 1689.4999999985885, Total size from cache: 48.697289MB
Got from Cache in 1688.2000000005064, Total size from cache: 48.761667MB
Got from Cache in 1686.4999999997963, Total size from cache: 48.853994MB
Got from Cache in 1661.6999999987456, Total size from cache: 48.957229MB
Got from Cache in 1662.7999999982421, Total size from cache: 49.047339MB
Got from Cache in 1661.099999999351, Total size from cache: 49.127819MB
Got from Cache in 1659.1000000007625, Total size from cache: 49.201957MB
Got from Cache in 1661.499999998341, Total size from cache: 49.297554MB
Got from Cache in 1718.8999999998487, Total size from cache: 49.375204MB
Got from Cache in 1720.7999999991443, Total size from cache: 49.477763MB
Got from Cache in 1724.899999999252, Total size from cache: 49.571926MB
Got from Cache in 1726.5999999999622, Total size from cache: 49.675825MB
Got from Cache in 1727.100000000064, Total size from cache: 49.759983MB
Got from Cache in 1727.100000000064, Total size from cache: 49.760422MB
Got from Cache in 1726.0000000005675, Total size from cache: 49.760861MB
Got from Cache in 1683.1999999994878, Total size from cache: 49.8671MB
Got from Cache in 1685.5999999988853, Total size from cache: 49.943268MB
Got from Cache in 1684.900000000198, Total size from cache: 50.026878MB
Got from Cache in 1735.2999999984604, Total size from cache: 50.133858MB
Got from Cache in 1732.800000001589, Total size from cache: 50.175782MB
Got from Cache in 1731.8999999988591, Total size from cache: 50.293514MB
Got from Cache in 1614.900000000489, Total size from cache: 50.293952MB
Got from Cache in 1606.2999999994645, Total size from cache: 50.29439MB
Got from Cache in 1607.2000000003754, Total size from cache: 50.295549MB
Got from Cache in 1606.2999999994645, Total size from cache: 50.404864MB
Got from Cache in 1591.8000000001484, Total size from cache: 50.512814MB
Got from Cache in 1591.5999999997439, Total size from cache: 50.623294MB
Got from Cache in 1555.500000000393, Total size from cache: 50.738559MB
Got from Cache in 1605.0999999988562, Total size from cache: 50.800443MB
Got from Cache in 1604.799999999159, Total size from cache: 50.891209MB
Got from Cache in 1604.4000000001688, Total size from cache: 50.99561MB
Got from Cache in 1603.900000000067, Total size from cache: 51.08506MB
Got from Cache in 1602.3999999997613, Total size from cache: 51.170003MB
Got from Cache in 1600.8999999994558, Total size from cache: 51.259983MB
Got from Cache in 1598.0999999992491, Total size from cache: 51.355303MB
Got from Cache in 1537.1999999988475, Total size from cache: 51.447567MB
Got from Cache in 1524.600000000646, Total size from cache: 51.550902MB
Got from Cache in 1524.199999999837, Total size from cache: 51.634351MB
Got from Cache in 1596.4999999996508, Total size from cache: 51.634792MB
Got from Cache in 1595.999999999549, Total size from cache: 51.733787MB
Got from Cache in 1596.4999999996508, Total size from cache: 51.8233MB
Got from Cache in 1596.6000000007625, Total size from cache: 51.886622MB
Got from Cache in 1541.800000000876, Total size from cache: 51.957239MB
Got from Cache in 1540.9999999992579, Total size from cache: 52.07994MB
Got from Cache in 1531.7999999988388, Total size from cache: 52.203175MB
Got from Cache in 1526.7000000003463, Total size from cache: 52.203616MB
Got from Cache in 1525.500000001557, Total size from cache: 52.321622MB
Got from Cache in 1524.199999999837, Total size from cache: 52.421427MB
Got from Cache in 1614.7000000000844, Total size from cache: 52.530828MB
Got from Cache in 1613.7999999991735, Total size from cache: 52.63988MB
Got from Cache in 1566.1000000000058, Total size from cache: 52.757911MB
Got from Cache in 1557.8000000004977, Total size from cache: 54.168489MB
Got from Cache in 1557.4999999989814, Total size from cache: 54.217774MB
Got from Cache in 1557.4000000015076, Total size from cache: 54.319779MB
Got from Cache in 1556.1999999990803, Total size from cache: 54.404272MB
Got from Cache in 1499.2999999994936, Total size from cache: 54.47696MB
Got from Cache in 1550.3000000007887, Total size from cache: 54.569646MB
Got from Cache in 1549.300000000585, Total size from cache: 54.674207MB
Got from Cache in 1632.9999999998108, Total size from cache: 54.772731MB
Got from Cache in 1634.200000000419, Total size from cache: 54.865326MB
Got from Cache in 1633.2000000002154, Total size from cache: 54.968978MB
Got from Cache in 1631.6999999999098, Total size from cache: 55.059262MB
Got from Cache in 1578.1999999999243, Total size from cache: 55.130441MB
Got from Cache in 1578.300000001036, Total size from cache: 55.253008MB
Got from Cache in 1574.3000000002212, Total size from cache: 55.377019MB
Got from Cache in 1583.599999999933, Total size from cache: 55.495822MB
Got from Cache in 1581.6000000013446, Total size from cache: 55.596254MB
Got from Cache in 1578.5999999989144, Total size from cache: 55.656081MB
Got from Cache in 1667.4000000002707, Total size from cache: 55.746263MB
Got from Cache in 1609.8000000001775, Total size from cache: 55.856413MB
Got from Cache in 1629.8999999999069, Total size from cache: 55.973382MB
Got from Cache in 1630.0000000010186, Total size from cache: 56.036211MB
Got from Cache in 1630.6000000004133, Total size from cache: 56.125453MB
Got from Cache in 1622.799999999188, Total size from cache: 56.228644MB
Got from Cache in 1620.6999999994878, Total size from cache: 56.319136MB
Got from Cache in 1626.4999999984866, Total size from cache: 56.39941MB
Got from Cache in 1623.199999999997, Total size from cache: 56.496288MB
Got from Cache in 1623.199999999997, Total size from cache: 56.590922MB
Got from Cache in 1680.8000000000902, Total size from cache: 56.684987MB
Got from Cache in 1629.799999998795, Total size from cache: 56.790327MB
Got from Cache in 1630.1999999996042, Total size from cache: 56.889749MB
Got from Cache in 1556.7000000010012, Total size from cache: 56.981363MB
Got from Cache in 1556.3999999994849, Total size from cache: 57.053168MB
Got from Cache in 1560.9000000004016, Total size from cache: 57.176705MB
Got from Cache in 1562.4000000007072, Total size from cache: 57.30078MB
Got from Cache in 1563.8999999991938, Total size from cache: 57.409906MB
Got from Cache in 1564.1999999988911, Total size from cache: 57.520434MB
Got from Cache in 1560.699999999997, Total size from cache: 57.520877MB
Got from Cache in 1609.8000000001775, Total size from cache: 57.630933MB
Got from Cache in 1562.2999999995955, Total size from cache: 57.748069MB
Got from Cache in 1551.3000000009924, Total size from cache: 59.167128MB
Got from Cache in 1548.0999999999767, Total size from cache: 59.218927MB
Got from Cache in 1535.4999999999563, Total size from cache: 59.219366MB
Got from Cache in 1526.2999999995372, Total size from cache: 59.333569MB
Got from Cache in 1478.1000000002678, Total size from cache: 59.423954MB
Got from Cache in 1510.10000000133, Total size from cache: 59.509831MB
Got from Cache in 1510.0000000002183, Total size from cache: 59.583118MB
Got from Cache in 1510.2000000006228, Total size from cache: 59.677599MB
Got from Cache in 1546.0000000002765, Total size from cache: 59.752801MB
Got from Cache in 1547.5999999998749, Total size from cache: 59.845215MB
Got from Cache in 1546.2999999999738, Total size from cache: 61.257229MB
Got from Cache in 1540.500000000975, Total size from cache: 61.362526MB
Got from Cache in 1567.800000000716, Total size from cache: 61.454175MB
Got from Cache in 1510.1999999988038, Total size from cache: 61.526452MB
Got from Cache in 1508.6000000010245, Total size from cache: 61.643753MB
Got from Cache in 1523.1000000003405, Total size from cache: 61.768105MB
Got from Cache in 1485.7000000010885, Total size from cache: 61.886974MB
Got from Cache in 1485.6999999992695, Total size from cache: 61.995938MB
Got from Cache in 1521.3000000003376, Total size from cache: 62.10611MB
Got from Cache in 1521.600000000035, Total size from cache: 62.509472MB
Got from Cache in 1520.0999999997293, Total size from cache: 62.561528MB
Got from Cache in 1518.899999999121, Total size from cache: 62.651573MB
Got from Cache in 1535.200000000259, Total size from cache: 62.74233MB
Got from Cache in 1540.5999999984488, Total size from cache: 62.828661MB
Got from Cache in 1540.3999999998632, Total size from cache: 62.919556MB
Got from Cache in 1484.999999998763, Total size from cache: 62.993838MB
Got from Cache in 1510.6999999989057, Total size from cache: 63.082325MB
Got from Cache in 1497.800000001007, Total size from cache: 63.082765MB
Got from Cache in 1543.099999998958, Total size from cache: 63.177921MB
Got from Cache in 1541.0999999985506, Total size from cache: 63.283718MB
Got from Cache in 1543.4000000004744, Total size from cache: 63.367306MB
Got from Cache in 1547.6999999991676, Total size from cache: 63.4731MB
Got from Cache in 1546.2999999999738, Total size from cache: 63.514041MB
Got from Cache in 1518.8000000016473, Total size from cache: 63.63148MB
Got from Cache in 1518.500000000131, Total size from cache: 63.63192MB
Got from Cache in 1519.1999999988184, Total size from cache: 63.738235MB
Got from Cache in 1518.000000000029, Total size from cache: 63.862523MB
Got from Cache in 1511.5000000005239, Total size from cache: 63.981342MB
Got from Cache in 1553.8999999989755, Total size from cache: 64.083396MB
Got from Cache in 1554.7999999998865, Total size from cache: 64.194963MB
Got from Cache in 1554.8000000017055, Total size from cache: 64.312707MB
Got from Cache in 1505.5000000011205, Total size from cache: 65.731596MB
Got from Cache in 1504.000000000815, Total size from cache: 65.784236MB
Got from Cache in 1495.7999999987805, Total size from cache: 65.874456MB
Got from Cache in 1495.4999999990832, Total size from cache: 65.960546MB
Got from Cache in 1495.6999999994878, Total size from cache: 66.03426MB
Got from Cache in 1436.8000000013126, Total size from cache: 66.129788MB
Got from Cache in 1437.2999999995955, Total size from cache: 66.20554MB
Got from Cache in 1495.600000000195, Total size from cache: 66.297807MB
Got from Cache in 1488.4000000001834, Total size from cache: 66.404134MB
Got from Cache in 1487.199999999575, Total size from cache: 66.496352MB
Got from Cache in 1486.0000000007858, Total size from cache: 66.569633MB
Got from Cache in 1519.800000000032, Total size from cache: 66.687055MB
Got from Cache in 1460.6999999996333, Total size from cache: 66.793819MB
Got from Cache in 1460.1000000002387, Total size from cache: 66.918479MB
Got from Cache in 1457.9999999987194, Total size from cache: 67.028682MB
Got from Cache in 1449.7000000010303, Total size from cache: 67.137822MB
Got from Cache in 1450.0000000007276, Total size from cache: 67.539623MB
Got from Cache in 1506.7999999992026, Total size from cache: 67.590139MB
Got from Cache in 1496.900000000096, Total size from cache: 67.693985MB
Got from Cache in 1496.6999999996915, Total size from cache: 67.779668MB
Got from Cache in 1456.7000000006374, Total size from cache: 67.893834MB
Got from Cache in 1457.699999999022, Total size from cache: 68.296869MB
Got from Cache in 1457.9000000012456, Total size from cache: 68.348849MB
Got from Cache in 1461.1000000004424, Total size from cache: 68.452348MB
Got from Cache in 1460.6000000003405, Total size from cache: 68.539478MB
Got from Cache in 1465.9000000010565, Total size from cache: 68.630647MB
Got from Cache in 1463.8000000013562, Total size from cache: 68.729307MB
Got from Cache in 1542.7999999992608, Total size from cache: 68.825463MB
Got from Cache in 1536.6999999987456, Total size from cache: 68.899862MB
Got from Cache in 1536.50000000016, Total size from cache: 68.98821MB
Got from Cache in 1536.5999999994528, Total size from cache: 68.988649MB
Got from Cache in 1538.3999999994558, Total size from cache: 69.089861MB
Got from Cache in 1537.5999999996566, Total size from cache: 69.181936MB
Got from Cache in 1485.3999999995722, Total size from cache: 69.247532MB
Got from Cache in 1484.8999999994703, Total size from cache: 69.321474MB
Got from Cache in 1484.599999999773, Total size from cache: 69.445352MB
Got from Cache in 1476.3000000002648, Total size from cache: 69.555047MB
Got from Cache in 1552.4999999997817, Total size from cache: 69.956531MB
Got from Cache in 1502.199999998993, Total size from cache: 70.005648MB
Got from Cache in 1414.0000000006694, Total size from cache: 70.127982MB
Got from Cache in 1413.9000000013766, Total size from cache: 70.218561MB
Got from Cache in 1430.2000000006956, Total size from cache: 70.335225MB
Got from Cache in 1434.899999998379, Total size from cache: 70.439627MB
Got from Cache in 1341.3000000000466, Total size from cache: 70.500507MB
Got from Cache in 1349.899999999252, Total size from cache: 70.589536MB
Got from Cache in 1349.6000000013737, Total size from cache: 70.66882MB
Got from Cache in 1297.3000000001775, Total size from cache: 70.764325MB
Got from Cache in 1251.2000000006083, Total size from cache: 70.880811MB
Got from Cache in 1264.0000000010332, Total size from cache: 70.985397MB
Got from Cache in 1137.9000000015367, Total size from cache: 71.388673MB
Got from Cache in 1137.0999999999185, Total size from cache: 71.439215MB
Got from Cache in 1137.6000000000204, Total size from cache: 71.542239MB
Got from Cache in 1137.300000000323, Total size from cache: 71.627917MB
Got from Cache in 1047.5999999998749, Total size from cache: 71.745355MB
Got from Cache in 1029.899999999543, Total size from cache: 71.851156MB
Got from Cache in 1027.2000000004482, Total size from cache: 71.96074MB
Got from Cache in 1029.499999998734, Total size from cache: 72.061798MB
Got from Cache in 990.2000000001863, Total size from cache: 72.141785MB
Got from Cache in 990.299999999479, Total size from cache: 72.239034MB
Got from Cache in 990.2000000001863, Total size from cache: 72.341332MB
Got from Cache in 954.2999999994208, Total size from cache: 72.441036MB
Got from Cache in 886.5999999998166, Total size from cache: 72.550543MB
Got from Cache in 886.5000000005239, Total size from cache: 72.66129MB
Got from Cache in 850.3000000000611, Total size from cache: 72.775446MB
Got from Cache in 850.3999999993539, Total size from cache: 74.194453MB
Got from Cache in 717.6999999992404, Total size from cache: 74.26987MB
Got from Cache in 711.1999999997352, Total size from cache: 74.362448MB
Got from Cache in 776.6000000010536, Total size from cache: 74.427237MB
Got from Cache in 766.2000000000262, Total size from cache: 74.500001MB
Got from Cache in 710.9000000000378, Total size from cache: 74.608877MB
Got from Cache in 709.6999999994296, Total size from cache: 74.718706MB
Got from Cache in 704.7999999995227, Total size from cache: 74.799073MB
Got from Cache in 704.3000000012398, Total size from cache: 74.896876MB
Got from Cache in 703.800000001138, Total size from cache: 74.999229MB
Got from Cache in 701.9000000000233, Total size from cache: 75.099911MB
Got from Cache in 603.3999999999651, Total size from cache: 75.20989MB
Got from Cache in 533.6999999999534, Total size from cache: 76.628589MB
Got from Cache in 610.899999999674, Total size from cache: 76.689601MB
Got from Cache in 612.4999999992724, Total size from cache: 76.780221MB
Got from Cache in 445.1000000008207, Total size from cache: 76.903796MB
Got from Cache in 489.3000000010943, Total size from cache: 76.996252MB
Got from Cache in 489.3999999985681, Total size from cache: 77.114262MB
Got from Cache in 489.49999999967986, Total size from cache: 77.221437MB