sree31
New member
- Joined
- Jun 15, 2017
- Messages
- 84
- Points
- 0
HTTPS pages are a little slower than HTTP because of the time taken to do the SSL handshake (authentication) and encrypt your data before sending it. However, as most people have mentioned, the difference shouldn't be more than a few milliseconds, hardly noticeable.
However, we had faced a similar issue sometime back whereby https pages were taking a really long time to load. This was because we hadn't setup caching properly, and it was slowing things down. It started working well once we disabled caching.
However, we had faced a similar issue sometime back whereby https pages were taking a really long time to load. This was because we hadn't setup caching properly, and it was slowing things down. It started working well once we disabled caching.