Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2018-11-11 04:33:28

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

consider google pagespeed

i recently did this for my website and i'd like you to consider it for here

my website uses nginx so i had to recompile nginx with pagespeed to get it working

with apache, you only need to include the pagespeed module

here's a simple but useful looking guide on it for apache
here's the guide i used to recompile my nginx with pagespeed and it might be useful to glance over it for reference

here's my nginx settings i'm using for pagespeed for reference actually, incase you want to use them

        ##
        # Pagespeed Settings
        ##

        pagespeed on;
        pagespeed FileCachePath "/var/cache/ngx_pagespeed/";
        pagespeed RewriteLevel OptimizeForBandwidth;

        pagespeed EnableFilters rewrite_javascript;
        pagespeed EnableFilters inline_javascript;
        pagespeed EnableFilters combine_javascript;

        pagespeed EnableFilters rewrite_css;
        pagespeed EnableFilters inline_css;
        pagespeed EnableFilters move_css_to_head;

        pagespeed EnableFilters inline_images;
        pagespeed EnableFilters recompress_images;

        pagespeed EnableFilters collapse_whitespace;
        pagespeed EnableFilters remove_comments;
        pagespeed EnableFilters remove_quotes;
        pagespeed EnableFilters trim_urls;
        pagespeed EnableFilters rewrite_style_attributes;
        pagespeed EnableFilters elide_attributes;

        pagespeed EnableFilters extend_cache;

        location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" {
                add_header "" "";
        }

        location ~ "^/pagespeed_static/" { }
        location ~ "^/ngx_pagespeed_beacon$" { }

your pagespeed insight scores are actually fairing quite nicely, but that 80 could be pumped up to a 100 if you cared enough //forums.everybodyedits.com/img/smilies/tongue

NocturnalRacer.png MonumentalWoodpecker.png

my website gets 100 on both if it matters
DarkgreyAsianporcupine.png PaltrySenegalpython.png

this is just me being picky though

Offline

Wooted by:
SirJosh39171541907208731572

Board footer

Powered by FluxBB

[ Started around 1710828594.9005 - Generated in 0.030 seconds, 12 queries executed - Memory usage: 1.37 MiB (Peak: 1.45 MiB) ]