I have found that the size of inline stylesheet inflated multiple times is due to the fact that I'm using the same stylesheet in multiple widgets in the same page. Trying to share the css using ui:with but the styles are not showing up. :<
On 11月14日, 下午5時24分, "Kevin (Yau) Leung" <[email protected]> wrote: > I am trying to use Ajax crawling with Uibinder. When I tried using > googlebot the fetch the page, I found that the page crawled (the first > 100k of page) was purely the style sheet generated by uibinder. The > funny thing is my style sheet only has 46k but the resulting <style> > section in the crawled page is 127k. > > Since I'm using multi-locale in uibinder, it would give me a lot of > hassle if I use a different set of ui.xml for crawling as it means > maintain a duplicated set of locale properties. Is there any > suggestion how to overcome it? I have already invested so much time > in ajaxcrawling and don't want all my effort become futile at this > late stage. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
