<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:09:38 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MCPE-15941] Low chunk loading speed</title>
                <link>https://bugs.mojang.com/browse/MCPE-15941</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;Slow chunk loading speed: &lt;a href=&quot;https://youtu.be/xPGp7ZtxL6c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://youtu.be/xPGp7ZtxL6c&lt;/a&gt;&lt;br/&gt;
I believe on 0.12 and 0.13 chunk loading speed was capped by CPU thus it loaded few times faster.&lt;br/&gt;
PC Specs: i5 6600K @4.0GHz, 16Gb RAM, GTX 970. Game is running on Crucial MX200 250GB SSD, video is captured on MX100 512Gb SSD using ShadowPlay (the reason why it was captured in tablet mode) hardware encoding.&lt;/p&gt;

&lt;p&gt;Options used in video beginning is attached. There&apos;s modified view distance of 512 blocks, but in the end if reset this to game maximum of 352 to show that it&apos;s not the reason.&lt;/p&gt;

&lt;p&gt;P.S. Look closely to CPU Utilization, temps are low, so it&apos;s not CPU throttling. Other games work fine.&lt;br/&gt;
P.P.S. It wouldn&apos;t be a problem, if chunks was loading once, but loading happens every time i do alt-tab, so it&apos;s pretty annoying.&lt;/p&gt;</description>
            <key id="145516">MCPE-15941</key>
            <summary>Low chunk loading speed</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="5">Cannot Reproduce</resolution>
                                            <reporter username="wmmorgun">Dmitry Khavilo</reporter>
                        <labels>
                            <label>chunk</label>
                            <label>performance</label>
                    </labels>
                <created>Tue, 28 Jun 2016 12:14:42 +0200</created>
                <updated>Wed, 3 Jan 2018 15:47:43 +0100</updated>
                            <resolved>Wed, 3 Jan 2018 15:46:24 +0100</resolved>
                                    <version>0.15.0</version>
                    <version>0.15.1</version>
                                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="426538" author="mega_spud" created="Wed, 3 Jan 2018 15:46:24 +0100"  >&lt;p&gt;This ticket has been resolved as &apos;Cannot Reproduce&apos; as it has no response was received recently.&lt;/p&gt;</comment>
                            <comment id="344000" author="aman4700" created="Fri, 18 Nov 2016 05:34:06 +0100"  >&lt;p&gt;This is a bulk resolve of issues that haven&apos;t been updated to 0.16.0+ yet. Please comment below (To open the ticket) and update your affected versions. If you cannot reproduce the bug, please write in the comments so we can resolve it as &quot;Cannot Reproduce&quot;. Thank You!&lt;/p&gt;</comment>
                            <comment id="322546" author="wmmorgun" created="Fri, 29 Jul 2016 13:32:55 +0200"  >&lt;p&gt;Seem like this issue is fixed in 0.15.4, now it loads much faster, even still utilizes a single core, plus a very little. I found that solution was to render chunks in layers of 8 or 16 block height (m), it renders so fast so it&apos;s hard to notice exact value. So I&apos;m happy with this solution.&lt;br/&gt;
P.S. As I understand the reason is that game renders a games in single thread, so implementing a multi threaded DX11 renderer will help with this. But I think it&apos;s time to switch to DX12, especially if game is targeted to W10 only. This will drastically increase number of drawcalls and implementing a MDA explicit mode will benefit users with low end GPUs considering that almost all Intel CPUs nowadays have iGPU.&lt;/p&gt;</comment>
                            <comment id="318714" author="depressed-pho" created="Fri, 1 Jul 2016 10:53:45 +0200"  >&lt;p&gt;This affects my iPad 3rd gen too.&lt;/p&gt;</comment>
                            <comment id="318588" author="drawesome4333" created="Thu, 30 Jun 2016 19:35:39 +0200"  >&lt;p&gt;When I have chunks load while flying in creative on My Galaxy Tab 4 the game will freeze for a moment while they load.&lt;/p&gt;</comment>
                            <comment id="318580" author="wmmorgun" created="Thu, 30 Jun 2016 18:53:00 +0200"  >&lt;p&gt;It&apos;s not utilizing all cores, it&apos;s not utilizing all cores. In fact, it runs like a single threaded application which it isn&apos;t.&lt;br/&gt;
On the first seconds after map load - it utilizes all cores, but then it falls back to a single one. I believe in 0.12 and 0.13 it used all cores when loading chunks.&lt;br/&gt;
Please ask devs, if all cores should be used when loading chunks, because this task is easy to parallelize.&lt;br/&gt;
It look&apos;s like someone was debugging and forgot to uncomment something.&lt;/p&gt;</comment>
                            <comment id="318576" author="luisrobles" created="Thu, 30 Jun 2016 18:36:22 +0200"  >&lt;p&gt;What i saw on the video, this is how chunks loads in Minecraft. You have no lag, even with 512 blocks of render distance!&lt;br/&gt;
Maybe Work As Intended&lt;/p&gt;</comment>
                            <comment id="318030" author="wmmorgun" created="Tue, 28 Jun 2016 12:47:57 +0200"  >&lt;p&gt;One more video that shows that it&apos;s no related to disk speed or latency - &lt;a href=&quot;https://youtu.be/T2kEBN2_gcg&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://youtu.be/T2kEBN2_gcg&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="121063" name="options.txt" size="1879" author="wmmorgun" created="Tue, 28 Jun 2016 12:14:42 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_11300" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>Operating System Version</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Win 10 x64 Pro Russian</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10901"><![CDATA[Windows]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i067kf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>