# The initial page load

**URL:** <https://meta.discourse.org/t/the-initial-page-load/17323>\
**Category:** Site feedback\
**Created:** [08.Июль.2014 02:37:18 UTC](https://meta.discourse.org/t/the-initial-page-load/17323 "2014-07-08T02:37:18Z")\
**Posts on this page:** 1\
**Showing post:** 17

<div class="post-metadata">

**Author:** ![ckshen](https://avatars.discourse-cdn.com/v4/letter/c/ad7895/32.png) [@ckshen](https://meta.discourse.org/u/ckshen)\
**Post date:** [06.Ноябрь.2015 20:15:01 UTC](https://meta.discourse.org/t/the-initial-page-load/17323/17 "2015-11-06T20:15:01Z")

</div>

Sam, would you consider these techniques, the first one is used by Cloudfare to optimize pages (though experimentally):

- Package the JS together in one big package to reduce latency. (this one Cloudflare employs to great effect) Async loading (I think you may be doing async already)
- Can JS be gzipped? They are big.
- Https for only the login screen. Safari and iOS don’t cache static resources over https I understand.

---

_[View the full topic](https://meta.discourse.org/t/the-initial-page-load/17323)._
