ClaitonLord
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edited dates in functions.php, but dont see any differenceOk. What is the best way to create this new functions.php? Just copy the file from the original folder in my FTP and copy it to the Child Theme’s folder? And then? Please help me out.
Forum: Fixing WordPress
In reply to: Edit dates on postings homepageI dont translate anything. I dont need to. I dont use any localization files for my theme, as far as i know.
Forum: Fixing WordPress
In reply to: Edited dates in functions.php, but dont see any differenceOk. Im indeed working with a Child Theme. I modified the original functions.php file, because there is no functions.php in my Child Theme.
Forum: Fixing WordPress
In reply to: Edited dates in functions.php, but dont see any differenceWhat you mean Andrew? I dont get it.
Forum: Fixing WordPress
In reply to: Edit dates on postings homepage@michael, thanks.
The line already say:
<a class="post-date" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_time( 'd/m/Y' ); ?></a>
.So what is going on here?
Forum: Fixing WordPress
In reply to: Image copping/image resizeThanks, but this aint working. There are just three presets and 320×240 is the biggest. You cant edit your personal image size ??
Forum: Fixing WordPress
In reply to: Leverage browser caching issueThanks Steve, but i had this already in my htacces file, but it still gives me the errors i posted above. Any idea?
Webpagetest.org:
Leverage browser caching of static assets: 72/100
FAILED – (No max-age or expires) – https://log.pinterest.com/?guid=t5ZxYV3yyz_v&tv=2016111001&type=pidget&sub=www&button_count=0&follow_count=0&pin_count=0&profile_count=0&board_count=0&lang=en&via=http%3A%2F%2Fwww.stijnspreekt.nl%2F&callback=PIN_1480343696392.f.callback%5B0%5D
FAILED – (No max-age or expires) – https://apis.google.com/js/plusone.js
FAILED – (No max-age or expires) – https://fonts.googleapis.com/css?family=Roboto+Slab%3A400%2C700%7CRoboto%3A400%2C400italic%2C700%2C700italic%2C300%7CPacifico%3A400&ver=4.6.1
FAILED – (No max-age or expires) – https://fonts.googleapis.com/css?family=Righteous:400&subset=latin,latin-ext
FAILED – (No max-age or expires) – https://s3.amazonaws.com/publisher_configurations.shareaholic/a5ead80b3e2afea045a1deffa3a0ba32.json
FAILED – (No max-age or expires) – https://platform.linkedin.com/js/secureAnonymousFramework?v=0.0.2000-RC8.59130-1429&lang=en_US
FAILED – (No max-age or expires) – https://fonts.googleapis.com/css?family=Open+Sans:400,700
FAILED – (No max-age or expires) – https://apis.google.com/js/platform.js
FAILED – (3.6 minutes) – https://dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js
FAILED – (4.0 minutes) – https://assets.pinterest.com/js/pinit_main.js?0.08785447108053468
FAILED – (4.4 minutes) – https://assets.pinterest.com/js/pinit.js
FAILED – (5.7 minutes) – https://platform.twitter.com/widgets.js
FAILED – (15.0 minutes) – https://connect.facebook.net/en_US/sdk.js
WARNING – (2.0 hours) – https://www.google-analytics.com/analytics.js
WARNING – (6.0 hours) – https://www.stijnspreekt.nl/wp-includes/js/wp-emoji-release.min.js?ver=4.6.1
WARNING – (6.0 hours) – https://www.stijnspreekt.nl/wp-content/plugins/rapidology/css/fonts/rapidology-cirlogo.woff?ma7dc9
WARNING – (6.0 hours) – https://www.stijnspreekt.nl/wp-content/plugins/rapidology/css/fonts/rapidology-full-icon-set.woff?mo6ku9
WARNING – (6.0 hours) – https://www.stijnspreekt.nl/wp-includes/js/jquery/jquery.js?ver=1.12.4
WARNING – (20.8 hours) – https://platform.linkedin.com/in.jsGTmetrix:
https://assets.pinterest.com/js/pinit.js (2 minutes 48 seconds)
https://assets.pinterest.com/js/pinit_main.js?0.7046267399235661 (4 minutes 17 seconds)
https://dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js (10 minutes)
https://connect.facebook.net/en_US/sdk.js (20 minutes)
https://apis.google.com/js/platform.js (30 minutes)
https://apis.google.com/js/plusone.js (30 minutes)
https://platform.twitter.com/widgets.js (30 minutes)
https://www.google-analytics.com/analytics.js (2 hours)
https://www.stijnspreekt.nl/wp-content/plugins/rapidology/css/fonts/rapidology-cirlogo.woff?ma7dc9 (6 hours)
https://www.stijnspreekt.nl/wp-content/plugins/rapidology/css/fonts/rapidology-full-icon-set.woff?mo6ku9 (6 hours)
https://www.stijnspreekt.nl/wp-includes/js/jquery/jquery.js?ver=1.12.4 (6 hours)
https://www.stijnspreekt.nl/wp-includes/js/wp-emoji-release.min.js?ver=4.6.1 (6 hours)
https://platform.linkedin.com/in.js (9 hours 42 minutes)Forum: Plugins
In reply to: [Autoptimize] Long loading Javascript on first loadOk clear. I hear you. Ill leave it then. Thx Frank!
Forum: Plugins
In reply to: [Autoptimize] Long loading Javascript on first load@ Frank
Dit geeft Pingdom weer als info bij het cache gebeuren:
The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources
Heeft dat hier iets mee te maken? Dat zou dan goed moeten staan in mijn htacces file, toch?
# BEGIN EXPIRES ExpiresActive On ExpiresDefault "access plus 10 days" ExpiresByType text/css "access plus 1 week" ExpiresByType text/plain "access plus 1 month" ExpiresByType image/svg+xml "access 1 month" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType application/x-javascript "access plus 1 month" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-icon "access plus 1 year" # END EXPIRES
- This reply was modified 8 years, 3 months ago by ClaitonLord.
- This reply was modified 8 years, 3 months ago by ClaitonLord.
Forum: Fixing WordPress
In reply to: Leverage browser caching issueI just heard the bulk is 3rd party requests and there is not much i can do about it, exept remove it ??
Forum: Plugins
In reply to: [Autoptimize] Long loading Javascript on first loadmmm ok ok…thats annoying, but fine. Than i leave it like this. How is my website scoring in test now Frank? Can you please check. Is is better?
Forum: Fixing WordPress
In reply to: Leverage browser caching issue@ Steve, you probably didnt take a look at the forum. Its super inactive thats why i dropped it here ??
Forum: Plugins
In reply to: [Autoptimize] Long loading Javascript on first loadImage optimazation fixed! I guess the premium ShirtPixel did his job.
I started tweaking my website with W3 total cache, but i keep steumbling on these same errors.
https://www.webpagetest.org/result/161128_NB_QHR/1/performance_optimization/#cache_static_content
Frank, can you help me with these lasts errors you think?
Forum: Plugins
In reply to: [Contact Form 7] Double tap to send the formHelloo?? ??
Forum: Plugins
In reply to: [Autoptimize] Long loading Javascript on first loadOk. I just emailed them about it. I will report ??