Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • matteo sitta Friend
    #206238

    I selected Yes in the profile settings to compress the images during upload. But when i go through all the images in the S3 bucket, no images are compressed.
    I have activate Cloud Front too, but nothing has changed…
    I have tested de performances with Yslow and Speedpage but now the problems are increased.

    I need help
    Thanks

    Thanh Nguyen Viet Friend
    #570083

    Hello,

    <blockquote>I selected Yes in the profile settings to compress the images during upload. But when i go through all the images in the S3 bucket, no images are compressed. </blockquote>

    compress ratio is depend on your file size and format, so in some case, you will not see it affected much to file size after compress.

    <blockquote>I have activate Cloud Front too, but nothing has changed…</blockquote>
    Cloud front helps to delivery content of nearest Clould front server to user, so it can help to improve page loading speed for user who not near your local server. And if user near your local server than Cloud front server, Clould front will not help in this case, but it help for all people in other places in the world.

    <blockquote>I have tested de performances with Yslow and Speedpage but now the problems are increased.</blockquote>
    I have checked your site, in the ibix theme, you have entered incorrect path (duplicated string “plugins/system/t3”) to fonts in the css file below
    http://ibix.thinkupsolution.com/templates/ja_nuevo/local/css/themes/ibix/bootstrap.css
    and it make some error that effected to page loading

    E.g: you should replace the link below
    src: url(‘../../../../../../plugins/system/t3/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot’);

    with
    src: url(‘../../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot’);

    Please fix all this kind of issue and test again

    matteo sitta Friend
    #570163

    Hello,

    <em>@Dead Code 472758 wrote:</em><blockquote>
    compress ratio is depend on your file size and format, so in some case, you will not see it affected much to file size after compress.
    </blockquote>

    I don’t have gzip compression on css and js pointed inside T3 assets folder, i think is not normal. Can you help me on this problem?

    <em>@Dead Code 472758 wrote:</em><blockquote>
    Cloud front helps to delivery content of nearest Clould front server to user, so it can help to improve page loading speed for user who not near your local server. And if user near your local server than Cloud front server, Clould front will not help in this case, but it help for all people in other places in the world.
    </blockquote>

    Yes i know what it does, but missing compression penalizes the website for all user, near the local server and not.
    I need a solution for resolve this problem or i think i will make others tests with others components.

    <em>@Dead Code 472758 wrote:</em><blockquote>
    I have checked your site, in the ibix theme, you have entered incorrect path (duplicated string “plugins/system/t3”) to fonts in the css file below
    </blockquote>

    I have tested your solution but nothing is change.
    I have overrided the font inside template/ja_nuevo/fonts/font-awesome and i have uploaded it on S3. After this action on chrome i cant see the glyphicons but for example inside safari all works fine. I cant find where is the bad path…

    Thanh Nguyen Viet Friend
    #570308

    Hello,

    <blockquote>I don’t have gzip compression on css and js pointed inside T3 assets folder, i think is not normal. Can you help me on this problem?</blockquote>

    T3 only join and minify asset files into one single file, it does not create a gzip file.

    <blockquote>I have overrided the font inside template/ja_nuevo/fonts/font-awesome and i have uploaded it on S3. After this action on chrome i cant see the glyphicons but for example inside safari all works fine. I cant find where is the bad path… </blockquote>

    I have checked your css files, path to resources are correct now, but icons still not display correctly. What you modified in font-awesome? I do not have experience about this issue, please tell me more what you did, so I can ask our css team if they know a solution to fix it.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum