increasing preformance

Hi All,
I’ve recently changed pc’s and the performance of the game im making has 1/2’d in FPS.

The pc i bought is an entry level pc, with the following specs

AMD - A6-6400k APU - 3.9GHz , 8 gig ram, Geforce GTX 750ti.

the pc i had previously was alittle older and less powerful.

I haven’t started to optimise my game yet, as i really dont know where to start. here are the stats i get, the game now runs at 16fps - (before was 30+)

is you can point out where my problem area’s are, that would be so helpful

First of all, try to split your level into multiple different levels, and stream them when needed.

Second, enable the tick component when needed.

Third, try to reduce the number of lights.

Fourth, set some of your lights to static.

Fifth, reduce your resolution.

Sixth, use lod to optimize your level.

Seventh, do not use tessellation material.

Eighth, hide your object if it is far away.