sunnycmui
Forum Replies Created
-
My aim here is forcing the user to make an active choice in whether to be subscribed or not to the email newsletter. That’s why I’m going with a radio button group with required attributes.
The main question is if value=0 on one of the input elements would interfere with anything.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Forced to post as visitorI just added a FB account and it’s not working for me. I tried reauthorizing as well.
Okay cool.
I’m trying it out and it seems like I’m getting a few console warnings that some of the resources preloaded weren’t used within a few seconds. Are there any plans to allow more fine grained control of which resources are pushed?
Sometimes it’ll be this error for the fonts:
Failed to load resource: the server responded with a status of 404 (Not Found)
Forum: Plugins
In reply to: [a3 Lazy Load] Plugin doesnt seem to be lazy loading imagesI updated and cleared all caches in between testing.
So what you’re saying is to find all the non-lazy loaded images on the Pingdom test results:
1. Find rows with image files
2. Check if the image URL is present when mousing over the file nameDoes it matter if the waterfall chart only shows a Send and Wait phase but not a Receive phase?
—————
Pingdom Results
—————I’m looking at all the Pingdom results and it seems like pretty much all the images have urls. Just to double check that it’s not just the theme loading content for the front page interfering, I also went to a blog post and it seems like all the images in the post also have their URLs showing. I know almost all of the images shouldn’t be loading since they wouldn’t be visible in the viewport on a long blog post.
Screenshots
Homepage results: https://snag.gy/xT9UYo.jpg
Blog post results: https://snag.gy/5elcjo.jpgPingdom Results URLs
Homepage: https://tools.pingdom.com/#!/ehELaP/https://destroythecomics.com/
Blog Post: https://tools.pingdom.com/#!/cMhr5j/https://destroythecomics.com/movies/a-black-panther-review-the-diaspora-black-history-and-power/I also tried testing my page speeds with the a3 plugin deactivated in the plugins page, then reactivating it and checking pingdom. I don’t seem to get any different page scores and the page load times seem fairly identical. I’m not sure why.
Does that mean none of them are being lazy loaded?
Forum: Plugins
In reply to: [a3 Lazy Load] Plugin doesnt seem to be lazy loading imagesOkay, just to confirm, the way you can tell if an image is lazy loaded or not is if the image shows as loaded in that pingdom test. So I’m assuming all those lines starting with
data:image...
are the lazy loaded image assets.I looked into where those images are coming from and they are generated by the Content Views plugin.
- Their plugin homepage
- Their support page
I think I was thrown off because I just did a visual check that things were being lazy loaded. Every time I scrolled down the page, it seemed like all the images were already loaded.
Forum: Plugins
In reply to: [a3 Lazy Load] Plugin doesnt seem to be lazy loading imagesNvm those error were caused by my http2 push performance optimization plugins adding those preload lines to nonexistent files.
Not sure why the lazy load isn’t working, but for now I just switched to a separate plugin.
Forum: Plugins
In reply to: [Autoptimize] Is there a way to change order files are concatemated for js?Looks like that worked in resolving the errors, in addition to excluding backbone and underscore in autoptimize and also making sure backbone.min.js and underscore.min.js were excluded in async javascript.
Forum: Plugins
In reply to: [Autoptimize] Is there a way to change order files are concatemated for js?It seems to be the same, backbone and underscore are still loaded after the other scripts.
Here’s some screenshots after adding the parameter:
Network Tab
https://snag.gy/Z0lYOs.jpgNetwork Tab scrolled down to see rest of results:
https://snag.gy/ejuTry.jpgForum: Plugins
In reply to: [Autoptimize] Is there a way to change order files are concatemated for js?Yeah I excluded
js/backbone.min.js, js/underscore.min.js
and I also tried excludingbackbone.min.js, underscore.min.js
in the Async Javascript plugin. I cleared all caches after saving the changes.Still the same errors show up about backbone and underscore not being defined.
When I check the Network tab of chrome dev tools, I can see the notes-common-v2.js and admin-bar-v2.js are still being loaded before backbone and underscore is loaded. I’m not sure why.
Forum: Plugins
In reply to: [a3 Lazy Load] Plugin doesnt seem to be lazy loading imagesThe errors seem to be triggered by these lines in my page source:
<link rel="preload" href="https://url.to/file.jpg" as="image" crossorigin><link rel="preload" href="/path/to/font.woff2" as="font" type="font/woff2"><link rel="preload" href="https://url.to/file.jpg" as="image" crossorigin><link rel="preload" href="/path/to/font.woff2" as="font" type="font/woff2">
Forum: Plugins
In reply to: [a3 Lazy Load] Plugin doesnt seem to be lazy loading imagesSome errors in console that seem to be related to a3 lazy load code:
file.jpg
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID/path/to/font.woff2
Failed to load resource: the server responded with a status of 404 (Not Found)