Closed crackwitz closed 2 months ago
Thanks for the bug report! I will look into this as soon as I can -- please could you dump the list of enabled features you have here, so we can try to figure out which feature is causing the issue? (or if you already know which feature it is, that would be great!)
I guess this might be what you're asking for... and it's not any of the six Editing-
options. not that I see a difference.
[
"Appearance-addAuthorNameToInboxNotifications",
"Appearance-answerTagsSearch",
"Appearance-colorAnswerer",
"Appearance-dragBounty",
"Appearance-highlightQuestions",
"Appearance-isQuestionHot",
"Appearance-localTimestamps",
"Appearance-metaChatBlogStackExchangeButton",
"Appearance-metaNewQuestionAlert",
"Appearance-scrollToTop",
"Appearance-standOutDupeCloseMigrated",
"Appearance-tabularReviewerStats",
"Appearance-unspoil",
"Appearance-showTagWikiLinkOnTagPopup",
"Appearance-hideWelcomeBackMessage",
"Appearance-openImagesAsModals",
"Appearance-addAnswerCountToQuestionHeader",
"Comments-autoShowCommentImages",
"Comments-commentReplies",
"Comments-commentShortcuts",
"Comments-confirmNavigateAway",
"Comments-copyCommentsLink",
"Comments-moveBounty",
"Comments-showCommentScores",
"Comments-hiddenCommentsIndicator",
"Comments-onlyShowCommentActionsOnHover",
"Editing-addSBSBtn",
"Editing-editComment",
"Editing-editReasonTooltip",
"Editing-findAndReplace",
"Editing-kbdAndBullets",
"Editing-inlineEditorEverywhere",
"Flags-flagOutcomeTime",
"Flags-flagPercentages",
"Flags-flagPercentageBar",
"Sidebar-hideHireMe",
"Sidebar-hideLoveThisSite",
"Sidebar-linkedToFrom",
"Sidebar-hotNetworkQuestionsFiltering",
"Sidebar-addTagsToHNQs",
"Chat-chatEasyAccess",
"Chat-replyToOwnChatMessages",
"Chat-renameChat",
"Chat-scrollChatRoomsList",
"Voting-betterCSS",
"Voting-stickyVoteButtons",
"Voting-disableVoteButtons",
"Extras-linkedPostsInline",
"Extras-parseCrossSiteLinks",
"Extras-quickAuthorInfo",
"Extras-shareLinksPrivacy",
"Extras-shareLinksMarkdown",
"Extras-sortByBountyAmount",
"Extras-warnNotLoggedIn",
"Extras-hideCertainQuestions",
"Extras-showMetaReviewCount",
"Extras-copyCode",
"Extras-openLinksInNewTab",
"Extras-addOnTopicLinkToSiteSwitcher",
"Extras-customMagicLinks"
]
@crackwitz please could you try the latest dev version v2.8.12 to see if this issue is now resolved?
Much improved! Performance profiling in Chrome shows very little difference now. I can tell a a little delay as the page loads but that's from SOX itself loading.
@crackwitz That's great, thanks for confirming.
Yeah, SOX definitely does impact the page performance a bit - there's been a lot of effort to improve it in past years, but there's definitely more scope for improvement 😊
BTW - I pushed a few more patch versions in the last few minutes - v2.8.13 should be the 'latest' (can reinstall via the same link)!
With this dev version, I just noticed page freezes on regular question pages. That means the page takes longer to finish loading AND then the mouse cursor stops being sensitive to links and other entities. I don't know why that would happen. It's currently the only userscript enabled for the site. I did notice that there's an "api cache" field in the script's storage that is huge and doesn't even display properly. I tried deleting that. It didn't improve the situation.
@crackwitz - just to confirm, is that in v2.8.13 too? (I tweaked some selectors since my original comment)
I used the provided URL (to dev
). the script calls itself // @version 2.8.11 DEV
I just downgraded to https://github.com/soscripted/sox/raw/master/sox.user.js for now
@crackwitz could you reinstall to v2.8.13: https://github.com/soscripted/sox/raw/dev/sox.user.js and see if it still happens?
Describe the bug SO recently got a "Staging Ground". If you try to edit a question that is in the staging ground, SOX causes the page to freeze for several seconds as it builds the rich editor. Disabling SOX stops the issue.
To Reproduce Steps to reproduce the behaviour:
SOX errors logged in console
Expected behaviour
Page loads and renders within a second.
Screenshots/GIFs
while frozen:
eventually:
Environment