It looks like most of the time is spent loading images. Also, some of the images are being returned with text/html as the content type rather than jpeg for some reason.
If you think this is Firebase-related, I’d recommend that you simplify the app and create an mcve demonstrating this without all the extra interference.
You can turn on debug logging to see exactly how and when the various Firebase events transpire:
JS: firebase.database().enableLogging(true);
iOS: [FIRDatabase setLoggingEnabled:YES];
Android: FirebaseDatabase.getInstance().setLogLevel(Logger.Level.DEBUG);
I hope that helps!
☼, Kato
Hi. I hosted a simple -angular 2- project to firebase and it's loading time is -at least 10- seconds everytime. So i created an empty project with angular cli and uploaded it to firebase. There is nothing in project just default cli template. It's slow also. As example: https://kuleli-150.firebaseapp.com/
Is it about my country (Turkey) or Firebase i can't figure out. Any idea?
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/7feccd36-8797-4783-afd3-2ec8427e19e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It looks like most of the time is spent loading images. Also, some of the images are being returned with text/html as the content type rather than jpeg for some reason.
If you think this is Firebase-related, I’d recommend that you simplify the app and create an mcve demonstrating this without all the extra interference.
You can turn on debug logging to see exactly how and when the various Firebase events transpire:
JS: firebase.database().enableLogging(true); iOS: [FIRDatabase setLoggingEnabled:YES]; Android: FirebaseDatabase.getInstance().setLogLevel(Logger.Level.DEBUG);
I hope that helps!
☼, Kato
On Wed, Aug 17, 2016 at 1:59 AM, F. Zafer KAYIKÇILAR <f.z...@gmail.com> wrote:
Hi. I hosted a simple -angular 2- project to firebase and it's loading time is -at least 10- seconds everytime. So i created an empty project with angular cli and uploaded it to firebase. There is nothing in project just default cli template. It's slow also. As example: https://kuleli-150.firebaseapp.com/
Is it about my country (Turkey) or Firebase i can't figure out. Any idea?
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/7feccd36-8797-4783-afd3-2ec8427e19e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CADypTEYGTMxv3WQ1x4VqxFYhp2tbX2bKHsgoqq2KQcsKon-Uvw%40mail.gmail.com.
The site is making 914 requests on page load -- that's a lot. It's loading in ~4.5s for me. Firebase Hosting currently doesn't support HTTP/2 (we're working on it), which means that you're going to be much better off consolidating assets into a bundled package.As for geography, you can look at Fastly's network map to get an idea of where edge locations are.
On Wed, Aug 17, 2016 at 11:17 AM 'Kato Richardson' via Firebase Google Group <firebase-talk@googlegroups.com> wrote:
It looks like most of the time is spent loading images. Also, some of the images are being returned with text/html as the content type rather than jpeg for some reason.
If you think this is Firebase-related, I’d recommend that you simplify the app and create an mcve demonstrating this without all the extra interference.
You can turn on debug logging to see exactly how and when the various Firebase events transpire:
JS: firebase.database().enableLogging(true); iOS: [FIRDatabase setLoggingEnabled:YES]; Android: FirebaseDatabase.getInstance().setLogLevel(Logger.Level.DEBUG);
I hope that helps!
☼, Kato
On Wed, Aug 17, 2016 at 1:59 AM, F. Zafer KAYIKÇILAR <f.z...@gmail.com> wrote:
Hi. I hosted a simple -angular 2- project to firebase and it's loading time is -at least 10- seconds everytime. So i created an empty project with angular cli and uploaded it to firebase. There is nothing in project just default cli template. It's slow also. As example: https://kuleli-150.firebaseapp.com/
Is it about my country (Turkey) or Firebase i can't figure out. Any idea?
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/7feccd36-8797-4783-afd3-2ec8427e19e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CADypTEYGTMxv3WQ1x4VqxFYhp2tbX2bKHsgoqq2KQcsKon-Uvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CANPY8KU9wvveF6UQrwyC1_vT4uSX9p_O0j%3D1B5A8B4kzKca9AQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/961a5eb7-b0e8-42d8-a07f-3c435464778d%40googlegroups.com.