• Hello

    i am having a new website in which we publish almost 300 – 400 articles daily.and almost every minute

    but i feel that my site is slow and my coder did lots of customization in theme see here

    https://www.inditop.com

    which is making my site very slow

    can you guys check it and review this for me please

    any help would be very highly appreciated ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Rounak,

    It loads really fast, in fact is faster than mine :). Yes, I show you the results I get from your site:

    Load Time Average Speed per KB
    0.35 seconds 0.01 seconds

    You can check it out for yourself here

    And here you can compare your results with the results of some popular blogs as problogger, dailyblogtips, etc.

    By the way, you have an amazing blog, I really mean it.

    Cheers! ??

    You blog is faster in comparison with mine! (grrr) have a look at Web Talk and let me know….
    EDIT: your blog is NOT downloading faster than mine…I have tried other methods than the one suggested on the post above and my blog is faster…read below pls ??
    However, here are my suggestions to have a fast blog:
    Install xcache on your server.
    enable gzip compression (or zlib)
    Enable mod_deflate on your server. here is how:
    <IfModule mod_deflate.c>
    <FilesMatch “\.(js|css|html|htm|php|xml)$”>
    SetOutputFilter DEFLATE
    </FilesMatch>
    </IfModule>

    cache locally. Here is how:

    # Set up caching on media files for 1 year (forever?)
    <FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$”>
    ExpiresDefault A29030400
    Header append Cache-Control “public”
    </FilesMatch>

    # Set up caching on media files for 1 week
    <FilesMatch “\.(gif|jpg|jpeg|png|swf)$”>
    ExpiresDefault A604800
    Header append Cache-Control “public”
    </FilesMatch>

    # Set up 2 Hour caching on commonly updated files
    <FilesMatch “\.(xml|txt|html|js|css)$”>
    ExpiresDefault A7200
    Header append Cache-Control “proxy-revalidate”
    </FilesMatch>

    These are just few tricks but you should be fine ??

    wooopy!
    mine is too fast compared to both of you france1972 & rounak

    https://img42.imageshack.us/img42/9708/82772470.jpg

    Thread Starter rounak

    (@rounak)

    alright

    thanks everyone for your time and thanks salenco for good world, we work really hard for this ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is My website loading quick ? if no then please suggest’ is closed to new replies.