Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • ElectroMagnetic
    Participant

    @electromagnetic

    Hi garciasanchezdani.
    Great site dude, I can see you spent a lot of time on this…Great!!
    Like Paul said 2.4 megs for a home page, Phew thats huge.
    Also 117 requests, also way to many.

    Try use http://www.jpegmini.com/main/shrink_photo to compress “all” your jpeg images
    And https://tinypng.com/ to compress all your png images

    they are both free to use or you can sign up and buy ( sorry I’m not promoting them, I use them for all my sites)
    Also add the following to the begining of your htaccess file…before the wordpress code; and it should help with some of your Yslow speeds.

    ////////////////////////////////////////////////////////////////////////////////////////////////

    AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xhtml+xml
    AddOutputFilterByType DEFLATE application/x-javascript application/javascript text/javascript text/css

    <FilesMatch “\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$”>
    ExpiresActive On
    ExpiresDefault “access plus 1 year”
    </FilesMatch>

    Header unset ETag
    FileETag None

    ////////////////////////////////////////////////////////////////
    I would try as far as possible to keep my pages down below 600k
    and request to less than 50


    ElectroMagnetic
    Participant

    @electromagnetic

    Hello danbp.
    I understand your position totally and thank you for your honest and frank reply.
    I have posted this question on other forum sites including Buddydev and wpmudev and essentially they all point me back to buddypress ” this is a buddypress issue you should seek a solution there”

    So, I’m stuck between a rock and a hard place.

    Anyway, thank you for your time and advice. Although this problem might take me a bit longer to solve I’ll continue to scout this forum for other smaller issue I need solved


    ElectroMagnetic
    Participant

    @electromagnetic

    Hello danbp, thank you for the feedback.

    I have the register.php in my child theme, but am unsure where to place

    <p class=”description”><?php bp_the_profile_field_description(); ?></p>

    in the file to get the description below all the field labels.

    I’m not that familiar with HTML and would really appreciate your help here…and this would also help the others on the support forum for the Sweetdate theme…this problem has been asked a few times but with no resolution..

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar