File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 12661266 "worldwide_success_rate" : " worldwide success rate" ,
12671267 "active_users_up_to_date" : " of active users up-to-date within 24 hours" ,
12681268 "performance_metrics" : " Performance" ,
1269- "average_api_response_time" : " average API response time worldwide" ,
1270- "download_time_globally" : " to download a 5MB update globally " ,
1269+ "average_api_response_time" : " Average API response time worldwide" ,
1270+ "download_time_globally" : " Download 5MB bundle from our global CDN " ,
12711271 "everything_you_need_to_ship_updates_instantly" : " Everything you need to ship updates instantly" ,
12721272 "push_updates_to_your_users_in_seconds" : " Push updates to your users in seconds" ,
12731273 "secure" : " Secure" ,
Original file line number Diff line number Diff line change @@ -223,25 +223,25 @@ fetch(`${config.public.baseApiUrl}/private/website_stats`).then((res) => {
223223 <h3 class =" text-2xl font-bold text-white" >{{ m.update_metrics() }}</h3 >
224224 <div class =" p-4 space-y-4" >
225225 <div >
226- <p class =" text-4xl font-bold text-[#44BCFF ]" >82 %</p >
227- <p class =" text-gray-300" >{{ m.worldwide_success_rate () }}</p >
226+ <p class =" text-4xl font-bold text-[#FF675E ]" >95 %</p >
227+ <p class =" text-gray-300" >{{ m.active_users_up_to_date () }}</p >
228228 </div >
229229 <div >
230- <p class =" text-4xl font-bold text-[#FF675E ]" >99 %</p >
231- <p class =" text-gray-300" >{{ m.active_users_up_to_date () }}</p >
230+ <p class =" text-4xl font-bold text-[#44BCFF ]" >82 %</p >
231+ <p class =" text-gray-300" >{{ m.worldwide_success_rate () }}</p >
232232 </div >
233233 </div >
234234 </div >
235235 <div class =" p-6 bg-gray-700 rounded-xl" >
236236 <h3 class =" text-2xl font-bold text-white" >{{ m.performance_metrics() }}</h3 >
237237 <div class =" p-4 space-y-4" >
238238 <div >
239- <p class =" text-4xl font-bold text-[#FF44EC ]" >500ms </p >
240- <p class =" text-gray-300" >{{ m.average_api_response_time () }}</p >
239+ <p class =" text-4xl font-bold text-[#00AA5E ]" >114ms </p >
240+ <p class =" text-gray-300" >{{ m.download_time_globally () }}</p >
241241 </div >
242242 <div >
243- <p class =" text-4xl font-bold text-[#44BCFF ]" >1.5s </p >
244- <p class =" text-gray-300" >{{ m.download_time_globally () }}</p >
243+ <p class =" text-4xl font-bold text-[#FF44EC ]" >434ms </p >
244+ <p class =" text-gray-300" >{{ m.average_api_response_time () }}</p >
245245 </div >
246246 </div >
247247 </div >
You can’t perform that action at this time.
0 commit comments