+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: speed up my website

Hybrid View

  1. #1

    Post speed up my website

    what is the best way to speed up my website??????

    google speed test give me 66/100 why

    it say to many css and js why did flynax team remove the css and js compres plugin?

    can I use any css and js compress website whitout brakup the site and the apps
    pleas help

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Just checked mine and it is bad, so await the news on this to see what can be done but giggle is throwing red flags at everything and the result for mobile is even worse ?

    for those who want to take it for a spin

    https://developers.google.com/speed/pagespeed/insights/

  3. #3
    I also did the test and If I recall right, a few other sites has the same scores. So I'm not quite sure whats going on.

  4. #4
    Hi all,

    So, you can use the GZIP or similar compressing module on your webserver for JS and CSS files.
    Also you can use the Google PageSpeed Module: https://developers.google.com/speed/pagespeed/module/
    Also i suggest you move all js and css codes to footer, except system.lib.js, jquery.js and other system scripts in header.
    Thank you, Curtis.
    @Flynax Company

  5. #5
    Member
    Join Date
    Jan 2019
    Location
    uk
    Posts
    47
    Quote Originally Posted by Curtis View Post
    Hi all,

    So, you can use the GZIP or similar compressing module on your webserver for JS and CSS files.
    Also you can use the Google PageSpeed Module: https://developers.google.com/speed/pagespeed/module/
    Also i suggest you move all js and css codes to footer, except system.lib.js, jquery.js and other system scripts in header.
    can you show me how to move js and css to footer please im using general wide template.

  6. #6
    Sounds like a paid support or customization job?

  7. #7
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    With a real notice in mobile speed, on doing this test I am swamped with must do in mobile is to reduce image sizing especially in thumb size ? and there a few pictures not compressed enough as well, I have my picture quality set to 90, but will reduce this to see if this problem is fixed ? because if I keep adding listings at this rate the sit will crawl to a halt ?

    i am guessing that image quality is affecting the compression rate ?



    THUMBS.jpg

    That seemed to help but my mobile is still in the red at 49% so to me this is very bad, another thing causing problems is cache is a problem

    looking at the site in cache i have the following options

    file
    memcache
    apc

    I have 2 knobs of nothing when it come to what setting this should be placed on, so some advice here would be good.

    and secondly should we divide cache into fragments ? yes or No ?

    Next Geo Filter
    System cache enable disable
    Client side caching (inside user session) enable disable

    /\ what is the best setting for these ?

    are there any other settings for cache that need attention ?
    Last edited by Pete Young; March 24, 2017 at 11:01 AM.

  8. #8
    Hi,
    I join the thread.
    Google pagepspeed is good for JS.
    Regarding speed in general, I surely will try to use varnish. I have not started testing it yet and writing a working config.
    However, It would be good if anybody from Flynax could check the topic if their cms is too picky regarding proxy caching.

    I will be looking in the matter in a week and will update here how it goes.

    BR.,

  9. #9
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Look forward to any tips you can add that would be great.

  10. #10
    Hello Pete,

    That seemed to help but my mobile is still in the red at 49% so to me this is very bad, another thing causing problems is cache is a problem

    looking at the site in cache i have the following options

    file
    memcache
    apc
    Hi there,

    1. So, it's different things, it's a PHP internal cache systems. But google mean frontend caching for static elemens (JS, CSS, images).
    Check again my previous message.

    2. In total you can use varnish for showing cached content to user, as told Stefan.
    But you'll have problems with cached data, it must be configured properly.
    Thank you, Curtis.
    @Flynax Company

+ Reply to Thread