dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi

Posted by schmitz 2 years 22 weeks ago

pic
 schmitz
mobiForge Newbie
Posts: 4
Joined: 2 years ago
[offline]

Hi Community!

I'm building a mobile website and I've validate it with ready.mobi. Since yesterday there is a Fail named "No Transform", but I've nothing changed in the page when the Fail appeared.

Is it a new Feature?

greets

Posted by ruadhan 2 years ago

pic
 ruadhan
dotMobi logo
Mobile Champion
Posts: 707
Joined: 5 years ago
[offline]

This is a new test we've added to help raise awareness of the 'No-Transform' directive that you can include in your cache-control header. Including such a directive on a mobile site is a good idea since it indicates to proxies and transcoders that your site should not be modified for mobile since it is already a made for mobile site.

Note also that there is no score loss for not passing this test. We indicate this by assigning a 'COMMENT' as the result of this test when a 'No-Transform' is not detected.

Hope this helps!

Ruadhan O'Donoghue
dotMobi

Posted by ruadhan 2 years ago

pic
 ruadhan
dotMobi logo
Mobile Champion
Posts: 707
Joined: 5 years ago
[offline]

Please see this post which outlines some of the other changes to the mobiReady service.

Ruadhan O'Donoghue
dotMobi

Posted by dwightd 2 years ago

pic
 dwightd
mobiForge Newbie
Posts: 4
Joined: 3 years ago
[offline]

Actually, it shows a red dot, and adds to the "Fails" count in the Test Summary.
Also, I can't seem to get it to recognize my no-transform. Here's the start of my page:

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//OMA//DTD XHTML Mobile 1.2//EN"
 "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Cache-Control" content="no-transform" />
<base href="http://www.mycompany.com:8080/mobi/" />
<link rel="stylesheet" type="text/css" href="css/mobistyle.css" />
<title>

I tried both "No-Transform" and "no-transform". Suggestions?

Posted by ruadhan 2 years ago

pic
 ruadhan
dotMobi logo
Mobile Champion
Posts: 707
Joined: 5 years ago
[offline]

It shouldn't be giving you a fail in any case. We'll look into it. Can you post the URL?

Ruadhan O'Donoghue
dotMobi

Posted by dwightd 2 years ago

pic
 dwightd
mobiForge Newbie
Posts: 4
Joined: 3 years ago
[offline]

It's NDA-restricted. I'll set up a test app/page & post that ASAP.

Posted by dwightd 2 years ago

pic
 dwightd
mobiForge Newbie
Posts: 4
Joined: 3 years ago
[offline]

Oh, BTW, I noticed that if you do a test through "markup test", the no-transform flag is a comment, but using "page test" with a URL, it counts as a fail.

Posted by ruadhan 2 years ago

pic
 ruadhan
dotMobi logo
Mobile Champion
Posts: 707
Joined: 5 years ago
[offline]

I still can't replicate this... test page would be a big help :-)

Ruadhan O'Donoghue
dotMobi

Posted by dwightd 2 years ago

pic
 dwightd
mobiForge Newbie
Posts: 4
Joined: 3 years ago
[offline]

ok, this shows the "no-transform" issue:
http://www.lightspeedeps.com:8080/test/jsp/mobi/login.faces

Posted by ruadhan 2 years ago

pic
 ruadhan
dotMobi logo
Mobile Champion
Posts: 707
Joined: 5 years ago
[offline]

Cheers, checking it out now...

Ruadhan O'Donoghue
dotMobi

Posted by CRUCIFER 2 years ago

pic
 CRUCIFER
mobiForge Newbie
Posts: 5
Joined: 2 years ago
[offline]

Thank you for this post. I've been running in circles trying to get the no-transform to pass and have had no luck. Greatly looking forward to the response.

Here is a link to one of my sites no-transform. I believe I have the syntax correct but it continues to fail validation.

................... QRable.mobi

Posted by CRUCIFER 2 years ago

pic
 CRUCIFER
mobiForge Newbie
Posts: 5
Joined: 2 years ago
[offline]

Bump

...................
QRable.mobi

................... QRable.mobi

Posted by danjev 2 years ago

pic
 danjev
mobiForge Newbie
Posts: 2
Joined: 2 years ago
[offline]

This is the same problem I've been having with my site, I keep getting a 'Fail' on the 'no-transform' test. I believe I have the syntax correct, so looking forward to the reply. Dan

Posted by ruadhan 2 years ago

pic
 ruadhan
dotMobi logo
Mobile Champion
Posts: 707
Joined: 5 years ago
[offline]

Apologies for the delay here - still working on this. Should hopefully have something to remove those red blemishes from your scores and make you all happy a little bit later today :-)

Ruadhan O'Donoghue
dotMobi

Posted by ruadhan 2 years ago

pic
 ruadhan
dotMobi logo
Mobile Champion
Posts: 707
Joined: 5 years ago
[offline]

Please take another look now - it should be OK now

Ruadhan O'Donoghue
dotMobi

Posted by CRUCIFER 2 years ago

pic
 CRUCIFER
mobiForge Newbie
Posts: 5
Joined: 2 years ago
[offline]

Excellent, no more red. I can move on with my life now ;-)

Thanks Ruadhan

...................
QRable.mobi

................... QRable.mobi

Posted by danjev 2 years ago

pic
 danjev
mobiForge Newbie
Posts: 2
Joined: 2 years ago
[offline]

Brill, I wasn't going mad, the syntax was right. Thanks for that Ruadhan

Posted by ruadhan 2 years ago

pic
 ruadhan
dotMobi logo
Mobile Champion
Posts: 707
Joined: 5 years ago
[offline]

Great, thanks for all the feedback.

Ruadhan O'Donoghue
dotMobi

Posted by lijingwang 22 weeks ago

pic
 lijingwang
Mobile Addict
Posts: 20
Joined: 22 weeks ago
[offline]

UGG Outlet

Posted by nootkan 11 weeks ago

pic
 nootkan
mobiForge Newbie
Posts: 2
Joined: 12 weeks ago
[offline]

I too am getting a comment warning that says

Quote:
A no-transform directive was not detected
By including a no-transform directive in your Cache-Control header, you are indicating to proxies and transcoders that they should NOT modify your content. This is important where you have designed a mobile site, and you do not want a proxy or transcoder to modify it.

Before I had a cache warning that I fixed with this
<meta http-equiv="Cache-Control" content="max-age=200" />
My question is where do I place the no-transform without effecting the caching warning

Posted by cina767 2 weeks ago

pic
 cina767
mobiForge Newbie
Posts: 2
Joined: 2 weeks ago
[offline]

i figured just to pull in header and footer that way if any theme or navigation modifications are done on WP end it should refelct on the bbpress end too, looking to switch nav bar when user is logged in
divorce advice