WPIntell

Source evidence

Hmm, too many code in database

Code Block Pro – Beautiful Syntax Highlighting · review · 2024-05-09T12:56:00+00:00

mixedsentiment
mediumseverity
0.87relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 22 rows with source links

18.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

18 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 3 stars
Takuya Matsuda unresolved
Looks is beauty and works well, but in database too many text and style code in every code block. When I see as HTML with browser code is fine, but this too many code in database may cause bug or error when I edit post and loading wp-admin/post.php file. Hey, thanks for the feedback. Ultimately it’s a tradeoff of pre-processing and putting in the databse vs processing later with JavaScript when the page loads. Most other syntax highlighting plugins process the tokens on the frontend and I chose the other approach. I think this is better for your users as it requires no frontend parsing and thus no CLS or other layout issues. You could load it with no JavaScript at all even. may cause bug or error when I edit post and loading wp-admin/post.php file. Are you experiencing an issue? I can help debug it.

Comments

1 shown
Kevin Batdorf 2024-05-09T13:15:00+00:00

Hey, thanks for the feedback. Ultimately it’s a tradeoff of pre-processing and putting in the databse vs processing later with JavaScript when the page loads. Most other syntax highlighting plugins process the tokens on the frontend and I chose the other approach. I think this is better for your users as it requires no frontend parsing and thus no CLS or other layout issues. You could load it with no JavaScript at all even. may cause bug or error when I edit post and loading wp-admin/post.php file. Are you experiencing an issue? I can help debug it.