Ticket #481 (closed task: fixed)
Check video view pages for non-essential elements
| Reported by: | and | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 4.0 Beta |
| Component: | PlumiSkin | Severity: | |
| Keywords: | Cc: | ||
| Who will test this: | And |
Description
I just loaded the video/view page and there are a number of things firebug shows me are are being loaded that shouldn't be. And it's also searching for images that aren't there.
There are also some 304s and 404s on images and other elements.
Be good to clean this up for Plone 4.0
Attachments
Change History
comment:2 Changed 3 years ago by mike
- Status changed from new to closed
- Resolution set to ready for testing
comment:3 Changed 3 years ago by and
Wow - front page is 1.4 mb :)
I got a 404 on http://testing.plumi.org/portal_css/Plumi%203.0%20Skin/++resource++plumi.skin.stylesheets/tiny_video_icon.gif http://testing.plumi.org/portal_css/Plumi%203.0%20Skin/++resource++plumi.skin.stylesheets/link_ico.gif
Also it seems to get things like http://testing.plumi.org/portal_javascripts/Plumi%203.0%20Skin/tiny_mce.js Which is 175kb. Is that the tiny mce editor?
And also a whole bunch of kupu stuff.
Is all that necessary?
I don't think we should spend ages on this cause we're going to move it to sunburst, but if there are quick fixes to get it under 1mb i think that would be good - it's a very big front page load.
comment:4 Changed 2 years ago by and
- Status changed from closed to reopened
- Resolution ready for testing deleted
Is this relevant with sunburst refactoring? Or should it be a different ticket?
comment:5 Changed 2 years ago by mike
- Status changed from reopened to closed
- Resolution set to ready for testing
I've solved the missing icons issue. One thing that made the page that big, were the kupu js files. When upgrading from plone 3, kupu remains the default editor. I've changed the default editor to tinymce and removed kupu.
Also, debugging on css and js files was on, which also accounted for some of the size and requests. The front page is 851KB now.

304's are good. 304 means that the item was cached and not re-downloaded. Shift+refreshing should turn every 304 into a 200.
I've ran the firebug test on testing.plumi.org video view page, and I didn't get any 404s.