martinez Posted February 11, 2015 Share Posted February 11, 2015 (edited) This file have 102 MB not 128 MB. Can someone fix this? Edited February 11, 2015 by martinez Quote Link to comment https://lplive.net/forums/topic/10766-bug-report-50/page/3/#findComment-246163 Share on other sites More sharing options...
[AndOne] Posted February 11, 2015 Share Posted February 11, 2015 Apparently the real limit seems to be 64MB, which is caused by the php configuration. Since 100MB is pretty big for an attachment you should upload it somewhere else anyway, sorry for that. Another problem I noticed is that I can't open any of your attachments, I'm not entirely sure what's causing this but when I look up attachments it says that yours are not assigned to a topic, whatever that means. The two problems might be connected. Quote Link to comment https://lplive.net/forums/topic/10766-bug-report-50/page/3/#findComment-246167 Share on other sites More sharing options...
martinez Posted February 11, 2015 Share Posted February 11, 2015 Another problem I noticed is that I can't open any of your attachments, I'm not entirely sure what's causing this but when I look up attachments it says that yours are not assigned to a topic, whatever that means. The two problems might be connected. I think I know what is the problem. Check again and let me know if they works now. Quote Link to comment https://lplive.net/forums/topic/10766-bug-report-50/page/3/#findComment-246181 Share on other sites More sharing options...
iPodwithnomusic Posted December 14, 2015 Share Posted December 14, 2015 When I go into a show page, and use the search function to search "This database", all the links just lead to the site's homepage. Quote Link to comment https://lplive.net/forums/topic/10766-bug-report-50/page/3/#findComment-261202 Share on other sites More sharing options...
Skipees Posted December 14, 2015 Author Share Posted December 14, 2015 When I go into a show page, and use the search function to search "This database", all the links just lead to the site's homepage. For some reason the results are like: lplive.net/shows/_/2001/20010916 instead of lplive.net/shows/db/2001/20010916 Quote Link to comment https://lplive.net/forums/topic/10766-bug-report-50/page/3/#findComment-261204 Share on other sites More sharing options...
Coizu Posted February 11, 2017 Share Posted February 11, 2017 (edited) Scrolling on the forums overview is pretty laggy for me and I can't get more than 30 fps there. I did a quick investigation and it seems like the category headers in the Hybrid theme are the problem, since they are repainted on scroll. Promoting them to their own layer improved performance for me and I got almost 60 fps afterwards. If you want to incorporate my fix you have to add transform: translate3d(0, 0, 0); to this rule: "body, .col_c_icon img[src*=f_], .maintitle, #branding" Also the icons in the first column of a forum (the indicator if there is something read or unread in there) are also repainted on scroll but I don't see a reason why they should. The problem is that there is an unnecessary CSS rule on the icons that puts background-attachement: fixed on them which is a huge performance killer. I think it's the same rule that is used for the forum category headers, where the background-attachement is needed. Edited February 11, 2017 by graveguard Quote Link to comment https://lplive.net/forums/topic/10766-bug-report-50/page/3/#findComment-270198 Share on other sites More sharing options...
sotrix Posted February 12, 2017 Share Posted February 12, 2017 Thank you for providing such specific fixes, I really appreciate it. But I don't understand how exactly do you monitor/track web browsing in frames per second? Quote Link to comment https://lplive.net/forums/topic/10766-bug-report-50/page/3/#findComment-270208 Share on other sites More sharing options...
Coizu Posted February 12, 2017 Share Posted February 12, 2017 In the Chrome devtools you can activate a FPS Meter and afterwards you just have to scroll around. If you want to know which elements get repainted on scroll, just activate Paint Flashing and scroll around. Green boxes indicate repaints (which are expensive and probably things that prevent the site to scroll at 60 fps). Quote Link to comment https://lplive.net/forums/topic/10766-bug-report-50/page/3/#findComment-270214 Share on other sites More sharing options...
sotrix Posted February 13, 2017 Share Posted February 13, 2017 For some reason the results are like: lplive.net/shows/_/2001/20010916 instead of lplive.net/shows/db/2001/20010916 This is fixed. Quote Link to comment https://lplive.net/forums/topic/10766-bug-report-50/page/3/#findComment-270259 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.