shift8
Forum Replies Created
-
Forum: Plugins
In reply to: [Shift8 CDN] Gtmetrix waterfall entriesYes, we pushed out an update to the plugin earlier today so if you go to the wordpress plugin update page, please proceed to update the plugin to the latest version. Then in the support tab, there should be the things I described to do.
Forum: Plugins
In reply to: [Shift8 CDN] Gtmetrix waterfall entriesHello,
I can look into this for you. Can you first make sure you update the plugin to the latest version, then go to the Shift8 CDN settings page, click “support” tab and click “copy info below to clipboard”.
Then you can paste the debug info here, or if you prefer email to [email protected].
Once I have all debug information, I’ll take a look into what can be done.
Thanks!
Forum: Plugins
In reply to: [Shift8 CDN] Cdn detection lostHello,
You keep emailing our support email telling us its not working and we keep asking for screenshots.
Without more information I cannot help you. I need you to take a screenshot of the “Core settings” page of the CDN settings, and then then the “CDN Settings” page and email it to [email protected].
“Its not working” is not enough information. I want to help but cannot with so few details.
Here’s an example of the screenshots I need :
CORE SETTINGS : https://imgur.com/a/JHW3pYd
CDN SETTINGS : https://imgur.com/a/ZJLwsoj
Please email them directly to us, again , to [email protected]
Forum: Plugins
In reply to: [Shift8 CDN] Cdn detection lostHello,
When I visit your site :
And look in the developer console of my browser, network tab specifically, I dont see the CDN rewriting any of your URLs at all.
Is the CDN enabled in the settings? Can you take a screenshot of the Shift8 CDN Core settings page, as well as the Settings tab?
Forum: Plugins
In reply to: [Shift8 CDN] 400 access errorno worries – glad you got it working
Forum: Plugins
In reply to: [Shift8 CDN] 400 access erroralso in the above snippet , “^site\.com$” needs to be your site’s domain obviously
Forum: Plugins
In reply to: [Shift8 CDN] 400 access errorHello,
Unfortunately the plugin WP Hide is causing the requested assets to fail. You could try to write the following rules into your .htaccess file in the root of your site, but be warned that it could break your site, in which case you might have to revert :
RewriteEngine On RewriteCond %{HTTP_HOST} ^site\.com$ [NC] RewriteCond %{REQUEST_URI} \.(jpe?g|png|svg|gif|pdf|tiff|css|js|eot|ttf|woff2?)$ [NC] RewriteRule ^ https://<YOUR PREFIX>.wpcdn.shift8cdn.com%{REQUEST_URI} [R=301,L]Make sure also to replace <YOUR PREFIX> in the above snippet with your cdn prefix.
I will have to mark this issue as resolved because the WP Hide is causing it to break, not the CDN plugin here.
Forum: Plugins
In reply to: [Shift8 CDN] 400 access errorJust a note, I’m also using hummingbird cache/optimiser and I haven’t entered the shift8 cdn URL into that yet, wasn’t sure whether to before I enabled the CDN first.
Our plugin is supposed to rewrite the URLs when it is enabled. You could try disabling (not deactivating , just disable in the plugin settings) the Shift8 CDN and put the CDN URL prefix into your hummingbird cache system. Perhaps that system works better with WP Hide?
Another note is that the url that the CDN points to is showing \wp-content\plugins etc (when it works) so the URL isn’t getting picked up from my custom folder setup (ie what is getting rewritten by WP Hide).
WP Hide is likely what is causing the conflict here. Our plugin may not work nicely with another plugin that is rewriting URLs to hide wordpress. Unfortunately the only option is to enter the CDN url (i.e. <your prefix>.wpcdn.shift8cdn.com>) into a caching pluging that is known to work with WP hide, or disable WP Hide.
Forum: Plugins
In reply to: [Shift8 CDN] 400 access errorDoes it work if you disable the security plugin?
Which security plugin are you using?
Our CDN plugin rewrites urls so for static content so they go through the CDN , but other plugins that do similar things may interfere. I can try my best to look into this for you though.
Forum: Plugins
In reply to: [Shift8 CDN] 400 access errorSorry about the issue!
So the test URL is producing a 404 for your site?
Forum: Plugins
In reply to: [Shift8 CDN] url already existsHello,
I have deactivated your site so you can register as if its a new site now. Please open a new post if you experience further issues.
Thanks!
Forum: Plugins
In reply to: [Shift8 CDN] issues – no product images displayedSounds good. i’ll close this issue for now , but please let us know the site url immediately if it happens again and we can assist.
Forum: Plugins
In reply to: [Shift8 CDN] issues – no product images displayedCan you provide your site URL and we can check? You can also email to [email protected] if you prefer
Forum: Reviews
In reply to: [Shift8 CDN] Excellent plugin and free CDNActually Found this : http://yslow.org/faq/#faq_cdn
Feel free to click the button and add the hostname. I will attempt to do the same
Forum: Reviews
In reply to: [Shift8 CDN] Excellent plugin and free CDNAh thanks for clarifying.
The requirements for what Yslow considers a CDN might need to be investigated. But the static assets being offloaded to an external URL should be enough, unless Yslow maintains its own list of known CDNs and we are simply just too new for them to flag as such.
That said ,the speed improvement beyond this is obviously unaffected. If we need to manually submit ourselves to Yslow to be considered an official CDN, I will look into this and see what needs to happen.
Thanks again