Will Stocks
Forum Replies Created
-
Forum: Plugins
In reply to: [Optimum Gravatar Cache] v1.3.0 has broken wp-adminNo worries!! 🙂
Let me know if you need me to look at anything else/help out with any testing!
Forum: Plugins
In reply to: [Optimum Gravatar Cache] v1.3.0 has broken wp-adminI only have one issue with the latest version:
“Please enter a whole number greater than or equal 1.” should read: “Please enter a whole number greater than or equal to 1.”. I have an updated .POT for this for you, as well as an en_GB.PO and en_GB.MO file: https://drive.google.com/drive/folders/1-02QhIvkr2wZfdtlfgP6CcOrpBy_RmdFThe only other thing worth looking at (I think) was there was quite a lot of duplication, so potentially could clean things up in that aspect (which will also keep it consistent throughout the plugin!)
Ahhh, sorry I got so involved in the translation I forgot to add my name! Haha!
Forum: Plugins
In reply to: [Optimum Gravatar Cache] v1.3.0 has broken wp-adminOK – I’m done! Let me know what you think:
https://drive.google.com/drive/folders/1SOqqqn52mMxfH48vZeFjsjgQey_iKGYt?usp=sharingI’ve added comments on a couple of the items mainly to do with clarification of what was meant originally.
The translations are for en_GB but can probably apply to en_US as well!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] External stylesheets/JSInteresting! OK, thanks Harish – I’ll replicate that form and will use via the plugin instead 🙂
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] External stylesheets/JSHey @hchouhan,
Brilliant, thanks for confirming. I did try to have a brief look, but got a bit lost along the way 😉
Yes, I have a mailchimp.com form, however the form doesn’t call out to any assets from MailChimp (as far as I can work out!). Even if it did, I couldn’t understand why it would need the stylesheets and JS for every MailChimp form (per the WebPageTest linked above)!
What I might do, is switch it out for a form created via the plugin, as opposed to a “direct” MailChimp form.
Cheers @calumbrash!
It’s one I’ve always thought about, but never actually managed to get logged! Finally got around to it 🙂
Hi @calumbrash,
Could files not be “preconpressed” and served from disk though, rather than having Apache compress on-the-fly every time a request comes in for the same page?
Whilst gzip is fairly efficient, it seems to me that caching the .html and a .html.gz @ gzip -9 would be beneficial, as the .gz could then be served up straight away, without having to get Apache involved?
Surely this would be beneficial where sites are seeing large volumes of traffic? Serving the same page over and over and over again repeatedly… seems like a waste of resource and performance for Apache to recompress for each ”duplicate” hot?Forum: Plugins
In reply to: [Autoptimize] Server Side IncludesWahoo!
Ok, on that note, I’ll get my site updated with the right tag! 😊
Thanks again Frank!Forum: Plugins
In reply to: [Autoptimize] Server Side IncludesHave you tried using the ol’
—or–? Might parse correctly then? 😊Forum: Plugins
In reply to: [Autoptimize] Server Side IncludesBrilliant!!
Ah, will do! Might want to update the FAQs, as I copied and pasted from there 😉 That or there’s some weird copy and paste formatting going on!Forum: Plugins
In reply to: [Autoptimize] Server Side IncludesOK, cool – I’ll give that a whirl!
Currently I have:<!--#if expr="$HTTP_COOKIE=/fontsloaded\=true/" --> <html lang="en" class="fonts-loaded"> <!--#else --> <html lang="en"> <!--#endif -->If I just switch that out for:
<!–noptimize–> <!--#if expr="$HTTP_COOKIE=/fontsloaded\=true/" --> <html lang="en" class="fonts-loaded"> <!--#else --> <html lang="en"> <!--#endif --> <!–/noptimize–>You reckon that’ll play ball?
- This reply was modified 7 years, 8 months ago by Will Stocks.
Forum: Plugins
In reply to: [Optimum Gravatar Cache] v1.3.0 has broken wp-adminPerfecto! Leave it with me, I’ll aim to get a final version over to you by/on Wednesday 🙂
And thanks!! 🙂
Forum: Plugins
In reply to: [Optimum Gravatar Cache] v1.3.0 has broken wp-adminI’m getting there, slowly but surely (sorry, got swamped with work stuff this week!).
I’m probably about 1/3 of the way through so far, but there are some thing that I think may have gotten “lost in translation”, so I just wanted to check – is: https://github.com/jomisica/optimum-gravatar-cache/blob/master/languages/OGC-pt_PT.po still valid?
Alternatively, do you have a local PT version that I can refer to? (I’m looking at moving to Portugal soon, so it’ll help me learn a bit of Portuguese as well!!).
I’m aiming to have a completed file with you (en_GB) by the middle of next week, if that’s OK?
Forum: Plugins
In reply to: [Autoptimize] Comments still in optimized JS file?Ahh sorry yeah I meant static JS (such as my own, or my child theme, or external that I know won’t change) 🙂
Perfecto, that’ll do for now – I can go through the waterfall with
?ao_noptimize=1and without and compare.I’ll remind myself in future to RTFM before popping a question up 😉
Forum: Plugins
In reply to: [Autoptimize] Comments still in optimized JS file?Ahhh, OK yep now that makes sense! It’s only the licence comments that remain.
I’m not going to bother stripping them out tbh, as in my case I’m looking at 400B absolute maximum! What I might do though is look through the already minified files, to see if I could reminify for any savings there.
Is there a way to list the files that AO is concating rather than me trying to work it out manually?