168 CloudFlare Nodes in 85 of totally 130 Countries

Visit this page regularly as it is updated daily. Last data update: 01-09-2026 17:20:42 UTC

Africa

Asia

Europe

North America

Oceania

South America



CF Code
City
Country
CF IP-Country
NRT
TokyoJapan (JP)Japan (JP)172.71.8.10
NRT
TokyoJapan (JP)Japan (JP)172.71.8.103
NRT
TokyoJapan (JP)Japan (JP)172.71.8.11
NRT
TokyoJapan (JP)Japan (JP)172.71.8.13
NRT
TokyoJapan (JP)South Korea (KR)172.71.8.133
NRT
TokyoJapan (JP)Japan (JP)172.71.8.35
NRT
TokyoJapan (JP)Japan (JP)172.71.8.57
NRT
TokyoJapan (JP)Japan (JP)172.71.8.61
AMM
AmmanJordan (JO)Jordan (JO)104.23.205.139
AMM
AmmanJordan (JO)Jordan (JO)104.23.205.144
AMM
AmmanJordan (JO)Jordan (JO)172.71.112.141
AMM
AmmanJordan (JO)Jordan (JO)172.71.112.162
MBA
MombasaKenya (KE)Kenya (KE)162.158.40.149
NBO
NairobiKenya (KE)Kenya (KE)162.158.231.139
NBO
NairobiKenya (KE)Kenya (KE)162.158.231.141
NBO
NairobiKenya (KE)Kenya (KE)162.158.231.144
NBO
NairobiKenya (KE)Kenya (KE)172.68.47.132
NBO
NairobiKenya (KE)Kenya (KE)172.68.47.133
NBO
NairobiKenya (KE)Malawi (MW)172.69.170.146
KWI
KuwaitKuwait (KW)Kuwait (KW)162.158.194.149
KWI
KuwaitKuwait (KW)Kuwait (KW)162.158.194.159
KWI
KuwaitKuwait (KW)Kuwait (KW)162.158.59.157
VTE
VientianeLaos (LA)Laos (LA)172.69.227.162
VTE
VientianeLaos (LA)Laos (LA)172.69.227.163
RIX
RigaLatvia (LV)Latvia (LV)162.158.48.136



Parse Time: 41.575 ms


WP-Rush: WordPress Performance by Prevention

Is Lazy Loading Always a Net Performance Win?


Lazy loading defers resource loading, but its overall benefit depends on context, rendering behavior, and server characteristics.

The Intended Benefit

Lazy loading reduces initial network payload by deferring offscreen images and assets.
This can improve first paint and reduce bandwidth consumption.

Browser Scheduling Complexity

Modern browsers schedule requests dynamically.
Aggressive deferral may delay resource discovery or introduce layout shifts.
The benefit is not purely additive; timing interactions matter.

Server-Side Considerations

Lazy loading affects client rendering more than backend generation.
If server execution time dominates TTFB, deferring images does not address that root cause.

Edge Cases

Infinite scroll implementations and dynamic galleries sometimes create additional script overhead to manage loading states.
That overhead can offset bandwidth savings.

Measuring Impact

Compare total transferred bytes, LCP, and backend latency independently.
A holistic view prevents over-crediting a single technique.

Conclusion

Lazy loading is powerful when bandwidth and rendering cost dominate.
It is neutral when backend execution is the primary constraint.

Key Takeaways

This website needs at least a screen resolution of 1440 x 900px. Tablets, Smartphones and other mobile devices are not supported!