Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


LOAD TIME?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

LOAD TIME?

Hi guys!

Can u tell me someone what is the regular page load time for a 1.1MB page with WordPress?

Thanked by 1rokok

Comments

  • depends on end user 's connection speed?

  • edited January 2016

    Depends on many stuff lol, like:

    • Server port speed && (the peering of your hosting provider)
    • How much stuff are there running on a server (don't expect a server to be serving your file quickly if you're using a 512MB box and have 1000 people surfing your site every minute)
    • How oversold is the server, and the specs
    • Your internet speed && connection method
    • Location of server (usually nearer to you faster)
  • 1.1MB is quite much.
    But also depends if you expect mobile devices to connect.

  • CasterCaster Member
    edited January 2016

    1.1 MB?
    more than 50kb page, customers runs away for slow loading.

    saying avg. connection speed of a client is 100kbps it will take min. 11 sec on idle conditions.
    if you have a 100mbit connection that means when 100-200 visitors visits your website , it will cause problem. you may need to use caching like varnish and etc.

    BTW what site is this ?

  • miklos said: 1.1MB

    Try installing some minifier plugin and use gzip compression to bring down the file size and load time? That's pretty large for mobile users, imo.

    For images, make sure that you don't serve a 4000*3000 one to a device with a 480p screen, etc. Optimize your images with ImageOptim (for Mac), or other compression tools, before you put them online.

    For JavaScript and CSS, minify them with those you can find online - they usually work well. If you use a custom theme, add a build process (like Gulp) so everything that gets compiled is minified and optimized for the web.

  • Mahfuz_SS_EHLMahfuz_SS_EHL Host Rep, Veteran

    Compress the Images, Use sone sort of minifying app to reduce JS Codes etc to reduce the Page Size.

  • I'd say it depends on how much of that 1.1 MB is to be loaded above the fold...

Sign In or Register to comment.