Ante Laca
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Performance] Any forks of this great plugin?@panmaster actually, I’m thinking of rewriting the entire thing this winter ??
Forum: Plugins
In reply to: [WP Performance] Disabling CSS/JS not working.HI @anis1287, thank you for using WPP.
I know it’s been a while, but did you manage to fix the problem?
How did you exclude the page? On the edit page screen by checking the exclude option, or from WPP admin by entering the exact URL?Forum: Plugins
In reply to: [WP Performance] Conflict with elementorHI @masoudnkh, thank you for using WPP.
If you could copy the exact error and paste it here in this thread, that would be really helpful.You have an option in WPP admin ( JavaScript tab, Exclude file(s) from asynchronous loading ) to exclude that file from being asynchronously loaded, but then you will have to also exclude dependencies for that file if there is any ( e.g jQuery ).
Forum: Plugins
In reply to: [WP Performance] Asynchronously load JavaScript issue@ahawad I see a couple of issues there, thank you for letting me know.
I’ll fix that in the next release.@simpleclickers thank you! ??
Forum: Plugins
In reply to: [WP Performance] Nginx Re-write RuleForum: Plugins
In reply to: [WP Performance] GET parameters cache rules (Utm and Custom)Hi @fedorkap
Does the plugin have options for specifying a list of GET parameters, when they enter the line, caching would be disabled (GET parameters cache rules).
Yes, you should add something like this in “Exclude URL(s) from cache” section on the Cache page.
utm_source=yandex&utm_medium=cpc&utm_campaign={any}&utm_content={any}&utm_term={any}
This should prevent WPP to cache that page
Forum: Plugins
In reply to: [WP Performance] lazyload and iframesHI @alx359
– I suppose “Disable” within the CSS/JS tabs also allows using those wildcards {all}, {any}, etc. hinted in other places?
Correct
– Is it there any possible approach to deliver a different cached page depending on browser? For example, have different JS/CSS enqueued targeting IE11 (which does not support conditionals). With the other caching solutions I’ve tested so far, one needs to exclude such browser agent altogether to avoid it polluting the cache for everyone else.
NO, there is no such option to have a different cache for different browsers. The only thing you could do here is try to exclude pages from cache for different user agent.
– I’m currently enjoying another plugin that serves device-optimized lazy-loaded images: OptiMole. For such kind of service to work properly though, one usually needs to switch off any other lazy-load scripts. However, doing so leaves out lazy-loading of iframes. I see no specific setting of lazy-load of iframes in WPP > Media tab. Are iframes supported at all?
Yes, lazy load videos is the option you want to use here
– BTW, https://www.wp-performance.com is giving me a blank page. Is this just temporary, or?
Yes at the moment ??
Forum: Plugins
In reply to: [WP Performance] Lazy loading images not working on Internet explorerHI @platoscave
I’m afraid I can’t help you with this because I am a Linux user.Just out of curiosity, in what version of IE you are testing the site?
Forum: Plugins
In reply to: [WP Performance] Best settings for the plugin?HI @froughtz
There is no such thing as “best settings”, at least not for the WPP. Every site is different, and what works on one website, it doesn’t have to fork for the other.
My only advice is to try to play with the options.
Thank you for using WPP.
Forum: Plugins
In reply to: [WP Performance] Error in CloudflareThe application returns: Error: Cloudflare browser cache expiration not set.
Which application, WPP or Cloudflare?
Thanks
Forum: Plugins
In reply to: [WP Performance] Several ConfigurationsHI @dbk100
1. If you want to asynchronously load JS files, there is an option in WPP JavaScript screen called “Asynchronously load JavaScript”. Turn that ON.
2. Yes, there is an option in Media screen -> Responsive images -> Force images to use srcset attribute
Thank you for using WPP!
Forum: Plugins
In reply to: [WP Performance] Names/emails being cached in formsHi @platoscave
1. Hm… thats strange, form data shouldn’t be cached
2. Pages can be excluded in two ways
– on edit page screen
– on WPP Cache screenIn both cases you should see that URL on WPP Cache screen
3. Go to WPP Cache screen -> Exclude URLs section and add this:
https://site.com/forum/{all}Forum: Plugins
In reply to: [WP Performance] conflict with file_get_contents();Hi @kolshix
Try this:
https://site.com/download-file/?id={numbers}Forum: Plugins
In reply to: [WP Performance] Cache not workingHi @giuse
that’s strange. Can you contact me at ante.laca at gmail?Thanks
Forum: Plugins
In reply to: [WP Performance] Cache not workingHI @giuse
It looks like WPP can’t save the cache file.
Can you check if the wp-content/cache/wpp-cache dir is created and it’s writable?Nice plugin btw.